-
Hi! I'm trying to create a manual sensor for my AC that is controlled by Ecobee Lite. Is there a way that I could create the sensor? thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
https://homeassistant-powercalc.readthedocs.io/en/latest/sensor-types/daily-energy.html Check out this link. Assuming you know the watts consumed by the Ecobee Lite you could just do something like this in your configuration.yaml powercalc: |
Beta Was this translation helpful? Give feedback.
-
Thanks! It was working great but I just replaced my old AC for a new one with 2 stage cooling. |
Beta Was this translation helpful? Give feedback.
-
Did you try:
on states power? |
Beta Was this translation helpful? Give feedback.
thanks! It worked in this way:
equipment_running|compCool1,fan: 3000
equipment_running|compCool2,fan: 4000
equipment_running|compCool1: 3000
equipment_running|compCool2: 4000