Heiko Thiery

Results 86 comments of Heiko Thiery

What version of the lib do you use? The latest released or the last from master?

Hi, normally the 0x20 is the standard address of an BMC.

The example in the readme is an advanced scenario with a double bridge command. I think we should do here a more easier example like the one documented here: https://python-ipmi.readthedocs.io/en/latest/quick_start.html#native-rmcp-interface...

> ipmitool -H $hostname -I lanplus -U $user -P $password sdr Unfortunatly you use the RMCP+ (ipmitool lanplus) interface and the library only have support for the RMCP (ipmitool lan)...

> Maybe this is my ignorance, but what does: > > ``` > slave_address=0x81, host_target_address=0x20 > ``` > > do? > Is there a way to determine these values automatically?...

You're right. Currently we have no plan to implement the rcmp+.

As we currently do not do any development at this project I cannot suggest a plan for that feature from our site. Please feel free to start implenting the native...

hi .. yes we can do that. could you please create a PR?

You're right ... there is currently no DCIM support present. You're welcome to do this implementation. It should not be a big thing to do the support of the DCIM...

just added basic support for dcim ... try it out, add your requested features and give some feadback