I have a problem with the scheduler. I want to use it to control lamps over time. But it arrives unexpectedly and turns off the lamps when I activate it. In addition, the lamp always goes off when I call up the dashboard. Any tips ? This is my scheduler:
[
{
"id": "3b4927daa8f4ad13",
"type": "ui-scheduler",
"z": "6358dcd8731b6b68",
"name": "Zeitplan oben",
"group": "ba1f7f462b87076e",
"order": 1,
"label": "Zeitplan oben",
"width": "6",
"height": "5",
"outputField": "payload",
"locale": "de",
"timeZone": "",
"use24HourFormat": true,
"storeName": "local_file_system",
"commandResponseMsgOutput": "output2",
"defaultLocation": "48.404435303233164 10.000372231006622",
"defaultLocationType": "fixed",
"sendStateInterval": 60,
"sendActiveState": false,
"sendInactiveState": false,
"topics": [
"scheduler oben"
],
"customPayloads": [],
"outputs": 2,
"options": [],
"uiOptionTime": true,
"uiOptionSolar": true,
"uiOptionCron": true,
"uiOptionMinute": true,
"uiOptionHour": true,
"uiOptionDay": true,
"uiOptionWeek": true,
"uiOptionMonth": true,
"uiOptionYear": true,
"uiOptionTopic": true,
"uiOptionTimespan": true,
"uiOptionCustomOutput": true,
"uiOptionNewTimePicker": false,
"x": 180,
"y": 1160,
"wires": [
[
"9002dedada057acc",
"46d67b25d2edc3c0",
"91153947130db16f"
],
[]
]
},
{
"id": "ba1f7f462b87076e",
"type": "ui-group",
"name": "Scheduler",
"page": "8e53903ac41b05c6",
"width": "3",
"height": 1,
"order": 2,
"showTitle": true,
"className": "",
"visible": "true",
"disabled": "false",
"groupType": "default"
},
{
"id": "8e53903ac41b05c6",
"type": "ui-page",
"name": "Microgreens Zelt",
"ui": "29b53658faf575c1",
"path": "/page1",
"icon": "home",
"layout": "grid",
"theme": "622486944d7f9c5e",
"breakpoints": [
{
"name": "Default",
"px": "0",
"cols": "3"
},
{
"name": "Tablet",
"px": "576",
"cols": "6"
},
{
"name": "Small Desktop",
"px": "768",
"cols": "9"
},
{
"name": "Desktop",
"px": "1024",
"cols": "12"
}
],
"order": 3,
"className": "",
"visible": true,
"disabled": false
},
{
"id": "29b53658faf575c1",
"type": "ui-base",
"name": "My Dashboard",
"path": "/dashboard",
"appIcon": "",
"includeClientData": true,
"acceptsClientConfig": [
"ui-notification",
"ui-control",
"ui-scheduler"
],
"showPathInSidebar": false,
"headerContent": "page",
"navigationStyle": "default",
"titleBarStyle": "default",
"showReconnectNotification": true,
"notificationDisplayTime": 1,
"showDisconnectNotification": true
},
{
"id": "622486944d7f9c5e",
"type": "ui-theme",
"name": "Default Theme",
"colors": {
"surface": "#ffffff",
"primary": "#0094ce",
"bgPage": "#eeeeee",
"groupBg": "#ffffff",
"groupOutline": "#cccccc"
},
"sizes": {
"density": "default",
"pagePadding": "12px",
"groupGap": "12px",
"groupBorderRadius": "4px",
"widgetGap": "12px"
}
}
]
This is my old scheduler from DB1, this one is working.
[
{
"id": "9e8d266107f7d28a",
"type": "ui_time_scheduler",
"z": "8794e4ea1fc7d46d",
"group": "bdf1b59fa38ffb73",
"name": "Oben",
"startDay": 0,
"refresh": "5",
"devices": [
"Auto Beleuchtung Oben"
],
"singleOff": true,
"onlySendChange": false,
"customPayload": false,
"eventMode": false,
"eventOptions": [],
"sendTopic": false,
"lat": "",
"lon": "",
"customContextStore": "",
"outputs": 2,
"order": 9,
"width": 0,
"height": 0,
"x": 70,
"y": 760,
"wires": [
[],
[
"bd7b9359becb4646",
"1133655e78181e74"
]
]
},
{
"id": "bdf1b59fa38ffb73",
"type": "ui_group",
"name": "Beleuchtung",
"tab": "7d7df438f2fb4675",
"order": 2,
"disp": true,
"width": "14",
"collapse": false,
"className": ""
},
{
"id": "7d7df438f2fb4675",
"type": "ui_tab",
"name": "Microgreens Zelt",
"icon": "dashboard",
"order": 7,
"disabled": false,
"hidden": false
}
]