Be gentle please, I’m new!
As per the title, I’d like to automate turning my hot water on if the tank is emptying quickly. I’ve read the binary_sensor docs and configured as so:
binary_sensor:
- platform: trend
sensors:
shower_on:
entity_id: climate.hot_water
sample_duration: 900
min_gradient: -0.055555
The climate system is evohome, so really I wanted the entity_id to be climate.hot_water.current_temperature - but that gave me errors when validating config.
The sensor shows in hass but has sample_count is 0.