-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
appdaemon won't connect to HASSIO #3
Comments
Could you please try to change
|
just tried this config and still have same problem:
|
And you're sure that port is 8123 and password is correct? Because |
Double checked the password and it matches the api_password for home assistant. Not sure how to check if port is correct. But I can access HA via https://192.168.1.25:8123/ and if I SSH into HASSIO via the plugin, I can ping 127.17.0.1 and 127.17.0.1:8123. |
Hm, just to make, could you please perform last check?
and call
Are you getting long JSON grid or 401 error? |
addon_core_ssh:/# apk add curl |
So, this is basically the issue. I'm not sure what's your configuration and whether you've modified default resinos network config but ha is not responding on this address/port. |
the only change I made to the resinos network config was to change the default interface from wlan0 to eth0 since I use Ethernet to connect to my Raspberry Pi. As for my HA config, I don't specify a server_port. Here is the relevant excerpt from my HA config:
|
Oh, it seems that you're serving https right from ha, my bad could you please run curl again?
If it works, you need to put |
The curl command worked...got a huge data dump of my HA logfile. But making it https, still didn't work. Config below:
Not sure if it helps but prior to using HASSIO, I was using HADashboard successfully on same RPI as HA with this config:
|
I'm kinda out of ideas. Try to do following:
There might be more details |
There was an issue some time ago with self-signed certs, but you're using LE, so you should be fine. Anyway, as a last resort you could try following: Modify run.sh to execute
bump version in config and rebuild plugin (if you're using pre-built image you'll need to stop it first and then build locally). If it will help, I'll add an option to addon config. It was there before but I've removed it after appdaemon was patched. |
Thanks for helping...couldn't get it to work. FYI, I wasn't able to try that last step because I don't know how to modify the run.sh file. |
You need to do following:
|
Running HASSIO on Raspberry Pi3 and can't get the appdaemon to connect. I just get many of the same error messages: WARNING Unable to connect to Home Assistant, retrying in 5 seconds.
Here is my \HASSIO\config\hadaemon\appdaemon.yaml file:
The text was updated successfully, but these errors were encountered: