ateodorescu / home-assistant-ipmi

IPMI connector for Home Assistant
MIT License
36 stars 8 forks source link

Watt usage monthly consumption #30

Closed kimsvane closed 3 months ago

kimsvane commented 4 months ago

Would it be possible to collect the usage and create a monthly watt usage for calculating cost ?

molekylspektroskopi commented 4 months ago

You can do it with Integration - Riemann sum integral https://www.home-assistant.io/integrations/integration/

I added this to my configuration.yaml for my Fujitsu server

Then I could add it to Individual devices in Energy Configuration Running HA 2024.3.0

ateodorescu commented 4 months ago

The power sensors are not present in all servers. For example my microserver does not have them. I suppose you can use what @molekylspektroskopi suggests.