fmartinou / tydom2mqtt

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

Tydom password must be defined #182

Closed cth35 closed 3 months ago

cth35 commented 3 months ago

Hello, I try to run locally without conencting to mediation servers. I've set my password in the docker compose file :

version: '3'

services: tydom2mqtt: restart: unless-stopped image: fmartinou/tydom2mqtt container_name: tydom2mqtt environment:

But when I run it i have this message :

tydom2mqtt | 2024-03-16 16:58:34,192 - Validating configuration ({ tydom2mqtt | "deltadore_login": "cxxxxxxxxxr", tydom2mqtt | "deltadore_password": "**", tydom2mqtt | "log_level": "INFO", tydom2mqtt | "mqtt_host": "192.168.1.10", tydom2mqtt | "mqtt_password": "", tydom2mqtt | "mqtt_port": 1883, tydom2mqtt | "mqtt_ssl": false, tydom2mqtt | "mqtt_user": null, tydom2mqtt | "thermostat_custom_presets": null, tydom2mqtt | "tydom_alarm_home_zone": 1, tydom2mqtt | "tydom_alarm_night_zone": 2, tydom2mqtt | "tydom_alarm_pin": "", tydom2mqtt | "tydom_ip": "192.168.1.13", tydom2mqtt | "tydom_mac": "XXXXXXXX", tydom2mqtt | "tydom_password": "", tydom2mqtt | "tydom_polling_interval": 300 tydom2mqtt | } tydom2mqtt | 2024-03-16 16:58:34,194 - Tydom password must be defined

Do you know what can be wrong and why the tydom password in the log is empty ? For information, it works if I connect to deltadore mediation server with my deltadore credentials.

cth35 commented 3 months ago

Ok it seems to work if I remove :

from the docker compose file.