This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
1.9.2
[1.9.2] 2019-10-19
Important! This build has breaking changes:
- MQTT topics have changed. Use the
mqttlog
command to see the names of the subscriptions and the format of the payload data. Also reference the Wiki page. - Home Assistant
.yaml
files need updating to reflect the recent MQTT changes - The web builder has been upgraded to use Gulp 4. Remove
tools/webfilesbuilder/node_modules
and re-install the libraries usingnpm ci
from within thetools/webfilesbuilder
folder
Added
- Handling of Mixing Module MM100 Status Messages (thanks @kstaniek)
- Retrieve/Set thermostat mode for Junkers FW100/120 thermostats (thanks @Neonox31)
- Added sending of all Mixer Module data via MQTT (thanks @peclik)
- Improved handling of MQTT publish and subscribe errors
- Added MQTT QOS (
mqtt_qos
, default 0), Keep Alive (mqtt_keepalive
, default 60 seconds) and Retain (mqtt_retain
, default off) as parameters to both telnet and WebUI
Fixed
publish
command also sends Dallas external temperature sensor valueslog_events
setting wasn't persisted in config file
Changed
- External dallas sensor values sent in MQTT payload as float values and not strings
- All MQTT topics for the Thermostat have the Heating Circuit appended (e.g.
thermostat_data1
). This includes the commands. - Shower timer and shower alert and not MQTT published at boot up
- Heating Active logic change to use Selected Flow Temp of min 30 instead of 70 (#193)
Removed
- Removed telnet command
shower timer
andshower alert
to toggle the switches