core icon indicating copy to clipboard operation
core copied to clipboard

mqtt_room integration is not loading after restart

Open clipse2004 opened this issue 5 months ago • 3 comments

The problem

Hello everyone, I have been having big problems with the MQTT Room integration for some time. With each restart, three of the 4 sensors are not available. The config is definitely correct. I posted the LOG information about the integration at the bottom. In the past, it was often enough to reboot HA again or the entire system. However, it is now to the point that I can no longer get the integration to work.

If you need more info, let me know. Big Thx

What version of Home Assistant Core has the issue?

core-2024.8.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

mqtt_room

Link to integration documentation on our website

https://www.home-assistant.io/integrations/mqtt_room

Diagnostics information

home-assistant_mqtt_room_2024-08-31T18-34-22.763Z.log

Example YAML snippet

this config usually causes problems after a restart:
platform: mqtt_room
device_id: "irk:xxxxxxx"
name: 'iPhone Marco (BLE)'
state_topic: 'espresense/devices/irk:xxxxxxxxx'
timeout: 10
away_timeout: 120

however, i am surprised that the following, identical config always works (without problems):
platform: mqtt_room
device_id: "irk:2722ab3fc8b20bd148854b0b4a2bbfda"
name: 'AppleWatch Marco (BLE)'
state_topic: 'espresense/devices/irk:2722ab3fc8b20bd148854b0b4a2bbfda'
timeout: 10
away_timeout: 120

Anything in the logs that might be useful for us?

2024-08-31 13:41:45.905 ERROR (MainThread) [homeassistant.components.mqtt_room.sensor] MQTT integration is not available
2024-08-31 13:41:45.906 ERROR (MainThread) [homeassistant.components.mqtt_room.sensor] MQTT integration is not available
2024-08-31 13:41:45.906 ERROR (MainThread) [homeassistant.components.mqtt_room.sensor] MQTT integration is not available
2024-08-31 13:41:45.906 ERROR (MainThread) [homeassistant.components.mqtt_room.sensor] MQTT integration is not available

Additional information

No response

clipse2004 avatar Aug 31 '24 18:08 clipse2004