HP iLO Question

Looking for a little help with the HP iLO component.

I have it configured and it’s working correctly for a single host, but would like to monitor multiple hosts.

Is this possible?

Thanks!

Doh! I completely forgot that we need to define the platform each time.

Please feel free to close this thread

Hello,

Can you please elaborate a little bit? I have made a new sensor and platform with a new name and I have an error saying that platform not found

I don’t use this integration anymore, so I am unsure the of it’s current state. My issue was a little different, I was able to add a single host, but at didn’t know how to add multiple.

The answer to that was quite simple, just needed to call each one individually.

Example:

# Example configuration.yaml entry
sensor:
  - platform: hp_ilo
    host: IP_ADDRESS or HOSTNAME
    username: YOUR_USERNAME
    password: YOUR_PASSWORD
    monitored_variables:
      - name: SENSOR NAME
        sensor_type: SENSOR TYPE
  - platform: hp_ilo
    host: IP_ADDRESS or HOSTNAME of second host
    username: YOUR_USERNAME
    password: YOUR_PASSWORD
    monitored_variables:
      - name: SENSOR NAME
        sensor_type: SENSOR TYPE

Thank you very much! I did that that but I had a tricky space in syntax :slight_smile:

Do you use something else to monitor iLO in HA or you moved to different kind of monitoring?

You’re welcome! Glad you got it figured out. Not using anything else, we retired our HP servers.