Control servers via IPMI directly from Home Assistant!
- Power ON
- Power OFF
- Force RESET (reboot)
- Live server status
- Auto-refresh status every 2 minutes
- Copy the
custom_components/ipmi_controlfolder into your Home Assistant/config/custom_components/. - Restart Home Assistant.
- Configure
configuration.yaml:
switch:
- platform: ipmi_control
servers:
- name: My IPMI Server
host: 192.168.1.100
user: ADMIN
password: ADMIN- (Optional) Install via HACS.
You can use a service to RESET (reboot) a server:
- Service:
ipmi_control.reset_server - Data:
{ "entity_id": "switch.my_ipmi_server" }
- Python library
pyghmi(auto-installed).
Maintained by Ton Nom ou Pseudo.