Search found 1 match
- Monday 09 May 2016 15:36
- Forum: Other questions and discussions
- Topic: Niko Home Control status check
- Replies: 5
- Views: 1728
Re: Niko Home Control status check
Hi, You should write an interface in nodeJS and open a socket to Niko Home Control. below some details on what to send : Tcp port 8000 packets to sent {"cmd": "startevents"} #to receive events {"cmd": "listactions"} #to get action list and status {"cmd": "listlocations"}#to get location list {"cmd ...