mKeRix / hassio-repo

A community repository for Hass.io addons.
27 stars 13 forks source link

HassOs and roomassistant #9

Open denics opened 3 years ago

denics commented 3 years ago

Hi @mKeRix thanks for this, it is exactly what I was looking for. However, I am not able to make it work on HassOs, I have lot of errors like:

20-10-18 14:50:49 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with 6e66619d_room_assistant!
20-10-18 14:50:49 INFO (SyncWorker_5) [supervisor.docker.interface] Clean addon_6e66619d_room_assistant application
20-10-18 14:50:51 INFO (SyncWorker_5) [supervisor.docker.addon] Start Docker add-on mkerix/room-assistant-armhf with version 2.10.0
20-10-18 14:50:58 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with 6e66619d_room_assistant application!

Perhaps my configuration is wrong? This is my plugin configuration:

global:
  instanceName: camera
  integrations:
    - homeAssistant
    - bluetoothLowEnergy

What else should I do? And, once the component is enabled, what should I add in HassOs configuration.yml ?

Thanks, Denis

mKeRix commented 3 years ago

The configuration looks fine, what does the add-on log say?

I recently integrated the new watchdog feature by letting it check the status endpoint, which is likely causing the behavior you're seeing here. The question for me now is: is there an actual issue and the restart is working as intended OR is the watchdog integration faulty? You can see the status endpoint that HA uses by adding a port-forward for the HTTP API and then accessing http://<ip>:<port>/status.

denics commented 3 years ago

Hi mKeRix, no issue, the add-on simply kept restarting. I removed it but I will try to have another round soon and post some API results