RFLinkGateway icon indicating copy to clipboard operation
RFLinkGateway copied to clipboard

trouble with domoticz and Homeassistant

Open duberic31 opened this issue 2 years ago • 1 comments

Hi, I have a trouble to get MQTT informations in domoticz and homeassistant Everything is working well to publish messages to MQTT broker : mosquitto. But i can'get data's within domoticz and homeassistant In home assistant using MQTT autodiscovery, i get nothing concerning new devices. In domoticz, i see theses messages in log image In MQTT broker, i get theses data homeassistant/sensor/Cresta/2301/READ/TEMP {"value": 12.9} What it is wrong ? Thanks

duberic31 avatar Feb 13 '23 15:02 duberic31

Actually it works us expected. It never was supposed to be compatible with HA discovery protocol. It just delivers values read from RF Link to MQTT topic and nothing more. If you want it to be working with HA you just need to integrate it directly without discovery.

Iture avatar Feb 13 '23 18:02 Iture