I’m trying to configure a statistics sensor to calculate the mean rainfall over the last 11 hours. But my sensor does not show up as an entity at all. No mention of it in the logs either. Configuration check is fine too.
I have the configuration in place for a couple of days now. I has been raining during that time. Though atm it’s dry. Does the entity dissapear by itself after it’s empty or something?
it just needs to be recorded, it doesn’t need to be in the history tab, however if it shows a graph in the history tab, that means it’s being recorded.
Is the sensor’s state a number or string? Easiest way to tell is if it shows up as a graph in the history tab.
It’s not showing up at all. I don’t know what you mean by ‘having 2 sensor sections’. All sensors I have created have unique id’s. Though I have tried the sensors without specifying the whole unique ID at all. They didn’t work then either.
Thank you! This was it. The switches was using !include_dir_list and my sensors was configured as !include_dir_merged_list So that didn’t work. Too bad configuration check did not see that one.