#Hi. I'm seeking help with adapting
1 messages · Page 1 of 1 (latest)
I don't understand what sensor.power_zonnepanelen_gemiddeld would be in my system. I only have entities for each optimizer like: sensor.power_#_#_#
An English translation for "sensor.power_zonnepanelen_gemiddeld" would be "sensor.power_solarpanels_average". I haven't read the thread itself, so I don't know if it is explained in there. But it sounds to me like it is a template sensor that calculates the average of the power of all panels in your array.
@daring sage Thank you for that. I re-read through the thread and didn't see the code for the template sensor. But there is this screenshot.
I see a sensor which is a date of last measurement. For my broken optimizer this date is fixed on (I suspect) the date it broke. The date sensor for other optimizers are updated many times a day. Maybe I can create an optimization that loops through my various optimizer last measurement sensors and checks if the date is older than a day or two.
I figured something out using the date! Thanks again @daring sage for replying. Here's my simple automation.