Mittwoch, 28. Dezember 2016

Philips Hue - User Management & Some How To

In case you want to get more information out ouf your hue bridge:

Open your API debug website on your bridge:

http://ip_of_your_hue_bridge/debug/clip.html

This will bring you to:

CLIP API Debugger


------------------------------
Create user

To create a user fill the following fields:

URL:

/api/

Message Body:

{"devicetype":"my_hue_app#iPhone Dr. No"}

Push the button "POST"

You will get an output like:

[{"success":{"username": "TSmirSrsdsfw3er-st4rs4rm0mns-j723rJz"}}]
------------------------------
Show config
Note this output as this is your valid username for the next actions.
Now you can use this created user "TSmirSrsdsfw3er-st4rs4rm0mns-j723rJz" to get more information out of your system like:

URL:

/api/TSmirSrsdsfw3er-st4rs4rm0mns-j723rJz

Push the button "GET"
------------------------------

URL:

/api/TSmirSrsdsfw3er-st4rs4rm0mns-j723rJz/config
Push the button "GET"

Delete a user
/api/<username>/config/whitelist/<username2>





Freitag, 23. Dezember 2016

Win Server 2012 R2 as timeserver

Just a few thinks to do:

Start PowerShell


  1. net stop w32time
  2. w32tm /config /syncfromflags:manual /manualpeerlist:0.de.pool.ntp.org
  3. w32tm /config /reliable:yes
  4. net start w32time