|
At first thanks to Sxpert for big job.
My json now is updated with my lights.
{
"web": {
"address": "127.0.0.1",
"port": 8080,
"session_key": "DWYMOLSCxQPCV_9VYmt1-Amdu6EpwFQbwjLSczrRH5s="
},
"tls": null,
"systems": [
{
"database": null,
"gateway": {
"address": "192.168.1.27",
"port": 20000,
"passwd": "12345"
},
"devices": [
{
"virt_id": "27",
"hw_addr": "004B28A0",
"_model_id": 82,
"subsystem": "LIGHTING",
"slots": []
}, .............. and more.
Web on port 8080 not working, but maybe I not need this.
I my node-red is possible recognize when lights is On / Off. This is great.
How is possible send command for example - *1*1*33## to switch On light?
|
|