elupus / hass_nibe

Home Assistant Nibe Uplink Integration
185 stars 54 forks source link

Entities unavailable after update Hass.io #59

Closed Dohnalradek closed 4 years ago

Dohnalradek commented 4 years ago

Everything works fine, until I update Hass.io to version 0.104.3. When I restart Hass.io, all Nibe entities became unavailable (except variables Hot Water and Climate). Try delete integration and reinstall Nibe uplink addon (via HACS) but still not work. When I try url http://:8123/api/nibe/auth (in Chrome) it show me 404: Not Found ...

elupus commented 4 years ago

Amy errors in log?

Dohnalradek commented 4 years ago

Theres only this argument: 2020-01-22 07:50:26 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for nibe which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant. 2020-01-22 07:50:57 WARNING (MainThread) [homeassistant.components.climate] Setup of climate platform nibe is taking over 10 seconds. 2020-01-22 07:50:57 WARNING (MainThread) [homeassistant.components.water_heater] Setup of water_heater platform nibe is taking over 10 seconds. 2020-01-22 07:56:42 ERROR (MainThread) [homeassistant.components.hassio] Invalid config for [nibe]: [status] is an invalid option for [nibe]. Check: nibe->nibe->systems->0->units->0->status. (See /config/configuration.yaml, line 356).

But my configuration.yaml is still the same: `nibe: systems:

elupus commented 4 years ago

Your config is wrong. Should not be any "status" field in a unit. Either remove it or replace it with "statuses". Suggest to remove, it usually doesn't give anything.

Dohnalradek commented 4 years ago

Perfect. I change it to statuses and now it works. Thanks!!