Night Clock
N8N

Night Clock

night clock
A flow by tee dog

Download flow

Flow Details

night clock

{ "name": "Pixel Clock Power Control", "nodes": [ { "parameters": { "rule": { "interval": [ { "triggerAtHour": 9 } ] } }, "id": "51a45109-3019-4563-b0c1-b35ff0ca07ae", "name": "Morning Trigger", "type": "n8n-nodes-base.scheduleTrigger", "typeVersion": 1, "position": [ 1000, 640 ] }, { "parameters": { "rule": { "interval": [ { "triggerAtMinute": 15 } ] } }, "id": "bd18a7aa-212b-4cd5-8acd-c4cbc5cc3a6d", "name": "Night Trigger", "type": "n8n-nodes-base.scheduleTrigger", "typeVersion": 1, "position": [ 1000, 460 ] }, { "parameters": { "method": "POST", "url": "http://192.168.1.255/api/power", "sendBody": true, "contentType": "raw", "body": "{ \"power\": false }", "options": {} }, "id": "be9be5db-53e3-4af3-8d12-2990b9c38859", "name": "Clock Off", "type": "n8n-nodes-base.httpRequest", "typeVersion": 4.1, "position": [ 1220, 460 ] }, { "parameters": { "method": "POST", "url": "http://192.168.1.255/api/power", "sendBody": true, "contentType": "raw", "body": "{ \"power\": true }", "options": {} }, "id": "1fb660ea-149c-4539-b724-7e27aa713303", "name": "Clock On", "type": "n8n-nodes-base.httpRequest", "typeVersion": 4.1, "position": [ 1220, 640 ] } ], "pinData": {}, "connections": { "Night Trigger": { "main": [ [ { "node": "Clock Off", "type": "main", "index": 0 } ] ] }, "Morning Trigger": { "main": [ [ { "node": "Clock On", "type": "main", "index": 0 } ] ] } }, "active": true, "settings": {}, "versionId": "2dccbc10-6e4c-45d9-bdbf-036a001508d1", "id": "9", "meta": { "instanceId": "fad48ee50ab295e27486d400f427ed5b50baff0c1dc235dc9413ccebae5358c7" }, "tags": [] }
-- Flow first published on August 30, 2024.