-
I've got a Vue 3 and I've used all 16 inputs on my breaker box, I am monitoring the most important areas and devices in my home, but I'm not monitoring the A/C power. I figured that the Total Power minus the power on the other 16 signals will be a close enough approximation of the A/C Power. How can I create a new Power entity that is the Difference of the Total Power minus the sum of the 16 channels? And, same thing for the Energy. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
This seems to be working: to get the approximation of the AC power:
And the for the AC energy, I added one line under - platform: total_daily_energy
|
Beta Was this translation helpful? Give feedback.
-
This wont help your specific situation, since you can't subtract, but in general for "Create new entity based on math operation" take a look at "helpers". Go to settings/devices&services. Choose "helpers" right top of the screen, then "Create helper" and then "Combine the state of several sensors". Now you can just add the sensors you would like and then choose a 'statistic characteristic' like "Sum". |
Beta Was this translation helpful? Give feedback.
-
How is it that I cannot subract? Below are some picture from today. |
Beta Was this translation helpful? Give feedback.
This seems to be working: to get the approximation of the AC power:
And the for the AC energy, I added one line under - platform: total_daily_energy
- { power_id: ACPower, platform: total_daily_energy, accuracy_decimals: 0, name: "Energy AC Power" }