Guzz
Guzz
If the connection is already established, a new call to `read()` will never finished in case the connection to the heat pump is lost inbetween. It seems to resume if...
With the changes from these pull requests, the corresponding entries can be found under the old names again. This is possible because you can now assign more than one name...
Unlike #187, this version no longer supports obsolete names. Instead, it returns an exception, compelling the user to switch to the latest version. The names are passed directly to the...
`measurement_type` was removed after luxtronik v0.3.14 release. With the use of the new identifiers, the look-up tables for type/unit/icon also had to be changed. NOTE: I have selected “luxtronik>0.3.14” for...
At every restart of HA, the entity values briefly switch to 'unknown'. Here is a small excerpt of the recorded values: ... sensor.hpm_flow_out_temperature_external,22.7,2025-03-13T21:57:03.671Z sensor.hpm_flow_out_temperature_external,22.6,2025-03-13T21:58:05.954Z sensor.hpm_flow_out_temperature_external,unknown,2025-03-13T22:01:10.294Z sensor.hpm_flow_out_temperature_external,22.6,2025-03-13T22:01:10.482Z sensor.hpm_flow_out_temperature_external,unknown,2025-03-13T22:01:45.464Z sensor.hpm_flow_out_temperature_external,22.6,2025-03-13T22:01:46.853Z sensor.hpm_flow_out_temperature_external,unknown,2025-03-13T22:03:15.498Z ......
Currently, when multiple heat pumps are generated, the data is overwritten in the class variable `device_infos`. To separate the data of individual heat pumps, there is now a `device_infos` for...
The setup of several heat pumps found is not yet working properly. The devices per hub are created incorrectly and the entities are not assigned correctly. The entities of the...
I would like to define the name for a bulk rename. It also does not work via the device rename function.
Here is a suggestion for generating the documentation from the definitions. Please do NOT merge the pull request! First rebase the original branch and then cherry-pick the last commit [0eff359](https://github.com/Bouni/python-luxtronik/pull/224/commits/0eff359b3a0137d6ebe5ad50ab6cf1821a80f3ae)....
The new firmware 3.92.0 seems to interrupts the connection 1-2 per day. After that, no new values are retrieved. Reconnecting and then closing the connection for each operation might solve...