Is a old post, however came here looking for help, as I got a DL380P to play with and got the Temperature sensors working with this:
- name: Temperature_inlet
sensor_type: server_health
unit_of_measurement: '°C'
value_template: '{{ ilo_data.temperature["01-Inlet Ambient"].currentreading[0] }}'
- name: Temperature_exhaust
sensor_type: server_health
unit_of_measurement: '°C'
value_template: '{{ ilo_data.temperature["50-Sys Exhaust"].currentreading[0] }}'