You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: