eclipse-archived / smarthome

Eclipse SmartHome™ project
https://www.eclipse.org/smarthome/
Eclipse Public License 2.0
862 stars 787 forks source link

[WIP][hue] Added Hue specific profiles #6775

Closed cweitkamp closed 5 years ago

cweitkamp commented 5 years ago

Test version: org.eclipse.smarthome.binding.hue-0.11.0-SNAPSHOT.jar.zip

Configuration:

Switch LivingRoomLight { channel="hue:0210:1:myBulb:color", channel="hue:0830:1:tap_living_room:tap_switch_event" [profile="hue:toggle-switch", event="34.0"] }
Player LivingRoomKodiRemote { channel="kodi:kodi:myKodi:control", channel="hue:0830:1:tap_living_room:tap_switch_event" [profile="hue:toggle-player", event="17.0" ] }
Dimmer LivingRoomKodiVolume { channel="kodi:kodi:myKodi:volume", channel="hue:0830:1:tap_living_room:tap_switch_event" [profile="hue:generic-command", event="16.0", command="DECREASE" ], channel="hue:0830:1:tap_living_room:tap_switch_event" [profile="hue:generic-command", event="18.0", command="INCREASE" ] }

Signed-off-by: Christoph Weitkamp github@christophweitkamp.de

openhab-bot commented 5 years ago

This pull request has been mentioned on openHAB Community. There might be relevant details there:

https://community.openhab.org/t/hue-binding-dimmer-switch/29761/61

kaikreuzer commented 5 years ago

May I ask you to move this to https://github.com/openhab/openhab2-addons?