-
-
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
[ValloxMV] Add Co2 measurement for ValloxMV binding #10532
Conversation
Signed-off-by: bjoernbrings <[email protected]>
Signed-off-by: bjoernbrings <[email protected]> Co-authored-by: Fabian Wolter <[email protected]>
Fixed Co2 reading (from humidity)
My first two commits are already included in #10324 |
Thanks for fetching that mistake |
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.
Can you fix the conflicting files?
binding.valloxmv.name = Vallox L�ftungsanlagen | ||
binding.valloxmv.description = Binding f�r das Online-Interface von Vallox L�ftungsanlagen | ||
binding.valloxmv.name = Vallox Lüftungsanlagen | ||
binding.valloxmv.description = Binding für das Online-Interface von Vallox Lüftungsanlagen |
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.
The properties file shall be ISO 8859-1. You made it UTF-8.
Unnecessary for this pull request.
Unnecessary for this pull request.
Unnecessary for this pull request.
I'll try this again. |
Bugfix: Co2 measurement was added to the binding for 3.1.0, but there was an erroneus line that resulted in humidity reading being used as Co2. This PR is meant to fix that issue.