Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New parameters #100

Open
michischatz opened this issue Jul 2, 2023 · 9 comments
Open

New parameters #100

michischatz opened this issue Jul 2, 2023 · 9 comments
Labels
good first issue Good for newcomers parameter-visibilities-calculations Updates and refinements to parameters, visibilities and calculations. question Further information is requested

Comments

@michischatz
Copy link

Hi,

I got a new update on my Luxtronik (manufacturer "Alpha Innotec") with software version 3.88.0 (I saw 3.88.1 is alread released for my installed type). I also used the old version of python-luxtronik which was working fine with my old firmware of the heat pump controller. After the update I got warnings and I checkt this github rep and recognized, that unknown parameters are not warnings anymore, just debug messages.
The new params are:
Parameters: 1126 - 1142
Calculations: 260 - 266
Visibilities: 355 - 365

Maybe we could add the new parameters to the libraray. I also noticed a new section of information in my web ui, called "Energy used". Attached you will find an example (unfortunatly screenshot is in German):
2023-07-01 02_11_27-luxtronik-energy-used

For now I dont know the explanation of the new parameters but I assume it could be the "Energy used" information which are very helpful for tracking the energy usage of the heat pump controller.

Best regards,
Michael

@kbabioch
Copy link
Collaborator

Could you provide a dump of these parameters, ideally matching the values from the web interface? I haven't upgraded mine yet, not sure if should do so. There seems to be no changelog after all.

@kbabioch kbabioch added good first issue Good for newcomers question Further information is requested parameter-visibilities-calculations Updates and refinements to parameters, visibilities and calculations. labels Jul 11, 2023
@michischatz
Copy link
Author

Hi, I had a bit issues to generate a dump, but now its working, but no value is matching to "Eingesetze Energie". This values are calculated by other values? I will try to compare my current dump with the parameters in this library. Will get back to this asap.

@kbabioch
Copy link
Collaborator

I had a somewhat detailed look at those newly added parameters (see #138). It's not obvious to me how these are to be interpreted yet, so further research / observation will be needed.

@michischatz Did you do any follow up investigation here?

@michischatz
Copy link
Author

michischatz commented Sep 29, 2023

@kbabioch No sorry, I havent done further investigation here.
It seems that the values are calculated because I havent found any 1:1 match from the web interface to the dump.
Maybe we should consider to rework the process of loading the parameters, calculations and visibilies to the library. A default format like csv or xml would be good to compare the dumps and also version handling of the controller version could be included. As we notice, there are differences between the versions of the controller.

@kbabioch
Copy link
Collaborator

Maybe we should consider to rework the process of loading the parameters, calculations and visibilies to the library.

If you have specific ideas on how to improve it, feel free to raise another issue. We're happy about good input ;-).

A default format like csv or xml would be good to compare the dumps and also version handling of the controller version could be included.

It would definitely help. On the other hand I can also compare the current output with difftools, such as meld. But of course, improvements are always welcome :-).

As we notice, there are differences between the versions of the controller.

That is fatal. So far I was assuming that with newer versions only new parameters are added. If parameters change their meaning in between versions, that we would indeed need some kind of version mapping ...

@BenPru
Copy link
Collaborator

BenPru commented Sep 29, 2023

@gerw
Copy link
Collaborator

gerw commented Oct 6, 2023

As we notice, there are differences between the versions of the controller.

That is fatal. So far I was assuming that with newer versions only new parameters are added. If parameters change their meaning in between versions, that we would indeed need some kind of version mapping ...

In my opinion, there are no indications that some parameters have changed their meaning.

@romixch
Copy link

romixch commented Apr 9, 2024

It would be so great to see the parameters 1136 and 1137 on my home assistant. I see it is already committed. So I will wait for the release to get them. In the mean time I maybe create a template sensor to get the value

@BenPru
Copy link
Collaborator

BenPru commented Apr 9, 2024

parameters 1136 and 1137 on my home assistant

@romixch
If you would like to have it in HA, you can use also my integration: BenPru/luxtronik
See sensor.luxtronik*_heat_energy_input and sensor.luxtronik*_dhw_energy_input
Prehaps this is a faster solution for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers parameter-visibilities-calculations Updates and refinements to parameters, visibilities and calculations. question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants