-
-
Notifications
You must be signed in to change notification settings - Fork 144
Description
Description
WARNING (MainThread) [homeassistant.components.mqtt.sensor] Ignoring invalid option received on topic 'ebusd/hmu/SetMode', got '23', allowed: auto, off, heat, water
Actual behavior
Message appears one a day at the same time.
Expected behavior
The matching should be corrected.
ebusd version
25.1
ebusd arguments
environment: EBUSD_DEVICE: "enh:192.168.118.156:9999" EBUSD_CONFIGPATH: "https://ebus.github.io/next/" EBUSD_SCANCONFIG: "full" EBUSD_LOGFILE: "/var/log/ebusd.log" EBUSD_LOG: "all:notice" EBUSD_MQTTHOST: "192.168.118.106" EBUSD_MQTTPORT: 1883 EBUSD_MQTTCLIENTID: "ebusd" EBUSD_MQTTTOPIC: "ebusd" EBUSD_MQTTINT: "/etc/ebusd/mqtt-hassio.cfg" EBUSD_MQTTJSON: "true"
Operating system
other
CPU architecture
x64
Dockerized
latest
Hardware interface
Adapter Shield v5/C6/Stick via WiFi
Related integration
MQTT generic
Logs
2025-12-05 04:53:09.435 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Ignoring invalid option received on topic 'ebusd/hmu/SetMode', got '23', allowed: auto, off, heat, water
2025-12-06 04:53:12.731 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Ignoring invalid option received on topic 'ebusd/hmu/SetMode', got '23', allowed: auto, off, heat, water
I find the error in Homeassistant.
On Synology container, the log is empty.
Form Docker compose
- "/etc/localtime:/etc/localtime:ro"
- "/volume1/docker/prd/ebusd:/ebusd"
- "/volume1/docker/prd/ebusd/log:/var/log"
- "/volume1/docker/prd/ebusd/data:/data"
- "/volume1/docker/prd/ebusd/config:/etc/ebusd"