Skip to content

Personal HomeAutomation combined with rapsberry pi and Philips Hue

License

Notifications You must be signed in to change notification settings

dannyvanlierop/NodeJS_HomeAutomation

Repository files navigation

NodeJS_HomeAutomation

Just some centralized controlled home automation project in progress.... :) :)

 
Open source License: Mit Contributors Forks Stars Issues

Note: the src folder contains unrelated items.


Philips Hue:

Hue API reference


used components:
* Bridges
* Lights
* Sensors

jointspace API reference v1.0 (legancy) ** still searching for jointspace API reference v5.0!!**


JSON: ( GET-Example: GET http://localip:1925/5/activities/tv )

* http://localip:1925/activities/tv
* http://localip:1925/ambilight/cached
* http://localip:1925/ambilight/lounge
* http://localip:1925/ambilight/mode
* http://localip:1925/ambilight/measured
* http://localip:1925/ambilight/processed
* http://localip:1925/ambilight/topology
* http://localip:1925/applications
* http://localip:1925/audio/volume
* http://localip:1925/channeldb/tv
* http://localip:1925/context
* http://localip:1925/input/key
* http://localip:1925/input/pointer
* http://localip:1925/powerstate
* http://localip:1925/system
* http://localip:1925/system/country
* http://localip:1925/system/deviceid_encrypted
* http://localip:1925/system/epgsource
* http://localip:1925/system/serialnumber_encrypted
* http://localip:1925/system/model_encrypted
* http://localip:1925/system/menulanguage
* http://localip:1925/system/name
* http://localip:1925/system/nettvversion
* http://localip:1925/system/softwareversion_encrypted

XML:

* http://localip:49154/nmrAVTransport.xml
* http://localip:49154/nmsContentDirectorySCPD.xml
* http://localip:49154/nmrConnectionManager.xml
* http://localip:49154/nmsDescription.xml
* http://localip:49154/nmrRenderingControl.xml

pigpio API reference


  • Ledstrip connected by GPIO
  • Remote controlled by PigPio

API reference(PHP) / info about HKAVR requests


  • Remote controlled with nodejs native POST requests

 

License:


For more details, see the LICENSES file.


 

About

Personal HomeAutomation combined with rapsberry pi and Philips Hue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages