wxt9861 / esxi_stats

ESXi component for Home Assistant
MIT License
145 stars 40 forks source link

Display CPU stats and CPU temperature of ESXI in HA #98

Closed Niriuqq closed 7 months ago

Niriuqq commented 7 months ago

Hello together

I am new to the HA community and wanted to ask how exactly I can use this integration in my Home Assistant Dashboard to display how busy the CPU is or how high the CPU temperature of the ESXI host is.

With my current installation, I only see these entities: image

Thank you for your help

wxt9861 commented 7 months ago

CPU usage is already captured as an attribute of the vmhost sensor. The temperature readings depend on IPMI capabilities, which might or might not be present and which is something the component does not check for at the moment.

Niriuqq commented 7 months ago

Hi thank you very much. I don't necessarily need the CPU temperature either. But how do I display this CPU usage in the dashboard? Do I have to adjust something in the yaml file?

wxt9861 commented 7 months ago

You can look at the documentation in this repo for some examples or you can refer to Home Assistant documentation for how to present sensor attributes in lovelace.