-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Garage door with Hôrmann #223
Comments
Hello |
OK thanks for that. |
Hi @LGO44, can you try this fix : docker pull ghcr.io/romainboucher/tydom2mqtt:all-platforms. |
Installation in a terminal window, but when I want to install the add-on Échec de l'installation de l'extension |
This fix doesn't solve this issue |
Hi
I have added a garage door interface for Hörmann and I get an error in the tydommqtt
it's impossible to switch the garage door....
my logs:
2024-11-15 21:24:33,477 - Starting tydom2mqtt
2024-11-15 21:24:33,478 - Hassio environment detected: loading configuration from /data/options.json
2024-11-15 21:24:33,479 - Validating configuration ({
"deltadore_login": null,
"deltadore_password": "",
"log_level": "DEBUG",
"mqtt_host": "1
"mqtt_password": "e**************************************************************3",
"mqtt_port": 1883,
"mqtt_ssl": false,
"mqtt_user": "xxxxxxxxxxxx",
"thermostat_cool_mode_temp_default": 26,
"thermostat_custom_presets": null,
"thermostat_heat_mode_temp_default": 16,
"tydom_alarm_home_zone": 1,
"tydom_alarm_night_zone": 2,
"tydom_alarm_pin": "1****6",
"tydom_ip": "1xxxxxx",
"tydom_mac": "xxxxxxxxxxx"",
"tydom_password": "#*******1",
"tydom_polling_interval": 300
}
2024-11-15 21:24:33,479 - The configuration is valid
2024-11-15 21:24:33,480 - tydom.TydomClient - DEBUG - Initializing TydomClient Class
2024-11-15 21:24:33,480 - tydom.TydomClient - INFO - Configure local mode (1xxx)
2024-11-15 21:24:33,482 - asyncio - DEBUG - Using selector: EpollSelector
2024-11-15 21:24:38,903 - tydom.MessageHandler - INFO - Device update (id=1731665702, endpoint=1731665702, name=Garage 1, type=garage_door)
2024-11-15 21:24:38,903 - sensors.Switch - ERROR - 'level'
2024-11-15 21:24:38,903 - gmqtt.mqtt.package - DEBUG - Sending PUBLISH (q0), 'b'homeassistant/switch/tydom/1731665702_1731665702/config'', ... (445 bytes)
2024-11-15 21:24:38,904 - gmqtt.mqtt.package - DEBUG - Sending PUBLISH (q0), 'b'homeassistant/binary_sensor/tydom/thermicdefect_tydom_1731665702_1731665702/config'', ... (251 bytes)
2024-11-15 21:24:38,904 - gmqtt.mqtt.package - DEBUG - Sending PUBLISH (q0), 'b'binary_sensor/tydom/thermicDefect_tydom_1731665702_1731665702/state'', ... (3 bytes)
2024-11-15 21:24:38,905 - sensors.Sensor - INFO - Binary sensor created / updated : thermicDefect OFF
2024-11-15 21:24:38,905 - gmqtt.mqtt.package - DEBUG - Sending PUBLISH (q0), 'b'switch/tydom/1731665702_1731665702/state'' (NULL payload)
2024-11-15 21:24:38,906 - gmqtt.mqtt.package - DEBUG - Sending PUBLISH (q0), 'b'switch/tydom/1731665702_1731665702/attributes'', ... (179 bytes)
2024-11-15 21:24:38,906 - sensors.Switch - INFO - Switch created / updated : Garage 1 1731665702_1731665702 None
2024-11-15 21:24:38,906 - tydom.MessageHandler - DEBUG - Incoming data parsed with success
2024-11-15 21:24:38,907 - tydom.MessageHandler - WARNING - Unknown message type received ([]
)
2024-11-15 21:24:38,908 - tydom.MessageHandler - DEBUG - Incoming data parsed with success
2024-11-15 21:24:38,971 - gmqtt.client - DEBUG - [CMD 0x30] b'\x00Cbinary_sensor/tydom/thermicDefect_tydom_1731665702_1731665702/state\x00OFF'
2024-11-15 21:24:38,971 - gmqtt.client - DEBUG - [RECV binary_sensor/tydom/thermicDefect_tydom_1731665702_1731665702/state with QoS: 0] b'\x00OFF'
2024-11-15 21:24:38,971 - gmqtt.mqtt.utils - DEBUG - FREE MID: None
2024-11-15 21:24:38,976 - gmqtt.client - DEBUG - [CMD 0x30] b'\x00(switch/tydom/1731665702_1731665702/state\x00'
2024-11-15 21:24:38,976 - gmqtt.client - DEBUG - [RECV switch/tydom/1731665702_1731665702/state with QoS: 0] b'\x00'
2024-11-15 21:24:38,978 - gmqtt.mqtt.utils - DEBUG - FREE MID: None
2024-11-15 21:24:38,979 - gmqtt.client - DEBUG - [CMD 0x30] b'\x00-switch/tydom/1731665702_1731665702/attributes\x00{"device_id": 1731665702, "endpoint_id": 1731665702, "id": "1731665702_1731665702", "switch_name": "Garage 1", "name": "Garage 1", "device_type": "switch", "thermicDefect": false}'
2024-11-15 21:24:38,979 - gmqtt.client - DEBUG - [RECV switch/tydom/1731665702_1731665702/attributes with QoS: 0] b'\x00{"device_id": 1731665702, "endpoint_id": 1731665702, "id": "1731665702_1731665702", "switch_name": "Garage 1", "name": "Garage 1", "device_type": "switch", "thermicDefect": false}'
2024-11-15 21:24:38,979 - gmqtt.mqtt.utils - DEBUG - FREE MID: None
2024-11-15 21:24:41,716 - gmqtt.client - DEBUG - [QoS query IS EMPTY]
2024-11-15 21:24:46,718 - gmqtt.client - DEBUG - [QoS query IS EMPTY]
2024-11-15 21:24:51,723 - gmqtt.client - DEBUG - [QoS query IS EMPTY]
2024-11-15 21:24:56,727 - gmqtt.client - DEBUG - [QoS query IS EMPTY]
The text was updated successfully, but these errors were encountered: