klejejs/python-thermia-online-api

Failure setting hot water switch state

baggepinnen opened this issue · 1 comments

Hello and thanks for this very nice package :)

I am able to use most of the functionality with my Calibra Duo HP through the genesis interface, except for

heat_pump.set_hot_water_switch_state

which appears to always return

>>> heat_pump.set_hot_water_switch_state(1)
Error setting register 1059 value. 400

Getting the switch state works fine

>>> heat_pump.hot_water_switch_state
0

Is there perhaps an error in the register value map or something, or what could I be doing wrong?

FWIW:

>>> heat_pump.is_hot_water_switch_available
True

I just realized this had been fixed already, sorry for the noise!