home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.06k stars 29.73k forks source link

Ebusd invalid configuration #21333

Closed dkuschmierz closed 5 years ago

dkuschmierz commented 5 years ago

Hi,

I‘ve little problem with my ebus configuration and i cannot figure out where the problem is. This is the error i get:

Invalid config for [ebusd]: value is not allowed @ data['ebusd']['monitored_conditions'][0]. Got 'OutsideTemp'. (See /home/homeassistant/.homeassistant/configuration.yaml, line 70). Please check the docs at https://home-assistant.io/components/ebusd/

And the corresponding config: ebusd: host: 127.0.0.1 circuit: 'ehp' monitored_conditions:

Any ideas?

fabaff commented 5 years ago

Please check the docs. 'OutsideTemp' is not available condition.

This is the bug/issue tracker for Home Assistant. Please use the forum for questions about installation, setup, configuration and usage.

If it's a bug, please re-open the issue with the issue template filled.

dkuschmierz commented 5 years ago

If i look in the cons.py, there is a condition OutsideTemp for the circuit ehp! Maybe the plugin does not consider the circuit?