Skip to content

Releases: fashberg/WThermostatBeca

Release v1.23.beta1-fas

26 Aug 22:18
b53a414
Compare
Choose a tag to compare
Pre-release

Version 1.23.beta1-fas

  • Support for static IP-Addresses - thanks to @N-b-dy
  • Support for current IP-Address sensor for Home Assistant - thanks to @Henry-Sir
  • Fix for new Home Assistant Autodiscovery format (fixes #205)
  • Support for device-URL for Home Assistant Autodiscovery

Release v1.22-fas

02 Oct 13:59
18d441c
Compare
Choose a tag to compare

Changes in this Release

  • Fixes invalid JSON responses/escaping (fixes #153)
  • Fixes MQTT-Reconnect
  • Doc updates

Release v1.21-fas

11 Sep 17:00
6776f27
Compare
Choose a tag to compare

Version 1.21-fas

  • reimplemented Away-Mode with Preset (Heating and A/C) #153
  • fixed scheduler-Mode with Preset 'Scheduler' (A/C) #153
  • updated docs and samples

Release v1.20-fas

11 Sep 15:32
3ee61a3
Compare
Choose a tag to compare

Changes in this Release

And Build CI updates

  • moved from travis-ci to github-actions @fashberg

v1.19.beta1-fas

01 Nov 19:11
6b9395a
Compare
Choose a tag to compare
v1.19.beta1-fas Pre-release
Pre-release
  • Fix/Enhancement #54: If enabled, all single Properties are sent out every notification interval, not only if changed
  • Fix #52: Documentation on SSID and renamed Wifi to WiFi
  • Fix #53 and #64: Boolean Values wrong

v1.18-fas

25 Oct 10:54
53ccc80
Compare
Choose a tag to compare

Version 1.18-fas

  • Fixed Relay State Calculation #26 again
  • Daylight Saving Bug #62 fixed
  • Information about tuya-convert (not longer working and how to determine)

v1.17-fas

12 Oct 22:22
Compare
Choose a tag to compare

v1.17-fas

  • Fix Relay State Calculation #26 - thanks IATkachenko
  • Fix reported targetTemperature for Schdule Mode #50

v1.16-fas

11 Oct 19:35
0100954
Compare
Choose a tag to compare

Version 1.16-fas

  • NewFeature: RelayStateCalculation - shows current state of heating/cooling
  • NewFeature: WLAN Signal Level (RSSI) visible (MQTT, Info-Page, HASS)
  • NewFeature: Full Support for BAC-002 with Home-Assistant autodiscovery
  • 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
  • NewFeature: Live WebLog in Browser (WebSockets)
  • NewFeature: Workaround for imprecise clock on LCD
  • NewFeature: All Information on Info-Page
  • Develpment: Gitpd support (https://github.com/fashberg/WThermostatBeca#cloud-development-using-gitpod)
  • Develpment: Travis CI support (https://travis-ci.org/github/fashberg/WThermostatBeca)
  • Develpment: platformio_override.ini documentation and sample
  • Small Fixes/Enhancements
    • ecoMode temperature Fixed to 20 degrees (not changeable in MCU) #32
    • WebThings autodiscovery fix
    • IceBucketChallenge: Support for negative temperatures
    • Apple Captive Portal support
    • Case Insensitive true/false (HomeAssistant Uses "True" if boolean values are enabled) #32
    • Typos

v1.16.beta6-fas

16 Sep 12:27
83fcaef
Compare
Choose a tag to compare
v1.16.beta6-fas Pre-release
Pre-release

v1.16-beta6-fas

  • Fixed info page not opening #42
  • MCU second bug workaround. Time is now more precise
  • Removing old HASS autodiscvery before saving changes (Name, Model,
    etc.)

v1.16.beta5-fas

25 Aug 22:17
Compare
Choose a tag to compare
v1.16.beta5-fas Pre-release
Pre-release

v1.16.beta5-fas

  • fixes for BAC-002 holdState
  • fixes info-page

fixes #38:

The BAC-002/BAC-1000 does not support auto mode. The Device (MCU) cannoy not switch between heating, cooling or fan automatically.

To Switch between Automatic Scheduling and Manual Mode we use 'holdState' with the following mode: 'scheduler' and 'manual', combined with mode 'eco'. If you choose 'None' it disables 'eco' and device jumps back to last mode (scheduler/manual). Do not use away_mode_ combined with holdState.