Releases: fashberg/WThermostatBeca
Releases · fashberg/WThermostatBeca
Release v1.23.beta1-fas
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
Changes in this Release
- Fixes invalid JSON responses/escaping (fixes #153)
- Fixes MQTT-Reconnect
- Doc updates
Release v1.21-fas
Release v1.20-fas
v1.19.beta1-fas
v1.18-fas
v1.17-fas
v1.16-fas
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
- removed 'auto' from Read/Write-Property
- 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
v1.16.beta6-fas
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
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.