You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi. I had followed your code then a supervisor container and a homeassistant container were created on synology successfully.
But it is failed to load the "Hass.io" page on HomeAssistant and return following warning:
Unable to load the panel source: /api/hassio/app/entrypoint.js.
Also a error was found from the log of homeassistant:
ERROR (MainThread) [homeassistant.components.hassio.http] Client error on api app/entrypoint.js request Cannot connect to host 172.30.32.2:80 ssl:None [Operation timed out]
Then I remove the homeassistant container and manually deploy again with hassio and bridge network (original one only connect host network). The "Hass.io" page work again. But I find some add-on may be not work (e.g. Log Viewer, Configurator).
Hi Kevin, can you describe how you run this on synology? I mean the _intro.md part... I would like to try this as well.
How about adding --net=host \ under or before --privileged \ command in startup_script.sh?
Then I remove the homeassistant container and manually deploy again with hassio and bridge network (original one only connect host network). The "Hass.io" page work again. But I find some add-on may be not work (e.g. Log Viewer, Configurator).
The issue was with local routing on the Synology NAS (I've updated the script now).
The spk installed perfectly on my DS218+. Starting up worked also. I created a user with my name and then I get stuck.
When I click on Hass.io in the menu on the left, nothing happens. Also "unused entities" stays blank, so I can't add my entities using the Lovelace UI.
Any idea why this happens? Please let me know if there's anything I can do to provide you with usefull feedback.
I have a standard Home Assistant instance running in docker, but I stopped it before trying to install the spk from Hass.io.
The spk installed perfectly on my DS218+. Starting up worked also. I created a user with my name and then I get stuck.
When I click on Hass.io in the menu on the left, nothing happens. Also "unused entities" stays blank, so I can't add my entities using the Lovelace UI.
Any idea why this happens? Please let me know if there's anything I can do to provide you with usefull feedback.
I have a standard Home Assistant instance running in docker, but I stopped it before trying to install the spk from Hass.io.
Hi. I had followed your code then a supervisor container and a homeassistant container were created on synology successfully.
But it is failed to load the "Hass.io" page on HomeAssistant and return following warning:
Also a error was found from the log of homeassistant:
Then I remove the homeassistant container and manually deploy again with hassio and bridge network (original one only connect host network). The "Hass.io" page work again. But I find some add-on may be not work (e.g. Log Viewer, Configurator).