This integration will grab infomations from your Dell servers' iDRAC system :
- Server status
- Power consumption
- CPU and air temperature
- Fan speed
You can also start and shutdown the server from Home Assistant.
For this to work, the Redfish service must be running on it.
Tested on iDRAC 7 and 8 on multiple Dell PowerEdge servers.
- Add firmware version detection to disable legacy
/dataendpoint on iDRAC 9 firmware 7.x+ (fixes #41) - Prefer Redfish
PowerMetrics.EnergyConsumedKWhfor energy consumption over legacy endpoint - Fix error log spam on firmware that removed the
/data/loginendpoint - Fix potential
NameErrorin legacy endpoint logout when login fails
- Fix firmware version overwriting device info, causing platform setup failures on concurrent load
- Fix power sensor showing "unavailable" instead of 0W when server is in standby
- Fix binary status sensor showing "unavailable" instead of "off" when server is powered down
- Add
async_unload_entryto properly stop background polling and clean up on integration reload
Note
This integration requires HACS to be installed
- Open HACS
+ EXPLORE & DOWNLOAD REPOSITORIES- Find
iDRAC power monitorin this list DOWNLOAD THIS REPOSITORY WITH HACSDOWNLOAD- Restart Home Assistant (Settings > System > RESTART)
- Go to
Configuration->Integrationsand click the+ Add Integrationbutton - Select
iDRAC power monitorfrom the list - Enter the IP address or hostname (NO
http://!) of your iDRAC instance, its username (rootby default) and its password (calvinby default).
