hsakoh/switchbot-mqtt

unknown messages from Keypad Touch

Closed this issue · 1 comments

in home-assistant.log i found some messages from keypad touch:

2024-11-01 10:52:18.978 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Invalid state message 'unknown' from 'switchbot/CD561C13050A/status'
every hour.

anything i can do?

This is probably a log generated in a webhook-specific field when a webhook message has not been received even once. Previously, this could be resolved by creating or deleting a passcode, but it seems that webhooks have stopped working in the past few weeks.
Please refer to the following issue.
OpenWonderLabs/SwitchBotAPI#353 (comment)

However, since the field in question is not a particularly meaningful item,
an alternative approach might be to exclude it from MQTT integration detection.

After deleting the device from MQTT integration, uncheck the box below and restart the add-on to hide this field from HomeAssistant.
image