HI all,
i have an ups Smart-UPS 1500 by American Power Conversion (APC) connect with usb to my NAS Qnap.
In my homeassistant (inside the qnap but not connected to the vm) i get values from QNAP with Network UPS Tools (NUT) and i get many values as timings, battery volts, status etc but NOT power or current, so i cannot add the qnap as energy device to monitor enery consuption.
Sure it’s in Watt?
Typically, UPSes indicates VA rather than W, which is not quite the same. You would have to apply a “power factor” to have a more precise approximation…
Right you are; i forgot i already applied a power factor (because it is actually 500VA)
But I looked it up, and that is still too high apparently…a power factor of 0.6 would be more realistic
{{((states("sensor.myups_load") | int / 100) * (500*0.6) | round(0)}}