Room Assistant isn't making entities in HA #446
-
I’ve clean installed room-assistant at least 4 times on a RPi 3b+. From what I can tell, everything is working properly and communicating but I don’t see any instances in HA except for the RPi itself. If I shut off the service, when I restart it, I get the following warning: warn - ConfigService: No configuration found in /home/pi/config. I don't know how to clear the warning unless I reinstall.
I have doubled checked multiple times the MAC addresses are the Bluetooth MAC addresses. When I run the service, I see this:
The only thing in HA is: When I check http://IP:6425/entities I get:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The config error is likely because you are trying to start it from the wrong directory - room-assistant will look into If the Bluetooth Inquiries switch is not marked as unavailable the integration is loaded successfully, as your service logs also say. BT devices will register entities the first time they a successful connection has been made, so that's where your issue likely lies. Two different things that you could check:
|
Beta Was this translation helpful? Give feedback.
The config error is likely because you are trying to start it from the wrong directory - room-assistant will look into
<working-directory>/config
for configuration files by default. You can override that with the CLI options, or simply runcd /home/pi/room-assistant
(if you followed the quickstart guide) before starting room-assistant.If the Bluetooth Inquiries switch is not marked as unavailable the integration is loaded successfully, as your service logs also say. BT devices will register entities the first time they a successful connection has been made, so that's where your issue likely lies.
Two different things that you could check: