-
-
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
[daikin] Add Energy, compressor frequency and special mode channels #7708
Conversation
#6980: Add compressor frequency channel #6115: Add energy current year channels Signed-off-by: Lukas Agethen <[email protected]>
bundles/org.openhab.binding.daikin/src/main/resources/ESH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.daikin/src/main/resources/ESH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.daikin/src/main/resources/ESH-INF/thing/thing-types.xml
Show resolved
Hide resolved
...ding.daikin/src/main/java/org/openhab/binding/daikin/internal/handler/DaikinBaseHandler.java
Outdated
Show resolved
Hide resolved
...ng.daikin/src/main/java/org/openhab/binding/daikin/internal/handler/DaikinAcUnitHandler.java
Outdated
Show resolved
Hide resolved
...openhab.binding.daikin/src/main/java/org/openhab/binding/daikin/internal/api/InfoParser.java
Outdated
Show resolved
Hide resolved
...openhab.binding.daikin/src/main/java/org/openhab/binding/daikin/internal/api/InfoParser.java
Outdated
Show resolved
Hide resolved
.../org.openhab.binding.daikin/src/main/java/org/openhab/binding/daikin/internal/api/Enums.java
Show resolved
Hide resolved
...src/main/java/org/openhab/binding/daikin/internal/DaikinCommunicationForbiddenException.java
Outdated
Show resolved
Hide resolved
...ng.daikin/src/main/java/org/openhab/binding/daikin/internal/handler/DaikinAcUnitHandler.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Lukas Agethen <[email protected]>
Travis tests were successfulHey @LukasA83, |
Signed-off-by: Lukas Agethen <[email protected]>
Travis tests were successfulHey @LukasA83, |
Thanks for your feedback @cpmeister. I incorporated the changes as suggested, without the channel groups. |
Quick question, @cpmeister : it is my first pull request therefore I'm not fully familiar with the review process... Is there any other action needed on my side or is it just about "approving" on your side? |
There isn't any action required from you at the moment, I'm just reaching out to other maintainers to get clarification on the channel group issue. I'll let you know what they tell me. If the documentation is correct then there is nothing else you need to do and I will approve this. |
Yep, documentation is correct. You are good to go then. |
…penhab#7708) * [daikin] Add Energy, compressor frequency and special mode channels openhab#6980: Add compressor frequency channel openhab#6115: Add energy current year channels * Update small typos and code refactoring as suggested by cpmeister * Update small typos and added units where possible Signed-off-by: Lukas Agethen <[email protected]>
…penhab#7708) * [daikin] Add Energy, compressor frequency and special mode channels openhab#6980: Add compressor frequency channel openhab#6115: Add energy current year channels * Update small typos and code refactoring as suggested by cpmeister * Update small typos and added units where possible Signed-off-by: Lukas Agethen <[email protected]>
…penhab#7708) * [daikin] Add Energy, compressor frequency and special mode channels openhab#6980: Add compressor frequency channel openhab#6115: Add energy current year channels * Update small typos and code refactoring as suggested by cpmeister * Update small typos and added units where possible Signed-off-by: Lukas Agethen <[email protected]> Signed-off-by: CSchlipp <[email protected]>
…penhab#7708) * [daikin] Add Energy, compressor frequency and special mode channels openhab#6980: Add compressor frequency channel openhab#6115: Add energy current year channels * Update small typos and code refactoring as suggested by cpmeister * Update small typos and added units where possible Signed-off-by: Lukas Agethen <[email protected]>
…penhab#7708) * [daikin] Add Energy, compressor frequency and special mode channels openhab#6980: Add compressor frequency channel openhab#6115: Add energy current year channels * Update small typos and code refactoring as suggested by cpmeister * Update small typos and added units where possible Signed-off-by: Lukas Agethen <[email protected]>
…penhab#7708) * [daikin] Add Energy, compressor frequency and special mode channels openhab#6980: Add compressor frequency channel openhab#6115: Add energy current year channels * Update small typos and code refactoring as suggested by cpmeister * Update small typos and added units where possible Signed-off-by: Lukas Agethen <[email protected]>
…penhab#7708) * [daikin] Add Energy, compressor frequency and special mode channels openhab#6980: Add compressor frequency channel openhab#6115: Add energy current year channels * Update small typos and code refactoring as suggested by cpmeister * Update small typos and added units where possible Signed-off-by: Lukas Agethen <[email protected]>
…penhab#7708) * [daikin] Add Energy, compressor frequency and special mode channels openhab#6980: Add compressor frequency channel openhab#6115: Add energy current year channels * Update small typos and code refactoring as suggested by cpmeister * Update small typos and added units where possible Signed-off-by: Lukas Agethen <[email protected]> Signed-off-by: Daan Meijer <[email protected]>
…penhab#7708) * [daikin] Add Energy, compressor frequency and special mode channels openhab#6980: Add compressor frequency channel openhab#6115: Add energy current year channels * Update small typos and code refactoring as suggested by cpmeister * Update small typos and added units where possible Signed-off-by: Lukas Agethen <[email protected]>
#6980: Add compressor frequency channel
#6115: Add energy current year channels
Add special modes - Powerful channel
Signed-off-by: Lukas Agethen [email protected]