Hello everybody,
Im trying to setup Google Assistant control with Home Assistant.
I followed the available howtos which are
- Router Portforwarding Remote access - Home Assistant
- Duckdns and Letsenrypt Effortless encryption with Let's Encrypt and DuckDNS - Home Assistant
- Google Cloud Platform configuration
• Created Projekt
• Linked Account
• Stucked on Add Service in the Google Home App>Could not reach [test]
When i open the links individually I get following answers, also in the service procedure I can reach the login
https://oauth-redirect.googleusercontent.com/r/asdf
A URI fragment or query string must be set.
https://asdf.duckdns.org:443/auth/authorize
Error: Message format incorrect: required key not provided @ data[‘client_id’]
https://asdf.duckdns.org:443/auth/token
405: Method Not Allowed
Which probably is linked to the problem, why I cant add the configuration for the entitiy (light.lights_kitchen) to my configuration.yaml without breaking Home Assistant going into safe mode
google_assistant:
project_id: asdf
service_account: !include SERVICE_ACCOUNT.JSON
report_state: true
exposed_domains:
- switch
- light
entity_config:
light.lights_kitchen:
name: Kitchen_lights
I’m using Armbian as an OS on a Helios64 NAS and Home Assistant is installed as a Docker Image.
Is it possible, that the DuckDNS-Lets encrypt configuration breaks the HTTP connection?
Logs
Full logs
2022-08-17 09:58:18.431 ERROR (MainThread) [homeassistant.bootstrap] Failed to parse configuration.yaml: in “/config/configuration.yaml”, line 29, column 21: Unable to read file /config/SERVICE_ACCOUNT.JSON… Activating safe mode
2022-08-17 09:58:21.360 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /supervisor/ping request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:21.369 WARNING (MainThread) [homeassistant.components.hassio] Not connected with the supervisor / system too busy!
2022-08-17 09:58:21.393 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /homeassistant/options request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:21.400 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /supervisor/options request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:21.428 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:21.432 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /host/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:21.436 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /store request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:21.439 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /core/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:21.443 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /supervisor/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:21.445 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /os/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:21.448 WARNING (MainThread) [homeassistant.components.hassio] Can’t read Supervisor data:
2022-08-17 09:58:21.463 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /ingress/panels request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:21.466 ERROR (MainThread) [homeassistant.components.hassio.addon_panel] Can’t read panel info:
2022-08-17 09:58:22.730 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /refresh_updates request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:22.814 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:22.817 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /core/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:22.820 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /supervisor/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:22.823 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /os/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:22.827 WARNING (MainThread) [homeassistant.config_entries] Config entry ‘Supervisor’ for hassio integration not ready yet: Error on Supervisor API: ; Retrying in background
2022-08-17 09:58:22.905 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /discovery request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:22.907 ERROR (MainThread) [homeassistant.components.hassio.discovery] Can’t read discover info:
2022-08-17 09:58:22.916 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /refresh_updates request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:22.929 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:22.933 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /core/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:22.936 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /supervisor/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:22.940 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /os/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:40.171 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /refresh_updates request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:40.190 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:40.194 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /core/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:40.198 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /supervisor/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:58:40.202 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /os/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2022-08-17 09:59:04.759 ERROR (MainThread) [homeassistant.components.hassio] Unexpected error fetching hassio data: ‘NoneType’ object has no attribute ‘get’
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 205, in _async_refresh
self.data = await self._async_update_data()
File “/usr/src/homeassistant/homeassistant/components/hassio/init.py”, line 902, in _async_update_data
for repo in store_data.get(“repositories”, [])
AttributeError: ‘NoneType’ object has no attribute ‘get’
1 post - 1 participant