-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suitable for CVE add-on hardware revision 2 and non-CVE add-on revision 1. The first revision of the add-on based on the ESP8266 is not supported due to memory limitations. !Upgrading to this version will format the flash drive and reset all settings (incl. wifi)! Device Support: feat: Add DemandFlow/QualityFlow, HRU eco/350, AutoTemp and HeatPump (WPU) settings and status labels feat: rewritten i2c for HW rev 2, added itho query commands to debug page. feat: add possibility to change settings of itho CVE units, use on your own risk feat: move add-on settings to menu system settings API: feat: make API sensor update frequency configurable feat: Add virtual remote buttons to API feat: Add last command, command origin + timestamp to API Remote support: feat: Include support for RFT-RV and RFT-CO2 remotes (full join handshake not possible yet) feat: Add remote hum/temp/co2/battery to api feat: First try at calibration method for CC1101 modules (not fully functional yet) feat: Improved RF message handling and decoding Status info: feat: Added possibility to readout status of internal device status feat: Decode 31D9 message feat: Decode 31DA message feat: Itho internal device status available through web page and API fix: witch to percentages for HA Discovery support #31 Stability: feat: Improve I2C reliability feat: Mutex i2c tasks feat: change init check to not rely on attiny init anymore feat: move to LittleFS as filesystem Settings: feat: make hostname configurable fix: provide don't save config checkbox before reboot (otherwise changes using the file system editor were overwritten on reboot) fix: status page could keep updating even if page was left fix: Bugfix in MQTT password config code Updates libs
- Loading branch information
1 parent
1c38192
commit ff6933b
Showing
28 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file removed
BIN
-973 KB
compiled_firmware_files/hardware_rev_2/NRG_itho_wifi_HW2x_FW2.0.10.bin
Binary file not shown.
Binary file removed
BIN
-965 KB
compiled_firmware_files/hardware_rev_2/NRG_itho_wifi_HW2x_FW2.0.3.bin
Binary file not shown.
Binary file removed
BIN
-966 KB
compiled_firmware_files/hardware_rev_2/NRG_itho_wifi_HW2x_FW2.0.4.bin
Binary file not shown.
Binary file removed
BIN
-967 KB
compiled_firmware_files/hardware_rev_2/NRG_itho_wifi_HW2x_FW2.0.5.bin
Binary file not shown.
Binary file removed
BIN
-967 KB
compiled_firmware_files/hardware_rev_2/NRG_itho_wifi_HW2x_FW2.0.6.bin
Binary file not shown.
Binary file removed
BIN
-971 KB
compiled_firmware_files/hardware_rev_2/NRG_itho_wifi_HW2x_FW2.0.6b.bin
Binary file not shown.
Binary file removed
BIN
-973 KB
compiled_firmware_files/hardware_rev_2/NRG_itho_wifi_HW2x_FW2.0.7.bin
Binary file not shown.
Binary file removed
BIN
-973 KB
compiled_firmware_files/hardware_rev_2/NRG_itho_wifi_HW2x_FW2.0.8.bin
Binary file not shown.
Binary file removed
BIN
-973 KB
compiled_firmware_files/hardware_rev_2/NRG_itho_wifi_HW2x_FW2.0.9.bin
Binary file not shown.
Binary file removed
BIN
-973 KB
compiled_firmware_files/hardware_rev_2/NRG_itho_wifi_HW2x_FW2.1.1.bin
Binary file not shown.
Binary file removed
BIN
-977 KB
compiled_firmware_files/hardware_rev_2/NRG_itho_wifi_HW2x_FW2.1.2.bin
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-979 KB
compiled_firmware_files/hardware_rev_2/NRG_itho_wifi_HW2x_FW2.2-beta.bin
Binary file not shown.
Binary file removed
BIN
-979 KB
compiled_firmware_files/hardware_rev_2/NRG_itho_wifi_HW2x_FW2.2-beta1.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ESPAsyncWebServer
updated
11 files
+11 −11 | .github/workflows/push.yml | |
+21 −9 | CMakeLists.txt | |
+0 −1 | _config.yml | |
+67 −41 | src/AsyncEventSource.cpp | |
+9 −3 | src/AsyncEventSource.h | |
+101 −32 | src/AsyncWebSocket.cpp | |
+4 −0 | src/AsyncWebSocket.h | |
+40 −1 | src/AsyncWebSynchronization.h | |
+12 −3 | src/StringArray.h | |
+3 −3 | src/WebAuthentication.cpp | |
+11 −2 | src/WebRequest.cpp |
Submodule SPIFFS_FilePrint
updated
7 files
+97 −0 | FSFilePrint.cpp | |
+59 −0 | FSFilePrint.h | |
+17 −19 | README.md | |
+0 −96 | SpiffsFilePrint.cpp | |
+0 −67 | SpiffsFilePrint.h | |
+2 −2 | keywords.txt | |
+9 −9 | library.properties |