Bonjour à tous,
Je sais que le sujet a été abordé dans de nombreux sujets et j’ai passé des heures à les lire et faire des tests, mais sans succès.
J’ai une box Luna, sur laquelle est installée Mqqt Manager.
Santé de la box :
Configuration mosquitto :
Il semble être fonctionnel puisque mes équipements en zigbee remontent bien.
J’ai installé Docker management pour y créer un docker tydom2mqtt.
Voici la configuration du docker :
Et les logs du docker :
2025-02-19T15:46:45.950975619Z 2025-02-19 15:46:45,949 - Starting tydom2mqtt
2025-02-19T15:46:47.307303826Z 2025-02-19 15:46:47,306 - Validating configuration ({
2025-02-19T15:46:47.307430122Z "deltadore_login": "m*****@***.com",
2025-02-19T15:46:47.307467164Z "deltadore_password": "n**************m",
2025-02-19T15:46:47.307499249Z "log_level": "INFO",
2025-02-19T15:46:47.307528416Z "mqtt_host": "192.168.1.51",
2025-02-19T15:46:47.307557875Z "mqtt_password": "3**************************************************************e",
2025-02-19T15:46:47.307588501Z "mqtt_port": 1883,
2025-02-19T15:46:47.307617669Z "mqtt_ssl": false,
2025-02-19T15:46:47.307646253Z "mqtt_user": "jeedom",
2025-02-19T15:46:47.307675420Z "thermostat_cool_mode_temp_default": 26,
2025-02-19T15:46:47.307705171Z "thermostat_custom_presets": null,
2025-02-19T15:46:47.307733755Z "thermostat_heat_mode_temp_default": 16,
2025-02-19T15:46:47.307762631Z "tydom_alarm_home_zone": 1,
2025-02-19T15:46:47.307791507Z "tydom_alarm_night_zone": 2,
2025-02-19T15:46:47.307819508Z "tydom_alarm_pin": "",
2025-02-19T15:46:47.307848384Z "tydom_ip": "192.168.1.53",
2025-02-19T15:46:47.307877260Z "tydom_mac": "001A25052E4A",
2025-02-19T15:46:47.307906135Z "tydom_password": "W*************2",
2025-02-19T15:46:47.307935303Z "tydom_polling_interval": 300
2025-02-19T15:46:47.307964762Z }
2025-02-19T15:46:47.309141088Z 2025-02-19 15:46:47,308 - The configuration is valid
2025-02-19T15:46:47.311288108Z 2025-02-19 15:46:47,310 - tydom.TydomClient - INFO - Configure local mode (192.168.1.53)
2025-02-19T15:46:47.322654977Z 2025-02-19 15:46:47,321 - mqtt.MqttClient - INFO - Connecting to mqtt broker (host=192.168.1.51, port=1883, user=jeedom, ssl=False)
2025-02-19T15:46:47.326084201Z 2025-02-19 15:46:47,325 - tydom.TydomClient - INFO - Connecting to tydom
2025-02-19T15:46:53.620712481Z 2025-02-19 15:46:53,603 - asyncio - ERROR - Task exception was never retrieved
2025-02-19T15:46:53.620824484Z future: exception=RemoteDisconnected('Remote end closed connection without response')>
2025-02-19T15:46:53.620861235Z Traceback (most recent call last):
2025-02-19T15:46:53.620885736Z File "/app/main.py", line 44, in listen_tydom
2025-02-19T15:46:53.620910528Z await tydom_client.connect()
2025-02-19T15:46:53.620933571Z File "/app/tydom/TydomClient.py", line 157, in connect
2025-02-19T15:46:53.620957488Z res = conn.getresponse()
2025-02-19T15:46:53.620980531Z ^^^^^^^^^^^^^^^^^^
2025-02-19T15:46:53.621003281Z File "/usr/local/lib/python3.11/http/client.py", line 1386, in getresponse
2025-02-19T15:46:53.621071825Z response.begin()
2025-02-19T15:46:53.621097784Z File "/usr/local/lib/python3.11/http/client.py", line 325, in begin
2025-02-19T15:46:53.621121701Z version, status, reason = self._read_status()
2025-02-19T15:46:53.621145327Z ^^^^^^^^^^^^^^^^^^^
2025-02-19T15:46:53.621168369Z File "/usr/local/lib/python3.11/http/client.py", line 294, in _read_status
2025-02-19T15:46:53.621192287Z raise RemoteDisconnected("Remote end closed connection without"
2025-02-19T15:46:53.621215912Z http.client.RemoteDisconnected: Remote end closed connection without response
2025-02-19T15:46:53.629367647Z 2025-02-19 15:46:53,628 - mqtt.MqttClient - INFO - Connected to mqtt broker
2025-02-19T15:51:53.655172779Z 2025-02-19 15:51:53,653 - tydom.TydomClient - WARNING - Cannot send message to Tydom because no connection has been established yet
2025-02-19T15:56:53.671564762Z 2025-02-19 15:56:53,668 - tydom.TydomClient - WARNING - Cannot send message to Tydom because no connection has been established yet
Je ne comprends vraiment pas ce qui bloque… J’ai vérifié à maintes reprises les identifiants, mots de passe. J’ai tout supprimé, redémarré la box, recommencé l’installation, je n’y arrive pas.
J’ai également installé mqqt Discovery mais rien ne remonte bien évidemment.
J’espère que vous pourrez m’aider car je n’en peux plus de Jeedore…
Bonne fin de journée.




