@Maschbaer wrote:
After a long way I was able to set-up Home Assistant on my Raspberry Pi with Raspbian lite Stretch. Therefore, I used the python virtual environment. It now starts up with no issued as far as I can see when using command and I can access it via the webinterface:
sudo systemctl status home-assistant@pi -l
home-assistant@pi.service - Home Assistant Loaded: loaded (/etc/systemd/system/home-assistant@pi.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2019-10-29 22:30:22 CET; 15min ago Main PID: 601 (hass) Tasks: 30 (limit: 4915) CGroup: /system.slice/system-home\x2dassistant.slice/home-assistant@pi.service └─601 /srv/homeassistant/bin/python /srv/homeassistant/bin/hass -c /home/pi/.homeassistant Oct 29 22:31:25 raspberrypi hass[601]: 2019-10-29 22:31:25 INFO (SyncWorker_17) [homeassistant.loader] Loaded deconz from homeassistant.components.deconz Oct 29 22:31:25 raspberrypi hass[601]: 2019-10-29 22:31:25 INFO (SyncWorker_18) [homeassistant.loader] Loaded notion from homeassistant.components.notion Oct 29 22:31:25 raspberrypi hass[601]: 2019-10-29 22:31:25 INFO (SyncWorker_12) [homeassistant.loader] Loaded geonetnz_quakes from homeassistant.components.geonetnz_quakes Oct 29 22:31:25 raspberrypi hass[601]: 2019-10-29 22:31:25 INFO (SyncWorker_7) [homeassistant.loader] Loaded toon from homeassistant.components.toon Oct 29 22:31:25 raspberrypi hass[601]: 2019-10-29 22:31:25 INFO (SyncWorker_3) [homeassistant.loader] Loaded heos from homeassistant.components.heos Oct 29 22:31:25 raspberrypi hass[601]: 2019-10-29 22:31:25 INFO (SyncWorker_13) [homeassistant.loader] Loaded lifx from homeassistant.components.lifx Oct 29 22:31:25 raspberrypi hass[601]: 2019-10-29 22:31:25 INFO (SyncWorker_15) [homeassistant.loader] Loaded unifi from homeassistant.components.unifi Oct 29 22:31:25 raspberrypi hass[601]: 2019-10-29 22:31:25 INFO (SyncWorker_2) [homeassistant.loader] Loaded twentemilieu from homeassistant.components.twentemilieu Oct 29 22:31:26 raspberrypi hass[601]: 2019-10-29 22:31:26 INFO (SyncWorker_16) [homeassistant.loader] Loaded zha from homeassistant.components.zha Oct 29 22:31:26 raspberrypi hass[601]: 2019-10-29 22:31:26 INFO (SyncWorker_4) [homeassistant.loader] Loaded hue from homeassistant.components.hue
Next, I started to set-up Zehnder and Tahoma and therefor I changed my configuration.yaml as follows:
# Configure a default setup of Home Assistant (frontend, api, etc) default_config: # Uncomment this if you are using SSL/TLS, running in Docker container, etc. # http: # base_url: example.duckdns.org:8123 # Text to speech tts: - platform: google_translate group: !include groups.yaml automation: !include automations.yaml script: !include scripts.yaml comfoconnect: host: 192.168.2.30 tahoma: username: abc@icloud.com password: helloworld
However, they do not show up in the webinterface at “Configuration/Devices”.
Further, the “Notification” reportsInvalid config
The following components and platforms could not be set up:
Please check your config.
Any ideas what missed?
Thanks in advance for any help. I am lost at the moment.Jan
Posts: 3
Participants: 2