Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Philips HUE #5

Open
anton-johansson opened this issue Dec 29, 2017 · 4 comments
Open

Philips HUE #5

anton-johansson opened this issue Dec 29, 2017 · 4 comments
Labels

Comments

@anton-johansson
Copy link
Owner

anton-johansson commented Dec 29, 2017

Mess around with Philips HUE. Investigate what is needed and how the protocol works (I assume it's over WiFi, and no controller is needed, but this needs to be checked). What device(s) do I need to try it out?

There seems to be an OK Java SDK available:

@anton-johansson
Copy link
Owner Author

anton-johansson commented Dec 29, 2017

After some searching, the above SDK seems to be deprecated.

Here is an updated one. It's a closed source one, but it's better than nothing. The HUE API is public, so if the SDK does not meet the demands, a custom one can always be built.

Getting started guide

@anton-johansson
Copy link
Owner Author

anton-johansson commented Dec 29, 2017

Potential start package:

@anton-johansson anton-johansson changed the title Philips Hue Philips HUE Dec 29, 2017
@anton-johansson
Copy link
Owner Author

Philips HUE seems to use the Zigbee protocol. If possible, it would be much better to utilize that directly and skip the Philips HUE Bridge. Can hopefully use a product like this and a Java library like one of these:

  • zigbee4java (Seems awfully dead)
  • zsmartsystems (Looks like a replacement for zigbee4java, looking at the main contributor)

@anton-johansson
Copy link
Owner Author

If we use Zigbee directly, the HUE Bridge above would be replaced with Telegesis USB Zigbee Transciever Module.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant