Open haydonryan opened 5 months ago
I appreciate the report!
iDRAC9 uses a different Redfish version, they're going to be incompatible I'm afraid.
While I could, I don't want to implement devices that I don't own. That requires a lot of back and forth, and tends to drag on for months. I've tried this in the past and decided it's not worth it for me. Sorry for that. :(
I'll leave this open for anyone wanting to implement iDRAC9 compatibility. Whenever I buy a new server, I'll make sure to get one with iDRAC9.
Hello Breina, haydonryan
My own two cents...
When using the power on control - HA spits an error below but it does turn on the server.: I am having the same issue on my iDRAC 7 machine. The issue was the API returning a 204 response without any contents. It was not able to parse the JSON response (as it was empty). If it's the same root-cause this should be fixed by PR #22.
I also noticed that the server status says Running - regardless of if the power is on or not. Is this really detecting if idrac is running or reporting the power-on status of the system? Would you consider adding a separate status for poweron status?: Will look into it if I get the chance: I have also issues with the server status being reported as Running while it's not. But not always the case 🤷
Would you consider adding a graceful shutdown control? (I'm thinking of the usecase for a start of day /end of day turn lab on / off automation. Being implemented as we speak :). This is exactly my use-case and the reason I'm preparing #22 :).
hi, guys i'm working in a equal project for my two dell r720 and recently i found you
in these days of dev my integration i found this 2 other project can help you during dev end testing a redfish api
fake server redfish: https://github.com/DMTF/Redfish-Mockup-Server note: this server does not require auth
generator of json file using dell phisical server, https://github.com/DMTF/Redfish-Mockup-Creator
i hope this can be useful, now i'm searcing a method to find redfish version the server i using. because i want to create a general integration and i think in the path:
Hi Breina, I'm running an r7515 that has idrac9 enterprise. After building the curl commands for a cli on /off switch for homeassitant I found your integration.
Happy to say that it runs... Mostly.
When using the power on control - HA spits an error below but it does turn on the server.
I also noticed that the server status says Running - regardless of if the power is on or not. Is this really detecting if idrac is running or reporting the power-on status of the system? Would you consider adding a separate status for poweron status?
Would you consider adding a graceful shutdown control? (I'm thinking of the usecase for a start of day /end of day turn lab on / off automation.
It looks like the integration isn't detecting fan speeds, as no controls sensors for these are here.
Great work on this integration! Love the work put in! I'm happy to test patches on my setup. Haydon.