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

Dev #19

Closed FireWizard52 closed 3 years ago

FireWizard52 commented 3 years ago

@bbqkees

As with the latest beta release from proddy (2.1.0.b1) it is possible to receive updates of tap water active, I had to modify your plugin. I found some typo's (probably) and some topics that might have changed, since v2.0.0 (end August). So some sensors (in use) has stopped reporting.

It is essential that the "boolean format" is changed to 1/0 instead of on/off (default). I tried to modify line "if payload ==0", but that did not give the desired result.

Perhaps you should look at it.

Still there are other items that has changed, like the "Selector Switch"for the Thermostat and a number od published topics that are not implemented currently.

bbqkees commented 3 years ago

@FireWizard52 thanks for the pull request. I was already in the progress of updating the plugin so I don't need to pull it in anymore. I did check your changes and copied them accordingly wherever needed.