Hello,
I have hass.io installed on rapsberry pi 4 with Home Assistant 0.115.6.
I installed the addon of appdaemon 4. I didn’t have appdaemon 3.
I created a file appdaemon.yaml and wrote in the file:
secrets: /config/secrets.yaml
appdaemon:
latitude: 32.7920896
longitude: 34.9837203
elevation: 0
time_zone: Asia/Jerusalem
app_dir: /config/appdaemon/apps
plugins:
HASS:
type: hass
http:
url:
key:
token:
hadashboard:
dash_url:
dash_dir: /config/appdaemon/dashboards
admin:
api:
I created a long lived token in the home assistant and copied it and filled all the addresses with the ports.
I restarted home assistant and than I get a notification:
Login attempt or request with invalid authentication from a0d7b954-appdaemon.local.hass.io (172.30.33.3)
and in the log of the addon:
2020-10-03 03:57:36.897636 INFO HASS: Connected to Home Assistant 0.115.6
2020-10-03 03:57:36.904772 WARNING HASS: Error in authentication
2020-10-03 03:57:36.906318 WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds
What am I doing wrong?
Yesterday I changed the router in my home so the ip address of the home assistant was changed but I changed everthing in the home assistant to the new address.
Thanks.