This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Closed
Philips Hue Tap
This discussion has been closed.
Comments
Philips Hue uses the ZigBee wireless protocol for bridges and Taps, since the ZigBee driver/chip/software is currently not activated on Homey, you won't be able to use it as a remote via Homey, however this is not a guarantee it'll work eventually. I'm not sure if Homey will be able to use the ZigBee messages in combination with the Hue bridge. My guess is that Homey will need to be a replacement for the Hue bridge, but this removes all the ability to use any of the Philips Hue apps.
Another option is the Philips Hue API, which allows Homey to talk directly to the Hue bridge, like it does with the Homey Hue App. However, this API does currently not allow to trigger remote URLs on events. Only URLs local to the bridge, e.g. when button 1 pressed, turn on light 1, or scene 1, etc. All local to the Hue bridge.
The only way to implement this in the current state, is to continuously poll the state of the sensor (Hue Tap) every X seconds, and when state changes, trigger a card.
But the delay will be X seconds after you tap the button, and setting this to 1 second will spam your Hue Bridge
So, not sure if this is a decent option, but it's doable.