Bouni / python-luxtronik

python-luxtronik is a library that allow you to interact with a Luxtronik heatpump controller.
MIT License
37 stars 20 forks source link

Make two more parameters writable #3

Closed Bouni closed 4 years ago

Bouni commented 4 years ago

As requested by mastermarkush he knows the meaning of two not yet writable parameters and want them to be writable.

2: Unknown("ID_Einst_BWS_akt") -> defines the minimum temperature of the hot water boiler https://github.com/Bouni/luxtronik/blob/master/luxtronik/parameters.py#L14

and

79: Unknown("ID_Sollwert_TRL_HZ_AHZ") -> defines the minimum temperature of the water that goes back into the heating circuit https://github.com/Bouni/luxtronik/blob/master/luxtronik/parameters.py#L91