Vlad Korniev

Results 18 comments of Vlad Korniev

Could you please try to change `ha_url` and remove `ssl_cert/key` options? ``` ha_url: http://172.17.0.1:8123 ```

And you're sure that port is 8123 and password is correct? Because `172.17.0.1` is internal network and it's always accessible, so issues could be with port/password only

Hm, just to make, could you please perform last check? Using ssh plugin, make sure that curl is installed ``` apk add curl ``` and call ``` curl -H "x-ha-access:...

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. What's your...

Oh, it seems that you're serving https right from ha, my bad could you please run curl again? ``` curl -k -H "x-ha-access: YOUR_STRONGPASS" https://172.17.0.1:8123/api/history/period ``` If it works, you...

`cert_verify` means something only on `AppDaemon` level. You can try to use `https://192.168.1.25:8123` but it shouldn't make any difference, as we've checked internal network availability I'm kinda out of ideas....

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...

You need to do following: 1. Clone/download this repo 2. Modify run.sh from appdaemon folder 3. Copy appdaemon folder to the samba share /addons 4. In HASSIO ui hit update...