This worked out great! Thanks!
I would also like to know this.
Iâve followed and set up my NUC based on this guide and thought everything was working OK.
The NWS forecast seems to be valid and up to date, but I do see this error in my logs (repeated multiple times):
2020-09-02 23:05:35 ERROR (MainThread) [homeassistant.components.nws] Error requesting NWS forecast hourly station KHIO data: 500, message=âInternal Server Errorâ, url=URL(âhttps://api.weather.gov/gridpoints/PQR/106,101/forecast/hourlyâ)
The URL appears to be working fine in the browser, so would this be due to a docker networking/configuration issue?
Any help would be appreciated.
Did that (docker lines) and after a docker and core restart, it still says unsupported. I get this in the supervisor log:
20-09-10 03:29:33 ERROR (MainThread) [supervisor.core] Detected unsupported OS: Raspbian GNU/Linux 10 (buster)
20-09-10 03:29:33 INFO (MainThread) [__main__] Run Supervisor
20-09-10 03:29:33 INFO (MainThread) [supervisor.api] Start API on 172.30.32.2
20-09-10 03:29:33 CRITICAL (MainThread) [supervisor.core] System running in a unsupported environment!
Because Raspberry Pi OS (Raspbian) isnât supported.
Mine also now shows unsupported again because I have watchtower installed which has nothing to do with and doesnt affect Home Assistant in any wayâŚ
Make sense. I thought it was the reason I havenât seen an update in a while but checked and Iâm at 114,4 which is the latest released version. So all is good I guessâŚ
Watchtower has broken plenty of installs. It has caused supervisor loops, and users often have it set to update to âlatestâ when they shouldnât. The Supervisor manages and updates the ecosystem. Bumping it out with watchtower or portainer causes issues (for users who donât know better).
Well yes but watchtower does not touch any of my HA containers at all⌠it only manages non HA stuff. (at least on my system)
Docker-compose.yml
watchtower:
container_name: watchtower
restart: unless-stopped
image: v2tec/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: sabnzbd sonarr radarr lazylibrarian portainer ha_dockermon --interval 300
So use Unattended-Upgrade::Package-Blacklist {...};
in the config and move on? The other issue I can see is docker not being restarted by dpkg (?) (https://superuser.com/questions/1538525/ubuntu-unattended-upgrades-stops-docker) which should be solveable by having Restart=always
in the service files that you care about. Yes, caution is good, overreaction (leading to security vulnerabilities) isnât
Why hddtemp sensor isnât working on debian ?
Why does it matter if it shows as unsupported if you know what youâre doing?
It doesnât of course however, the crash-report send option is also gone because of this so theres that.
Sorry, I have installed everything as indicated under âInstalling Home Assistant Supervised on Debian 10â. The installation runs fine ⌠but it doesnât work to install the VNC-server like the ânormal RaspberryOSâ under Raspi-Config. I select the option there, but when I try to access it with the VNC viewer, I get the following message: "The connection was rejected by the computer.
What can I do to get a working VNC connection?
You do need to configure VNC to make it work. It doesnât work OOTB. Itâs a fairly simple config from memory. Or maybe Iâm thinking of Raspbian⌠With Debian you would need to add the package.
Thank you very much, that made it work.
Great tutorial OP!
I mostly came here for the last steps re. the install script. I noticed you are pointing to your own install script instead of the official one. Are there any major differences I should be aware of before running yours?
Had a quick look at it in a compare tool but canât see too many major differences, mostly cleanup and cosmetic fixes.
No differences, I forked the script a while back when the deprecation had been announced. I keep it up to date with the main version.
Used the script to recover my âhass.ioâ install in Docker on Debian 10 Buster tonight.
THANK YOU, @kanga_who, @nickrout, and EVERYONE else who contributed to this thread.
Now, does anyone happen to know the docker command hassio-supervisor uses to start the homeassistant container? I need to update it to add mounts for /media, but alas, canât find it anywhere (yet, at this late hour US/EST). Additional thanks in advance for anyone who can help.