Hey, thanks for the response!
Versions:
Node-RED version: v1.3.5
Node.js version: v12.22.1
Export:
Did you want the full flows_*.json export?
[
{
"id": "4aa87067.de46f",
"type": "tab",
"label": "Flow 1",
"disabled": false,
"info": ""
},
{
"id": "6f9d4c6c.641914",
"type": "server",
"name": "Home Assistant",
"legacy": false,
"addon": false,
"rejectUnauthorizedCerts": true,
"ha_boolean": "y|yes|true|on|home|open",
"connectionDelay": true,
"cacheJson": true
},
{
"id": "b2a9c78b.f01028",
"type": "debug",
"z": "4aa87067.de46f",
"name": "Debug me",
"active": false,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 950,
"y": 60,
"wires": []
},
{
"id": "bc57180a.149778",
"type": "api-call-service",
"z": "4aa87067.de46f",
"name": "Dim Office",
"server": "6f9d4c6c.641914",
"version": 1,
"debugenabled": false,
"service_domain": "input_number",
"service": "set_value",
"entityId": "input_number.brightness_office",
"data": "{\"value\":20}",
"dataType": "json",
"mergecontext": "",
"output_location": "payload.data",
"output_location_type": "msg",
"mustacheAltTags": false,
"x": 730,
"y": 180,
"wires": [
[]
]
},
{
"id": "a068603.44a51a",
"type": "timeswitch",
"z": "4aa87067.de46f",
"name": "Daytime",
"mytopic": "foo",
"lat": "",
"lon": "",
"starttime": "45",
"endtime": "1140",
"duskoff": "0",
"dawnoff": "0",
"sun": true,
"mon": true,
"tue": true,
"wed": true,
"thu": true,
"fri": true,
"sat": true,
"jan": true,
"feb": true,
"mar": true,
"apr": true,
"may": true,
"jun": true,
"jul": true,
"aug": true,
"sep": true,
"oct": true,
"nov": true,
"dec": true,
"x": 400,
"y": 100,
"wires": [
[
"b2a9c78b.f01028",
"e43847cb.b91ae8"
]
]
},
{
"id": "e43847cb.b91ae8",
"type": "switch",
"z": "4aa87067.de46f",
"name": "Is true",
"property": "payload",
"propertyType": "msg",
"rules": [
{
"t": "eq",
"v": "1",
"vt": "str"
}
],
"checkall": "true",
"repair": false,
"outputs": 1,
"x": 550,
"y": 100,
"wires": [
[
"bc57180a.149778"
]
]
}
]
Formatting:
Maybe I'm being dense here, but the How-To post you linked is the one I followed, and it looks right in my browser? I guess I'm not seeing the difference, sorry.
Steps to Reproduce:
From a blank Flow...
- Drag a timeswitch node into the Flow.
- Double click to edit.
- Change "Time > On" dropdown to any specific time
- Change "Time > Off" dropdown to any specific time
Place > Lat/Lon fields disappear at this point
- Click "Done" on editing dialogue
- Click "Deploy" button to deploy
A blocking warning dialogue appears with text "The workspace contains some nodes that are not properly configured: [Flow 1] timeswitch (timeswitch) Are you sure you want to deploy?"