Releases: klausahrenberg/WThermostatBeca
Releases · klausahrenberg/WThermostatBeca
1.38
1.36
bug fixes
1.35
Fix: DST settings were not save correctly
1.34
Stable running version. Tested with BHT-002, other devices maybe not complete supported. Version needs complete new network configuration, also if its updated from latest 1.25 beta. Access Point is opened after update.
1.25 beta
v1.25b 1.25
1.24 beta
Still beta version, not fully tested yet.
- Updated to last version of WAdapter. Bug with reconnection fixed, update recommended, if further beta version used (version greater than stable 1.19)
1.20n
Beta release, not fully tested yet.
Some major changes at settings class, so complete reconfiguration of complete network and device settings is needed, if you update from older version.
Improvements:
- Handling of sluggish devices improved. Tested with ME102H and should improve also device ME81H - please test. Thanks to @J-rethinkmx, who provided his code that handles MCU device communication better. Now changes at device parameters immediately reflects in a MQTT status update - at least at ME102H it's now working perfectly.
- Settings were reorganized and should save some EEPROM space. Basically Strings and byte arrays are now stored with variable length. EEPROM write accesses were also reduced.
1.20m
Fixes:
- schedulesMode was not written to MCU
- targetTemperature was eventually not written to MCU because schedulesMode was tried to set at the same time to "off".
- enum properties (like schedulesMode) could be set to invalid values. Invalid values will be ignored now
1.20l
- some ME81H modifications
1.20k
Features:
- MQTT status implemented (#165). Online and offline state off the device is reported with an additional 'alive' property in the status MQTT report. If the device is offline, an 'alive:false' will be send by the MQTT broker as a last will message.
Fix:
- Update interval of 2 seconds for the MCU reimplemented. Some devices doesn't send a direct response to the ESP at changes on the device. For this, the firmware now request the device state every 2 seconds. So state updates should now send via MQTT latest after 2 seconds