|
1 | | -# v1.7.0 |
| 1 | +# v1.8.0 |
2 | 2 |
|
3 | 3 | ## what's new |
4 | 4 |
|
5 | | -### EspWebUI-Library |
| 5 | +### Timer: new option to set minimum or maximum time in combination with sunrise or sundown |
6 | 6 |
|
7 | | -with this update, the basic WebUI functions were outsourced to a separate [EspWebUI](https://github.com/dewenni/EspWebUI) library. |
8 | | -This should have no effect on the user experience, but it improves the handling of similar projects like [ESP_Buderus_KM271](https://github.com/dewenni/ESP_Buderus_KM271) |
9 | | - |
10 | | -### support for received remote signals |
11 | | - |
12 | | -As requested by some users, there is now also support for original remote controls. The signals from the remote controls are now captured, processed and also made available via MQTT. Further details can be found in the updated and extended readme. |
13 | | - |
14 | | -### support for different ESP32 Chips |
15 | | - |
16 | | -There is now also support for other ESP32 chips. This allows you a greater variance in the selection of your hardware. |
17 | | -For the newly supported chips, a firmware file for OTA updates and one for initial flashing will be offered in future. The direct GitHub update via the WebUI should also work for the new chips. |
18 | | - |
19 | | -Supported Chips: |
20 | | - |
21 | | -- ESP32 |
22 | | -- ESP32-S2 (new) |
23 | | -- ESP32-S3 (new) |
24 | | -- ESP32-C3 (new) |
25 | | - |
26 | | -### some minor WebUI improvements |
27 | | - |
28 | | -- When a shutter command is executed in the WebUI, a message confirming the command is displayed for 2 seconds at the footer. |
29 | | -- Add additional ESP-Chip infos in the system section of the WebUI |
30 | | -- Add add additional error messages at the footer if Jarolift Keys or serial number not set |
| 7 | +Thanks to @blissi it is now possible to set additional minimum or maximum time in combination with sunrise or sundown. |
| 8 | +You can therefore define that the shutter should open at sunrise, but not before 06:30, for example |
| 9 | +Or close at sunset, but no later than 21:00 |
31 | 10 |
|
32 | 11 | ## changelog |
33 | 12 |
|
34 | | -- [UPDATE] ESP32Async/AsyncTCP @ 3.3.6 |
35 | | -- [UPDATE] ESP32Async/ESPAsyncWebServer @ 3.7.2 |
36 | | -- [UPDATE] bblanchon/ArduinoJson @ 7.3.1 |
37 | | -- [CHANGE] Basic WebUI functions were outsourced to a separate [EspWebUI](https://github.com/dewenni/EspWebUI) library |
38 | | -- [FIX] update WiFi and Ethernet Status also if mqtt is not connected |
39 | | -- [FIX] the entry of Jarolift Keys or the serial number was not accepted if you clicked on LOCK directly after the entry |
40 | | -- [FIX] skip websocket connection if WebUI is located on localhost or github.io |
41 | | -- [FEATURE] add additional error messages if Jarolift Keys or serial number not set |
42 | | -- [FEATURE] When a shutter command is executed in the WebUI, a message confirming the command is displayed for 2 seconds at the footer. |
43 | | -- [FEATURE] add support for received remote signals |
44 | | -- [FEATURE] add support for multiple ESP32 Chips |
45 | | -- [FEATURE] add additional ESP-Chip infos in the system section of the WebUI |
| 13 | +- [UPDATE] dewenni/EspWebUI @ 0.0.2 |
| 14 | +- [FIX] bugfix github ota asset check #40 |
| 15 | +- [FEATURE] Timer: new option to set minimum or maximum time in combination with sunrise or sundown #41 |
0 commit comments