@hotspot_2 bzw. Du kannst ja auch jede Nachrichteneigenschaft ausgeben.
83ba3a97-4b7c-4289-9fb3-af47fbf64190-image.png
adff3ff0-2447-4033-a155-3882833d8d77-image.png
Spoiler
[
{
"id": "bb6b10bafe8a9a01",
"type": "inject",
"z": "517cd16e4d7e6ae4",
"name": "",
"props": [
{
"p": "trigger",
"v": "true",
"vt": "bool"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"x": 290,
"y": 6920,
"wires": [
[
"33f0037a4f78ea5e"
]
]
},
{
"id": "33f0037a4f78ea5e",
"type": "change",
"z": "517cd16e4d7e6ae4",
"name": "Schalte Licht",
"rules": [
{
"t": "set",
"p": "payload",
"pt": "msg",
"to": "true",
"tot": "bool"
},
{
"t": "set",
"p": "note",
"pt": "msg",
"to": "Licht eingeschaltet",
"tot": "str"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 490,
"y": 6920,
"wires": [
[
"4f53d8783c85da77",
"58781438c2b474cc"
]
]
},
{
"id": "4f53d8783c85da77",
"type": "debug",
"z": "517cd16e4d7e6ae4",
"name": "debug",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": true,
"complete": "payload",
"targetType": "msg",
"statusVal": "payload",
"statusType": "auto",
"x": 690,
"y": 6920,
"wires": []
},
{
"id": "58781438c2b474cc",
"type": "debug",
"z": "517cd16e4d7e6ae4",
"name": "Lichtschalter Wohnzimmer",
"active": true,
"tosidebar": false,
"console": true,
"tostatus": false,
"complete": "note",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 760,
"y": 6980,
"wires": []
}
]