You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2021. It is now read-only.
It would be great if these states could be also triggered from openHAB.
Especially the transitiontime would be useful, as this allows smooth transitions of the light state (e.g. brightness) without manually programming loops in openHAB.
If anybody has an idea how to implement the transition time in openHAB, so it can be triggered from a rule (with sendCommand?), I could try to implement it.
The text was updated successfully, but these errors were encountered:
@teichsta Chiming in here for this support as well. I'm new to Java but have experience with many other languages, I'd be happy to help create PRs for the additional support but require some guidance/advice on how to approach.
Is the binding in this repo for hue the same as used for OH2 or only OH1?
Do any changes need to be made for OH2 to add this support?(such as refactor)
Are there any blockers preventing this additional support, or do I just need to add additional REST requests and functions/logic(presumably existing features are like this and I could use them for referrence).
I'm also interested in supporting Groups defined via the Hue Bridge, which are more effective for control than the group system openHAB provides. Other discussions around this involve lights are being updated one at a time instead of all lights belonging to a group being updated in parallel.
Initial support that currently exists came from this issue and this PR I think?
From what I've read, this repos hue binding(org.openhab.binding.hue) is for OH1 only? And OH2 uses Eclipse Smart Home(ESH) binding for hue(org.eclipse.smarthome.binding.hue) instead? In that case this task/issue might be better suited for that binding. Seems confirmed here
I've raised the issue over at the ESH repo. Effect and Alert have been implemented, when I've got the time I'll take a shot at adding the remaining support.
The Philips Hue API supports additional states, which are currently not implemented in openHAB: alert, effect and transitiontime. (see http://www.developers.meethue.com/documentation/lights-api)
It would be great if these states could be also triggered from openHAB.
Especially the transitiontime would be useful, as this allows smooth transitions of the light state (e.g. brightness) without manually programming loops in openHAB.
If anybody has an idea how to implement the transition time in openHAB, so it can be triggered from a rule (with sendCommand?), I could try to implement it.
The text was updated successfully, but these errors were encountered: