MQTT/ ESP8266 Multi-sensor
Posted: Friday 09 June 2017 23:09
Hi all,
I followed the instructions of Ben from Bruh automation to make a Mulitsensor for ~€10,-. See https://github.com/bruhautomation/ESP-M ... ultisensor
It works perfectly within Home Assistant, but....I would like to make it work in Domoticz. I tried several things, without any succes. If someone can help me, please.
I uses beta Domoticz and tried to follow this instructions: https://www.domoticz.com/wiki/MySensors ... TT-gateway
I did update the code of the senor:
/************* MQTT TOPICS (change these topics as you wish) **************************/
#define light_state_topic "domoticz/in/MyMQTT"
#define light_set_topic "ddomoticz/in/MyMQTT"
Result is that I see that domoticz is pinging to MQTT server, but this didn't do the job.
Thanks in advance,
Jeroen
I followed the instructions of Ben from Bruh automation to make a Mulitsensor for ~€10,-. See https://github.com/bruhautomation/ESP-M ... ultisensor
It works perfectly within Home Assistant, but....I would like to make it work in Domoticz. I tried several things, without any succes. If someone can help me, please.
I uses beta Domoticz and tried to follow this instructions: https://www.domoticz.com/wiki/MySensors ... TT-gateway
I did update the code of the senor:
/************* MQTT TOPICS (change these topics as you wish) **************************/
#define light_state_topic "domoticz/in/MyMQTT"
#define light_set_topic "ddomoticz/in/MyMQTT"
Result is that I see that domoticz is pinging to MQTT server, but this didn't do the job.
Thanks in advance,
Jeroen