Hi. I have a Beko washing machine, that has bluetooth.
Originally, it conneects to the HomeWhiz app, but I was able to get it to connect to HA using HomeWhiz Inegration and a bluetooth dongle.
The problem is that, sometimes, I go to use the machine and i notice that it is “unavailable” in home assistant.
The fix is to restart the HA container, and it usually comes back.
Checking the logbook, i see that the machine constanlty becomes unavailable, usually when it’s turned “off”.
I would assume the issue is not on the machine side, since restarting the HA container brings it back up, which makes me think the issue might be in HA or on my dongle. (Don’t think restarting the container reboots the dongle either…)
Any ideas of how to solve this?
For context, this is how i’m passing my bluetooth dongle to HA
[...]
volumes:
- ./config:/config
- /run/dbus:/run/dbus:ro
- /sys/class/bluetooth:/sys/class/bluetooth
- /var/lib/bluetooth:/var/lib/bluetooth
- /run/dbus:/run/dbus
devices:
- /dev/bus/usb/003/004:/dev/bus/usb/003/004
[...]