mduran80 / daikin_madoka

Home Assistant custom component integration for the BRC1H thermostat (madoka)
MIT License
52 stars 16 forks source link

Madoka brc1 device stopped showing temperature (both AC and room temperature) #52

Closed slootzky closed 3 weeks ago

slootzky commented 4 weeks ago

Running HA on RPI in a container (docker compose). At first, when I integrated the plugin and paired with Madoka everything worked as expected.

Then the integration stopped working (couldn't connect to the Madoka device) so I've uninstalled Dbus and everything and installed only:

pi-bluetooth dbus-broker

now I paired again and it's working but I don't get AC & room temperature. This is how the widget looks:

image

I do see one error that keeps coming back in the logs:

Logger: pymadoka.connection Source: runner.py:189 First occurred: 12:52:01 AM (6672 occurrences) Last logged: 9:58:18 AM

[org.bluez.Error.Failed] Operation already in progress [org.bluez.Error.Failed] br-connection-canceled No backend with an available connection slot that can reach address 00:CC:3F:EF:69:F7 was found Device with address 00:CC:3F:EF:69:F7 was not found. It may have been removed from BlueZ when scanning stopped. Service Discovery has not been performed yet

HA info:

Core - 2024.10.4 Frontend - 20241002.4

Appreciate your help.

slootzky commented 3 weeks ago

managed to sort this out by following the tip in the main page documentation