fmartinou / tydom2mqtt

Deltadore Tydom to MQTT Bridge
https://fmartinou.github.io/tydom2mqtt/
MIT License
86 stars 49 forks source link

Delta Dore Easy Plug not recognize #139

Open f0xbr0wn opened 9 months ago

f0xbr0wn commented 9 months ago

Hi everyone,

It seems Delta Dore Easy Plug is not recognize. https://www.deltadore.fr/domotique/pilotage-eclairage/eclairages-connectes/easy-plug-e16em-ref-6353005

Please find below error message in tydom2mqtt logs : 2023-10-03 16:55:09,738 - tydom.MessageHandler - WARNING - Unknown device type (1671128335_1671128335) 2023-10-03 16:55:09,738 - tydom.MessageHandler - INFO - Device update (id=1671128335, endpoint=1671128335, name=, type=)

I know it's related to the Easy Plug it's the last and only one device not correctly recognize by your plugin. 😊 Windows, shutters are correctly recognize.

Can you please manage these devices too ?

BRegards,

Marcoparigi commented 3 months ago

Hi, Got the following when restarting tydom2mqtt for this plug : `2024-03-27 20:47:31,278 - tydom.MessageHandler - DEBUG - PUT /devices/data or /areas/data message detected !

2024-03-27 20:47:31,278 - tydom.MessageHandler - DEBUG - Message received detected as (msg_data)

2024-03-27 20:47:31,279 - tydom.MessageHandler - WARNING - Unknown device name (1711563700_1711563700)

2024-03-27 20:47:31,279 - tydom.MessageHandler - WARNING - Unknown device type (1711563700_1711563700)

2024-03-27 20:47:31,279 - tydom.MessageHandler - INFO - Device update (id=1711563700, endpoint=1711563700, name=, type=)

2024-03-27 20:47:31,280 - tydom.MessageHandler - DEBUG - Incoming data parsed with success `

Would be really apreciated if it could be integrated successfully. Best regards

Arwany commented 3 months ago

I just added Easy Plug to my setup and this is what I also got as error:

2024-04-02 15:56:50,301 - tydom.MessageHandler - WARNING - Unknown device name (1709573343_1709573343)
2024-04-02 15:56:50,301 - tydom.MessageHandler - WARNING - Unknown device type (1709573343_1709573343)
2024-04-02 15:56:50,301 - tydom.MessageHandler - INFO    - Device update (id=1709573343, endpoint=1709573343, name=, type=)
2024-04-02 15:56:50,301 - tydom.MessageHandler - WARNING - Unknown device name (1709573344_1709573343)
2024-04-02 15:56:50,301 - tydom.MessageHandler - WARNING - Unknown device type (1709573344_1709573343)
2024-04-02 15:56:50,301 - tydom.MessageHandler - INFO    - Device update (id=1709573343, endpoint=1709573344, name=, type=)
2024-04-02 15:56:50,301 - tydom.MessageHandler - WARNING - Unknown device name (1709573345_1709573343)
2024-04-02 15:56:50,302 - tydom.MessageHandler - WARNING - Unknown device type (1709573345_1709573343)
2024-04-02 15:56:50,302 - tydom.MessageHandler - INFO    - Device update (id=1709573343, endpoint=1709573345, name=, type=)
2024-04-02 15:56:50,302 - tydom.MessageHandler - WARNING - Unknown device name (1709573346_1709573343)
2024-04-02 15:56:50,302 - tydom.MessageHandler - WARNING - Unknown device type (1709573346_1709573343)

Supporting Easy Plug would be highly appreciated, because it can flip a switch, but it can also track the energy consumption.

Ready to help if you need any thing or testing.