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

Wrong data type for some values #2

Closed Bouni closed 4 years ago

Bouni commented 4 years ago

Volti-Ba in the Home-Assitant forum discovered that some values are not correct or missing

231: Celsius("ID_WEB_Freq_VD") is a Frequency value, not a Celsius value (compressor frequency in Hz, no conversion needed) https://github.com/Bouni/luxtronik/blob/master/luxtronik/calculations.py#L233

241: Unknown("Unknown_Calculation_241") is a Percent value (cerculation pump, no conversion needed) https://github.com/Bouni/luxtronik/blob/master/luxtronik/calculations.py#L243

257: Unknown("Unknown_Calculation_257") is a Energy value (heat output in watt, no conversion needed) https://github.com/Bouni/luxtronik/blob/master/luxtronik/calculations.py#L259