Hi,
I have a temperature probe for my pool installed in the piping outside the pool.
It produces meaningful data only when the pump is working (I shut down the pump during the night), otherwise, the water temperature in the pipes go down WAY faster than the rest of the pool.
When my pump is off (got a toggle automation on my pump plug) I want to stop recording the temperature data.
I asked google, the AI gave me “a solution” that seems based on an older version of the recorder actions ? in any case it doesn’t matcgh the UI of the latest HA versions.
So, I found the Recoder ‘Disable’ action, no option in UI to specify entities … but there is some extra objects in YAML ?
I tried this (nothing is disabled) :
action: recorder.disable
metadata: {}
data: {sensor.pool_temp_in_temperature}
Google suggested to call the ‘recorder.disable_entity’ service.
If I select the “Perform action, Previously known as call service” action and input it in the search field, it doesn’t exist.
Any input on the matter ?