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 Aug 20, 2019. It is now read-only.
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?
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.
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:
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:
The text was updated successfully, but these errors were encountered: