Heiko Thiery
Heiko Thiery
Thank you for your feedback. Unfortunatly there is no support for setting the temp with the CLI. For setting the temperature of a thermostate take a look at: https://github.com/hthiery/python-fritzhome/blob/master/pyfritzhome/devicetypes/fritzhomedevicethermostat.py#L93 and...
please check that your changes do not break the tests
I used the sources from ps4-waker as reference for implementing this python version. So a good start would be the ps4-waker.
Hi ... There is no progress.
Looks reasonable .. I merged it
Did you try to decode the response message? In this example you used a bridge message with SendMsg. Do you realy need to do that? How is the BMC/IPMC instrastructure...
It looks like the rs_lun does not match https://github.com/kontron/python-ipmi/blob/master/pyipmi/interfaces/ipmb.py#L241 rs_sa=0x82, rs_lun=0x01, rq_sa=0x20, rq_lun=0, rq_seq=5, netfn=0x04, cmdid=0x2d rs_sa=0x20, rs_lun=0x00, rq_sa=0x81, rq_lun=0, rq_seq=5, netfn=0x05, cmdid=0x2d
> First, thank you @hthiery for taking the time to reply. > > > Did you try to decode the response message? > > Yes. I was trying. I was...
you can have a look at for an example: https://github.com/kontron/python-ipmi/blob/master/pyipmi/__init__.py#L132