Hello!
I recently installed Home Assistant on my raspberry pi running rasbian.
Home Assistant is installed and running.
Then I installed hassio using
curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s – -m raspberrypi3
The Home Assistant GUI tells me hass.io tries to connect from it’s ip. The error is:
Login attempt or request with invalid authentication from 172.30.32.2
There is also an error saying:
The following components and platforms could not be set up:
- hassio
Please check your config.
So it seems like the docker container with hassio has the right adress but are unable to authenticate in some way.
I am thankful for all help I can get!