UPS energy estimation #1292
Replies: 3 comments 4 replies
-
|
I've got that model |
Beta Was this translation helpful? Give feedback.
-
|
Hi @niggles1973 Thanks for your advice! |
Beta Was this translation helpful? Give feedback.
-
|
Powercalc also support to supply a power value for fixed. So you could also use the following configuration. - platform: powercalc
entity_id: sensor.dummy
name: Homelab Ups
fixed:
power: "{{ (states('sensor.homelab_ups_nominal_real_power')|float * states('sensor.homelab_ups_load')|float) / 100 }}"Which should also create both a power and energy sensor, and even utility meters when you have that option enabled. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm just starting to play with PowerCalc. I love it!
Quick question I have UPS CP1500AVRLCDa (900w) loaded at 14%.
Can I estimate the energy used by my UPS with PowerCalc?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions