https://github.com/aman7123/huelightsapi
A Java framework of the web based Philips Hue lights.
https://github.com/aman7123/huelightsapi
Last synced: 3 months ago
JSON representation
A Java framework of the web based Philips Hue lights.
- Host: GitHub
- URL: https://github.com/aman7123/huelightsapi
- Owner: Aman7123
- Created: 2020-05-22T21:22:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T00:00:43.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T02:29:02.160Z (5 months ago)
- Language: Java
- Size: 334 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HueLightsAPI
HueLightsAPI is a Java framework designed to parse the JSON from a Philips Hue bridge. The framework is designed to connect with the debug network on the bridge, this is a LAN network communication that can only happen within your home.
## Prerequisites
Login to your router and find the bridge IP address [192.168.0.1](https://19216801.one/)
##
Next, you will want to connect with that network bridge through the debug portal on a browser, *yes any browser*, on the LAN.```
https://developers.meethue.com/develop/get-started-2/
```## Executing
Currently the only runnable code is the release here on github, using the information you have just learned you should be able to run the test program. Good luck!## Updates
This code is no longer relevant, if you are reading this let me inform you that you should research this:
```
https://fasterxml.github.io/jackson-databind/javadoc/2.7/com/fasterxml/jackson/databind/ObjectMapper.html
```
The days of mapping an entire Java object manually are over, learn how to deserialize an object and it will save your life!