Newbie here. I installed hass.io on a rpi3. Got z wave, zigbee, and amazon alexa connected. For SSL, I used DuckDNS and NGINX addons, and I am able to log onto the system via “https://nunyabusiness.duckdns.org.”
My issue is that I cannot get any outside integrations to install or communicate. I have tried honeywell, wink, and MyQ, but I keep getting errors. Even the yr sensor gives me the error in the info developers tool:
Cannot connect to host aa015h6buqvih86i1.api.met.no:443 ssl:None [Try again]
Also, in my system log, I have 2 error messages.
19-07-02 01:17:14 INFO (SyncWorker_1) [hassio.docker.addon] Start Docker add-on homeassistant/armhf-addon-deconz with version 3.1
19-07-02 01:17:18 WARNING (MainThread) [hassio.api.security] No API token provided for /api/config
19-07-02 01:21:04 INFO (SyncWorker_3) [hassio.docker.interface] Start homeassistant/raspberrypi3-homeassistant
19-07-02 01:21:07 WARNING (MainThread) [hassio.api.security] No API token provided for /api/config
I assume that I have some sort of authorization issue, but I cannot figure it out.
Any suggestions from the geniuses here?