yuuupeeeee I am step further Now flow changes state to "on" but light is still "off" in fact is it some kind of bug or I am doing something wrong?
I hope full flow could help to solve my issue (added off button for sake of consistency;)
[
{
"id": "e0b2af34.2237c",
"type": "tab",
"label": "Flow 1",
"disabled": false,
"info": ""
},
{
"id": "4acded34.496434",
"type": "debug",
"z": "e0b2af34.2237c",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"x": 650,
"y": 240,
"wires": []
},
{
"id": "29ceac0b.f92184",
"type": "nora-light",
"z": "e0b2af34.2237c",
"devicename": "Door light",
"lightcolor": false,
"brightnesscontrol": false,
"passthru": true,
"statepayload": true,
"brightnessoverride": "",
"roomhint": "Door",
"name": "Door light",
"nora": "4826ed8e.65bff4",
"topic": "",
"onvalue": "on",
"onvalueType": "str",
"offvalue": "off",
"offvalueType": "str",
"x": 470,
"y": 260,
"wires": [
[
"4acded34.496434"
]
]
},
{
"id": "eefd03da.ffaab",
"type": "inject",
"z": "e0b2af34.2237c",
"name": "",
"topic": "turn light",
"payload": "on",
"payloadType": "str",
"repeat": "",
"crontab": "55 06 * * *",
"once": false,
"onceDelay": 0.1,
"x": 190,
"y": 240,
"wires": [
[
"29ceac0b.f92184"
]
]
},
{
"id": "3a48e5b2.5f187a",
"type": "inject",
"z": "e0b2af34.2237c",
"name": "",
"topic": "turn light",
"payload": "off",
"payloadType": "str",
"repeat": "",
"crontab": "55 06 * * *",
"once": false,
"onceDelay": 0.1,
"x": 190,
"y": 300,
"wires": [
[
"29ceac0b.f92184"
]
]
},
{
"id": "4826ed8e.65bff4",
"type": "nora-config",
"z": "",
"name": "nora config",
"group": ""
}
]
EDIT:
ok more hours, mor knowledge - can't be started without mqtt and while supla does not support mqtt ( ) can not be done like this in my case... looking for workarounds