ateodorescu / home-assistant-addons

ipmi-server addon for Home Assistant
MIT License
11 stars 9 forks source link

Supermicro X10SRI only returning two #14

Open kimsvane opened 6 months ago

kimsvane commented 6 months ago

Hi there

once i was able to see all sensors, but after updating to ipmiserver 1.2.9 and HA Core 2024.4.3 Supervisor 2024.04.0 Operating System 12.1

I can only see power on/off and state. And i really need the Watt usage meter.

shalak commented 3 weeks ago

Same issue on Supermicro X13SAE-F with 1.2.9 addon and v1.7.0 integration, only two entities are added by the integration:

- switch.server_chassis
- sensor.server_state

They have no attributes other than on/off state. (this is a new installation, I don't know if it used to work in the past)

Setting log level to TRACE in addon doesn't reveal anything useful. No logs appear from integration under config/logs?provider=core

@ateodorescu Any ideas on how to debug/fix this?

shalak commented 3 weeks ago

I just deployed https://github.com/mneveroff/ipmi-server and used that instead - it works correctly (in the regards of provisioning sensors at least, unfortunately it does not support extra params)