This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
1.9.3
[1.9.3] 2019-10-26
Added
- Report # TCP dropouts in the
system
command. These could be due to WiFI or MQTT disconnected. - Added temp and mode to the MQTT
thermostat_cmd
topic - build scripts for automated CI with TravisCI
Fixed
- vertical bar showing in WebUI sidebar menu using FireFox
Changed
- Heartbeat MQTT payload is now in JSON
- platformio.ini targets. Use
debug
for custom builds.
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