Skip to content

Releases: klausahrenberg/WThermostatBeca

1.38

26 Nov 19:05
Compare
Choose a tag to compare

Compatibility update for library WAdapter 1.38
Device, updated from earlier version, must be reconfigured completely

1.36

18 May 05:45
Compare
Choose a tag to compare

bug fixes

1.35

27 Mar 05:21
Compare
Choose a tag to compare

Fix: DST settings were not save correctly

1.34

14 Mar 19:06
Compare
Choose a tag to compare

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

08 Jul 14:57
Compare
Choose a tag to compare
1.25 beta Pre-release
Pre-release
v1.25b

1.25

1.24 beta

19 Dec 08:13
Compare
Choose a tag to compare
1.24 beta Pre-release
Pre-release

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

24 May 19:22
Compare
Choose a tag to compare
1.20n Pre-release
Pre-release

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

20 Feb 17:13
Compare
Choose a tag to compare
1.20m Pre-release
Pre-release

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

30 Jan 13:53
Compare
Choose a tag to compare
1.20l Pre-release
Pre-release
  • some ME81H modifications

1.20k

30 Jan 08:13
Compare
Choose a tag to compare
1.20k Pre-release
Pre-release

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