Karol Babioch

Results 91 comments of Karol Babioch

> The coupling between the parameter numbers and the names is done in the method `_Z15Parameteraufrufiii` Cool, thank you for your analysis. > In this method, there was presumably a...

Ich befürchte da ist das Dateisystem kaputt, da das Verzeichnis "nicht existiert": ``` root@hm:/usr/local/etc/config# ls -al /usr/local/etc/config/ ls: /usr/local/etc/config/log4j.xml: Bad message ls: /usr/local/etc/config/ntpclient: Bad message ls: /usr/local/etc/config/firmware: Bad message ls:...

Providing a dump using the dump functionality might be helpful to see what the (raw) data looks like and whether new datatypes will be needed. I also want to update...

Just updated my heat pump to the latest version `3.89.1` from `3.85.8`. Here are the dumps: [dump_3885_20230928.txt](https://github.com/Bouni/python-luxtronik/files/12753896/dump_3885_20230928.txt) [dump_3891_20230928.txt](https://github.com/Bouni/python-luxtronik/files/12753899/dump_3891_20230928.txt) There are some new parameters, calculations and visibilities. Will have to analyze...

By the way: This is essentially a duplicate of #100.

> See params [1136 -> HEAT_ENERGY_INPUT -> "Eingesetzte Energie Heizung"](https://github.com/BenPru/luxtronik/blob/4cb8ff1ce5caae441d67e196c475a078df8aedc6/custom_components/luxtronik/sensor_entities_predefined.py#L480) [1137 -> DHW_ENERGY_INPUT -> "Eingesetzte Energie Warmwasser"](https://github.com/BenPru/luxtronik/blob/4cb8ff1ce5caae441d67e196c475a078df8aedc6/custom_components/luxtronik/sensor_entities_predefined.py#L539C23-L539C39) When comparing this to the values on the heatpump itself, it's probably even...

> As my dedicated smart meter for the heating system will be removed while installing PV, I would be happy to read the consumption values. My target is to read...

@pmatos You'll find the "documentation" of parameters and calculation and how they interact with each other in the source code of `python-luxtronik`, i.e.: - https://github.com/Bouni/python-luxtronik/blob/main/luxtronik/parameters.py - https://github.com/Bouni/python-luxtronik/blob/main/luxtronik/calculations.py Essentially this is...

Well, a "human-understandable" explanation might indeed be helpful. I'm just wondering whether it is a good idea to have it in a separate list (which will get outdated), or whether...

I'm familiar with gettext and have used it across some projects (although not necessarily with Python). However I'm not yet convinced that "abusing" strings as part of the class is...