404 connection:
172.22.151.183
debug counsel - http://172.22.151.183/debug/clip.html
Hue API V1 - https://developers.meethue.com/develop/hue-api/lights-api/
/api/Jzxbg02ITPAe7lWKtywcNCpWe2MtQBTnwDlVMRza/lights
/api/Jzxbg02ITPAe7lWKtywcNCpWe2MtQBTnwDlVMRza/lights/7/state
Schedules API - https://developers.meethue.com/develop/hue-api/3-schedules-api/
Time Patterns - https://github.com/peter-murray/node-hue-api/blob/typescript/docs/timePatterns.md
create a group for bulb 16
{
"name": "Vio's Ocean Lamp",
"lights": [
"16"
],
"sensors": [],
"type": "LightGroup",
"recycle": false
}
create a schedule for group 5
{
"name": "Ocean Night 8pm",
"description": "Lamp hue during night time",
"command": {
"address": "/api/Jzxbg02ITPAe7lWKtywcNCpWe2MtQBTnwDlVMRza/groups/5/action",
"method": "PUT",
"body": {
"on": true, "bri":130, "hue":38595, "sat":150
}
},
"localtime": "W127/T20:00:00"
}
{
"name": "Ocean Night 8pm",
"description": "Lamp hue during night time",
"command": {
"address": "/api/Jzxbg02ITPAe7lWKtywcNCpWe2MtQBTnwDlVMRza/groups/5/action",
"method": "PUT",
"body": {
"on": true, "bri":"130", "hue":"38595", "sat":"150"
}
},
"localtime": "W127/T13:24:00"
}