I’ve set up an automation to trigger when my house load drops below a certain value, and that certain value is set on a sensor by another automation. I can’t afford the API calls to keep checking the certain value on the sensor so I can’t trigger off that, so I want to know if I can detect the difference vs the house load.
Here’s an example:
House load is 6kwh
Value of other sensor is 2kwh
If I trigger the automation when the house load drops below 2kwh then that works when the house load is say 3kwh and then it becomes 1kwh (as it’s below 2kwh), but if I have electric heaters on then it won’t trigger for example, so I need to detect when the house load drops BY 2kwh, not drops BELOW 2kwh.