emontnemery / domoticz_mqtt_discovery

MQTT discovery plugin for Domoticz
MIT License
40 stars 28 forks source link

mqtt discovery device not created on domoticz #51

Open iosamu87 opened 2 years ago

iosamu87 commented 2 years ago

Hi, I have a problem with the MQTT Shelly for domoticz script that uses discovery to create the device dummy. In my case the device is not created a domoticz (even if I have already enabled these: enable "Accept new hardware devices" in Domoticz settings DISABLE "Use custom MQTT prefix" at the Shelly device options enable "I am accepting that Power reading may be inaccurate and is totally unsupported, just enable it!" setting at Shelly_MQTT settings page) but just send the message to MQTT example: 2022-01-25T13:03:06: New connection from IP:30372 on port 1883. 2022-01-25T13:03:06: Client shellydw2-XXX already connected, closing old connection. 2022-01-25T13:03:06: New client connected from IP:30372 as shellydw2-XXX (p2, c1, k60, u'mqtt'). 2022-01-25T13:03:37: New connection from IP:20647 on port 1883. 2022-01-25T13:03:37: Client shellydw2-XXX already connected, closing old connection. 2022-01-25T13:03:37: New client connected from IP:20647 as shellydw2-XXX (p2, c1, k60, u'mqtt'). 2022-01-25T13:04:21: Client Domoticz_XXX closed its connection.

Has anyone had this problem and can you help me?

Thank you.