Sorry for maybe this easy and simple question but I can’t figure it out…
The installation of HASS was easy on the Raspberry Pi 3, but after editing the config file to add some components I cant acces the HASS server via the IP-address anymore.,. I tried to add them one by one but still no success.
It just says there is nothing there…
While after undoing the changes in the config file the HASS server will load without any problem.
This happens when I manually add the Tradfri information (Because automatically it won’t work… it keeps saying service calling)
I tried everything and reinstalled the whole Raspberry and the HASS server multiple times,.
HELP!
These are one of the things I added to the config file and after that it stopped working…
Its not loading because it stops the service if theres invalid yaml (and many other reasons)
Its a bit too sensitive, but thats a yaml problem, not HASS - one wrong space/indent, fail
Further info on the IKEA lights, which I dont have, but it looks like it needs some extra steps which is why its not working out of the box
Post some logs from the homeassistant.log file (it should be in your .homeassistant directory) and we’ll see where the problem is
The first error is just from discovery and can be ignored. It just tried to find out more from one of the devices it polled and didn’t get a response it expected, but nothing to worry about.
The second group of errors looks like it’s trying to install a dependency for your Frontier Silicon media player but for some reason the install failed. I don’t use this and am not familiar with it but it may be worth trying to install fsapi manually to see why it’s failing.
Also, it’s looking for a group called all_automations and not finding it.