-
-
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
initial version of a Onkyo binding #768
Conversation
<parameter name="ipAddress" type="text" required="true"> | ||
<label>IP or Host Name</label> | ||
<description>The IP or host name of the Onkyo Receiver | ||
</description> |
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.
remove the line break
Hi @pail23, many thanks for this contribution and sorry that it took me soooo long to review, although there are really only some minor remarks.
Could you elaborate on what is missing? Do you plan to get it on par before we merge it? |
@pail23 is there a reason why approving the new discovered Thing turns the AVR off? That was quite annoying. However apart from the previous comments it works well. 👍 Edit: After a restart of OH the AVR turns off again so I presume this is being caused early on in the Thing lifecycle, maybe in the OnkyoHandler. |
@tavalin: I think I have fixed this issue. Could you please test again and provide feedback? The following features are missing at the moment:
I propose the merge the binding with the current feature set. If somebody else has a setup with zone 2/3 or a receiver which supports Video Wide setting, the implementation can still be extended. |
@pail23 Tested the latest commits and restarted OH twice, no change in AVR states this time 👍 |
Signed-off-by: Paul Frank <pail@gmx.net>
Many thanks @pail23! |
* master: (44 commits) ZWave fix Barrier Operator converter (openhab#1155) Added Groovy Eclipse compiler to master pom. (openhab#1141) added HD Powerview binding to build Initial contribution of HD PowerView binding (openhab#660) ZWave database update (openhab#1153) added Onkyo binding to build initial version of a Onkyo binding (openhab#768) Fix initialization and add thing properties (openhab#1127) ZWave: Add extra debugging when updating properties. (openhab#1147) ZWave database update (openhab#1148) fixed compilation error due to changed ESH API (openhab#1146) ZWave database updates (openhab#1145) Add example things definition (openhab#1144) ignore commands other than ON/OFF applied code formatter Meteostick binding (openhab#455) Fix for multiple tags and HomeKit (openhab#1138) ZWave database update (openhab#1136) Fix wording and typos. Alphabetise supported channel list. (openhab#1134) ZWave database updates (openhab#1132) ... Signed-off-by: Chris Jackson <chris@cd-jackson.com> # Conflicts: # addons/binding/org.openhab.binding.zwave/src/main/java/org/openhab/binding/zwave/handler/ZWaveThingHandler.java
* master: (257 commits) Delete pom.xml.orig Update README.md Remove ZWave binding (openhab#1169) Update README.md (openhab#1168) ZWave check that serial port is open before sending data (openhab#1167) ZWave change polling to use BigDecimal rather than Integer (openhab#1166) ZWave fix processing of alarm supported report (openhab#1165) ZWave add network update method (openhab#1162) Zwave association refactor and consolidation (openhab#893) Update README.md (openhab#1159) ZWave database update (openhab#1161) ZWave fix Barrier Operator converter (openhab#1155) Added Groovy Eclipse compiler to master pom. (openhab#1141) added HD Powerview binding to build Initial contribution of HD PowerView binding (openhab#660) ZWave database update (openhab#1153) added Onkyo binding to build initial version of a Onkyo binding (openhab#768) Fix initialization and add thing properties (openhab#1127) ZWave: Add extra debugging when updating properties. (openhab#1147) ... # Conflicts: # addons/binding/pom.xml
* initial version of a Onkyo binding Signed-off-by: Paul Frank <pail@gmx.net>
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This is a port of the openhab1 Onkyo binding to openhab2. Not all features of the openhab1 binding are available yet.
Current features include:
Uses the protocol implementation of the original openhab1 Onkyo binding,