Skip to content

Releases: fashberg/WThermostatBeca

v1.16.beta4-fas

24 Aug 23:09
Compare
Choose a tag to compare
v1.16.beta4-fas Pre-release
Pre-release

v1.16.beta4-fas

  • Now thermostat and clock are also showing their information on Info-page
  • Real Support for BAC-002 on Home-Assistant
    • HASS Climate Autodiscovery BAC-002
    • removed 'auto' from Read/Write-Property mode (not supported by device). Valid Modes: ["heat","cool","fan_only","off"]
    • Read/Write-Property holdState with possible values ["scheduler", "manual", "away"] - switches between Scheduler, Manual and Eco-Mode
    • Fixed fanMode behaviour (auto-mode now working, setting fan does not switches to fan_only)
    • Fixed manual configuration snippet in README.md
  • Typos
  • Gitpd support (https://github.com/fashberg/WThermostatBeca#cloud-development-using-gitpod)
  • Travis CI support (https://travis-ci.org/github/fashberg/WThermostatBeca)

v1.16.beta3-fas

20 Aug 21:08
Compare
Choose a tag to compare
v1.16.beta3-fas Pre-release
Pre-release

Version 1.16-fas (BETA)

  • ecoMode temperature Fixed 20 degrees (not changeable) #32
  • WebThings autodiscovery fix
  • IceBucketChallenge: Support for negative temperatures
  • Apple Captive Portal support
  • WiFi RSS Value property (/things/network/properties/rssi) #24
  • Case Insensitive true/false (HomeAssistant Uses "True" if boolean values are enabled) #32
  • Case Insensitive true/false (HomeAssistant Uses "True" if boolean values are enabled) #32
  • Climate Autodiscovery (BAC-002) (unfinished)
  • Typos

v1.16.beta2-fas

03 Aug 17:28
Compare
Choose a tag to compare
v1.16.beta2-fas Pre-release
Pre-release

Case Insensitive true/false (HomeAssistant Uses "True" if boolean values are enabled)

Fixes #32 and #25

v1.16.beta-fas

02 Aug 18:53
Compare
Choose a tag to compare
v1.16.beta-fas Pre-release
Pre-release

Version 1.16-fas (BETA)

  • ecoMode temperature Fixed 20 degrees (not changeable) #32
  • WebThings autodiscovery fix
  • IceBucketChallenge: Support for negative temperatures
  • Apple Captive Portal support
  • WiFi RSS Value property (/things/network/properties/rssi) #24

v1.15-fas

04 Jun 16:53
Compare
Choose a tag to compare

Version 1.15-fas

  • Bugfix issue #20: Hardware Hacks not saved (thanks ilkkaolavas)
  • Bugfix: no instant mqtt reconnect after network-reset mode
  • New: floorSensor configurable (default off). If Off: not shown in MQTT/WebThings
    • If enabled und HASS-Autodiscovery also enabled: show additional Sensor in HASS
  • New: Support changing switchBackToAuto via MQTT
    • saved in EEPROM permanently on Change
    • mosquitto_pub -h mqtt -t TOPIC/cmnd/things/thermostat/properties/switchBackToAuto -m "true"
  • Bugfix: Crash on setting non-existant property using MQTT
  • Bugfix: No default clock settings after fresh install
  • Improvement: Show empty Passwordfield if password is empty instead of __NOCHANGE__

v1.14-fas

03 Jun 18:57
Compare
Choose a tag to compare

Version 1.14-fas

  • MQTT Last Will & Testament (topic/tele/LWT)
  • MQTT Hass Availibility Topic Support (also with autodiscover)
  • Support for switching back automatically from manual temperature to scheduled temperature #15
  • Reading NetworkSettings support for 1.00-1.11 and 1.xx-fas Versions
  • Writing NetworkSettings same way Version >=1.09 does
  • Changed '_' in default hostname to '-' to be RFC952 compliant
  • Changed default Hostname to "Thermostat" (to fit hostname in 16 chars)
  • Show password fields in ClearText on Request

v1.12-fas

09 May 12:45
Compare
Choose a tag to compare

Version 1.12-fas

  • HASS Autodiscovery interval fix #10 (thanks again austwhite)
  • installation documentation
  • by Folke Ashberg folke@ashberg.de

v1.11-fas

26 Apr 10:42
Compare
Choose a tag to compare

Version 1.11-fas

  • HASS Autodiscovery Fix and Improvements
  • by https://github.com/austwhite
  • platform.io automatic firmware naming
  • documentation updates
  • fixed targetTemp wrong on change from scheduleMode to Manual #9 (thanks austwhite)
  • by Folke Ashberg folke@ashberg.de

v1.10-fas

25 Apr 15:26
Compare
Choose a tag to compare

Version 1.10-fas

  • introduced -minimal version for interim-upgrade on small sketch size
  • new "action" property for hass - thanks austwhite
  • keep only WLAN settings from compatibility Firmware
  • Fix too less page-buffor for startpage (reboot button missing)
  • Uptime seconds fix

Upgrading

You can Upgrade over the Air from other versions of ThermostatBecaWifi on the Web-GUI.
Please check all settings after Upgrade!

If you upgrade from original Klaus-Ahrenberg's Original-Version please note:

  • Only WLAN settings are kept
  • If you get "Not Enough Space" you can use WThermostat_1.xx-fas-minial.bin as interim-version.
    • WLAN settings are kept
    • no MQTT, no Beca-control, no Clock in -minimal
    • Then Upgrade to normal-version
    • Not neccessary when upgrading from fas to fas versions

v1.09-fas

09 Apr 16:11
Compare
Choose a tag to compare

Version 1.09-fas

  • WebThings back working (/things) - thanks erelor
  • Optional sending of changed values to its own MQTT topic with no JSON - thanks Bettman66
  • by Folke Ashberg folke@ashberg.de