Beste,
Momenteel probeer ik mijn alarmsysteem van woonveilig (Egardia) te integreren in Home Assistant.
Op heb via de deze site de integratie gedaan.
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
# Example configuration.yaml entry
egardia:
host: 192.168.178.xxx
username: Gebruikersnaam
password: Wachtwoord
version: GATE-03
port: 80
Password en Username zijn goed ingegeven.
Na opnieuw starten van HA krijg ik volgende foutmelding:
2021-11-05 20:19:10 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-11-05 20:19:10 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration tahoma which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-11-05 20:19:20 ERROR (SyncWorker_3) [homeassistant.components.egardia] Unable to authorize. Wrong password or username
2021-11-05 20:19:20 ERROR (MainThread) [homeassistant.setup] Setup failed for egardia: Integration failed to initialize
Kan iemand me eventueel vertellen wat ik verkeerd doe?
Mvg
Ron
Momenteel probeer ik mijn alarmsysteem van woonveilig (Egardia) te integreren in Home Assistant.
Op heb via de deze site de integratie gedaan.
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
# Example configuration.yaml entry
egardia:
host: 192.168.178.xxx
username: Gebruikersnaam
password: Wachtwoord
version: GATE-03
port: 80
Password en Username zijn goed ingegeven.
Na opnieuw starten van HA krijg ik volgende foutmelding:
2021-11-05 20:19:10 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-11-05 20:19:10 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration tahoma which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-11-05 20:19:20 ERROR (SyncWorker_3) [homeassistant.components.egardia] Unable to authorize. Wrong password or username
2021-11-05 20:19:20 ERROR (MainThread) [homeassistant.setup] Setup failed for egardia: Integration failed to initialize
Kan iemand me eventueel vertellen wat ik verkeerd doe?
Mvg
Ron