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

Calculation 241 "Circulation_Pump" conveted wrong #10

Closed Bouni closed 4 years ago

Bouni commented 4 years ago

This need´s also Percent2 ;-.))

241: Percent("Circulation_Pump") is a Percent value (circulation pump, no conversion needed) but has an division by 10. https://github.com/Bouni/luxtronik/blob/master/luxtronik/calculations.py#L244

Originally posted by @Volti-Ba in https://github.com/Bouni/python-luxtronik/issues/6#issuecomment-623410122