I have configured my PV converter (SMA Sunnyboy 5) which works when it has data.
the sensor.pv_power (the current generated power) works when the device is actually generating power.
However, as soon as there is no more power generated, then i get an error: “Entity is currently unavailable: sensor.pv_power”
The day after, as soon as the device starts to generate power again, all is fine, until… sun down.
Since i use this value for calculating other sensors, these sensors also turn into this error state.
Any ideas on how to:
Debug this?
OR how to do error handling in the configuration.yaml file with calculated sensors? (then i could work around this issue…)
In fact, i noticed the same behaviour for all the other related sensors, as soon as sun down
Hello.
Today in Newest HA, this {{“unavailable”|float }} dosent work anymore.
Gives error:
ValueError: Template error: float got invalid input ‘unavailable’ when rendering template ‘{{“unavailable”|float }}’ but no default was specified