xoseperez / espurna

Home automation firmware for ESP8266-based devices
http://tinkerman.cat
GNU General Public License v3.0
2.98k stars 635 forks source link

Domoticz sensor support. #2201

Open ghost opened 4 years ago

ghost commented 4 years ago

There are sensors configured to display more then one item like themperature/humidity Aantekening 2020-03-29 205801 or themperature/airpresure. these svalues are seperated by comma. Aantekening 2020-03-29 205803 This domoticz device is displayed and handeld as two deferend sensors. image To feed them with the ride information the svalues have to be combined like this: {"idx": 236, "nvalue": 0, "svalue1": "20.123", "svalue2": "1030.00"}

as mantioned in Domoticz/Mqtt wiki Aantekening 2020-03-29 205805

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.