WThermostatBeca Versions Save

Replaces original Tuya firmware on Beca thermostat with ESP8266 wifi module

v1.38

5 months ago

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

v1.36

1 year ago

bug fixes

v1.35

1 year ago

Fix: DST settings were not save correctly

v1.34

1 year ago

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.

v1.25b

1 year ago

v1.24b

2 years ago

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)

v1.20n

2 years ago

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.

v1.20m

3 years ago

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

v1.20l

3 years ago
  • some ME81H modifications

v1.20k

3 years ago

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