bbqkees / ems-esp-domoticz-plugin

Domoticz plugin for the EMS Wi-Fi Gateway with Proddy's EMS-ESP firmware
MIT License
7 stars 8 forks source link

With a new Gateway on 1.9.5 the boiler parameters update but thermostats stay at 0. #15

Closed bbqkees closed 3 years ago

bbqkees commented 4 years ago

In the latest firmware version 1.9.5 the MQTT topics are not 'nested' by default. If you have an existing Gateway and updated from an older firmware version you will be fine but if you got a new Gateway with 1.9.5 you need to login via Telnet to the Gateway and execute the following command: set mqtt_nestedjson on.

The plugin listens to the MQTT topics of the Gateway. However, it expects the topic format to be nested JSON. If the mqtt_nestedjson flag is set to 'off' the topic structure will not be nested and thus different for f.i. the thermostats and sensors.

In the next batch of Gateways the mqtt_nestedjson will be set to 'on' by default.

bbqkees commented 3 years ago

Closing because everyone should update to V2.1.