xcomfortd-go
xcomfortd-go copied to clipboard
Addon reporting unknown device during startup
I'm a newbie, and for testing purposes I have added a switch actuator and a bi-directional connection to the SHC. During startup the addon report unknown device type 63. Just like to know if this is a bug, or if Smart Home Controller connection not supported? Below is a snippet of my logs, and my config.
Plugin version: 0.54.1 core version: core-2022.4.5 supervisor version: supervisor-2022.04.0
Xcomfort addon log
2022/04/20 16:33:06 Connected to broker 2022/04/20 16:33:06 CI HW/RF/FW revision: 0, 13.0, 0 2022/04/20 16:33:06 CI RF/Firmware release: 2.11, 2.05 2022/04/20 16:33:06 CI serial number: 7xxxxxx 2022/04/20 16:33:11 Read datapoint list from eprom in 4.644033946s 2022/04/20 16:33:11 Sent MQTT autodiscover add for 1 devices and 2 datapoints 2022/04/20 16:34:06 Read datapoint list from eprom in 7.224508563s 2022/04/20 16:34:06 DPL Changed 2022/04/20 16:34:06 Unknown device type 63 2022/04/20 16:34:06 Unknown device type 63 2022/04/20 16:34:06 Sent MQTT autodiscover add for 2 devices and 4 datapoints 2022/04/20 16:36:57 HA going online, sending mqtt discovery messages 2022/04/20 16:36:57 Unknown device type 63 2022/04/20 16:36:57 Unknown device type 63 2022/04/20 16:36:57 Sent MQTT autodiscover add for 2 devices and 4 datapoints
Config
mqtt_client_id: xcomfort datapoints_file: '' eprom: true ha_discovery: true ha_discovery_prefix: homeassistant ha_discovery_remove: false verbose: false use_hidapi: false eci_hosts: []
I don't have an SHC myself, so the following is a bit of guesswork. As far as I understood, the SHC can be programmed to send any value to the USB stick. I log these values, but I don't know what they actually mean (are they temperature/humidity/etc.) The DPL format also doesn't describe what the values actually mean, so I couldn't find a meaningful way of integrating with Home Assistant.
This won't break anything, though, the rest of the devices should work as intended.