seb821 / espRFLinkMQTT

ESP8266 gateway between RFLink and MQTT server
96 stars 32 forks source link

Compatibility with Domoticz 2022.1 #31

Closed bilbolodz closed 2 years ago

bilbolodz commented 2 years ago

New domoticz finally has support for RFLink over MQTT. Unfortunately it's not compatible with your software because it listen on:

define TOPIC_OUT "rflink/out"

define TOPIC_IN "rflink/in"

Any plans to make it compatible with new Domoticz?

bilbolodz commented 2 years ago

It look's that Domoticz MQTT plugin expect in "rflink/in" channel just raw data as it comes from RFLink: "20;F4;Oregon TempHygro;ID=2D5D;TEMP=00d0;HUM=26;HSTATUS=2;" The same in "rflink/out" topic.