-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[luxtronikheatpump] Adjust previously unknown channels with new information #18133
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two small comments, otherwise LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove changes to this file as this file is maintained trough crowdin
<type>Number:Temperature</type> | ||
<label>Temperature Vapourisation</label> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bit of a nit:
Explicilty adding this type and label should have no effect. If they are not provided here, the label and type from the channel type are used. (applies to all)
…mation Signed-off-by: Stefan Giehl <[email protected]>
Signed-off-by: Stefan Giehl <[email protected]>
Signed-off-by: Stefan Giehl <[email protected]>
480a09d
to
0b64ee5
Compare
Thanks @lsiepel for the review. I've applied the requested changes. Let me know if you think anything else should be changed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM
The luxtronikheatpump binding contains a couple of channels, where the meaning is not yet known.
#17043 shed some light on a couple of such channels.
This PRs aims to update/rename such channels so have a proper id and label.
Note: I'm unfamilar with how channel changes should be handled. Hope the proposed changes matches the requirements. If not, let me know what to change.
Also I'm unfortunatelly not able to test the changes properly as my own heatpump still runs a software version that does not provide such channels at all. But I'm able to say that the binding at least still works as expected on heatpumps not providing such channels.