Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sktaylortrash/11e93b3cd7597e91c3f42d905e4ef2e2 to your computer and use it in GitHub Desktop.
Save sktaylortrash/11e93b3cd7597e91c3f42d905e4ef2e2 to your computer and use it in GitHub Desktop.
Big-Timer scheduled MQTT send
[
{
"id": "4f031f22.40c9",
"type": "bigtimer",
"z": "a6a21cdc.65512",
"outtopic": "timer/goodmorning",
"outpayload1": "on",
"outpayload2": "off",
"name": "Good Morning",
"lat": "50.4452",
"lon": "-104.6189",
"starttime": "390",
"endtime": "435",
"startoff": 0,
"endoff": 0,
"offs": 0,
"outtext1": "",
"outtext2": "",
"timeout": 1440,
"sun": false,
"mon": true,
"tue": true,
"wed": true,
"thu": true,
"fri": true,
"sat": false,
"jan": true,
"feb": true,
"mar": true,
"apr": true,
"may": true,
"jun": true,
"jul": true,
"aug": true,
"sep": true,
"oct": true,
"nov": true,
"dec": true,
"day1": 0,
"month1": 0,
"day2": 0,
"month2": 0,
"day3": 0,
"month3": 0,
"day4": 0,
"month4": 0,
"day5": 0,
"month5": 0,
"day6": 0,
"month6": 0,
"d1": 0,
"w1": 0,
"d2": 0,
"w2": 0,
"d3": 0,
"w3": 0,
"d4": 0,
"w4": 0,
"d5": 0,
"w5": 0,
"d6": 0,
"w6": 0,
"xday1": "8",
"xmonth1": "10",
"xday2": "12",
"xmonth2": "11",
"xday3": 0,
"xmonth3": 0,
"xday4": 0,
"xmonth4": 0,
"xday5": 0,
"xmonth5": 0,
"xday6": 0,
"xmonth6": 0,
"xd1": 0,
"xw1": 0,
"xd2": 0,
"xw2": 0,
"xd3": 0,
"xw3": 0,
"xd4": 0,
"xw4": 0,
"xd5": 0,
"xw5": 0,
"xd6": 0,
"xw6": 0,
"suspend": false,
"random": false,
"repeat": false,
"atstart": false,
"odd": false,
"even": false,
"x": 340,
"y": 120,
"wires": [
[
"707dd29b.faca5c",
"48ec1782.2152c8"
],
[],
[]
]
},
{
"id": "8de01d2d.65c3d",
"type": "inject",
"z": "a6a21cdc.65512",
"name": "on",
"topic": "",
"payload": "on",
"payloadType": "str",
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"x": 90,
"y": 80,
"wires": [
[
"4f031f22.40c9"
]
]
},
{
"id": "5903b4cc.60253c",
"type": "inject",
"z": "a6a21cdc.65512",
"name": "off",
"topic": "",
"payload": "off",
"payloadType": "str",
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"x": 90,
"y": 140,
"wires": [
[
"4f031f22.40c9"
]
]
},
{
"id": "707dd29b.faca5c",
"type": "debug",
"z": "a6a21cdc.65512",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"x": 550,
"y": 160,
"wires": []
},
{
"id": "a2899b3a.8a8b68",
"type": "inject",
"z": "a6a21cdc.65512",
"name": "Return to schedule",
"topic": "",
"payload": "auto",
"payloadType": "str",
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"x": 130,
"y": 180,
"wires": [
[
"4f031f22.40c9"
]
]
},
{
"id": "48ec1782.2152c8",
"type": "mqtt out",
"z": "a6a21cdc.65512",
"name": "",
"topic": "",
"qos": "",
"retain": "",
"broker": "79ae0f24.e78a8",
"x": 560,
"y": 100,
"wires": []
},
{
"id": "79ae0f24.e78a8",
"type": "mqtt-broker",
"z": "",
"name": "",
"broker": "localhost",
"port": "1883",
"clientid": "",
"usetls": false,
"compatmode": true,
"keepalive": "15",
"cleansession": true,
"birthTopic": "",
"birthQos": "0",
"birthPayload": "",
"closeTopic": "",
"closePayload": "",
"willTopic": "",
"willQos": "0",
"willPayload": ""
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment