I am trying to record min and max values for my temperature sensor across all time, rather than increase the data storage period I think the best way to do this is to create an input_value that an automation checks the current temp against and then replaces the value of if it exceeds it in the appropriate direction. (Open to alternative methods though if this is too cumbersome, I am relatively new to HASS though!)
However it is throwing up an error about ‘Message malformed: Integration ‘’ not found’ and before that it had another error code that I didn’t capture. Can anyone eyeball the code above and let me know if I’m making an obvious error please? Cheers…
You can make the automation to be triggered based on numeric_state by referencing other entity. This automation will only be triggered when (1) sensor.netatmo_3wp_indoor_garden_temperature is lower than input_number.garden_min_temp OR (2) sensor.netatmo_3wp_indoor_garden_temperature is higher than input_number.garden_max_temp