Erstmal Danke für den Adapter! Genial was da alles möglich ist.
Soweit läuft alles, auch einige Apps sind eingerichtet.
Gerne möchte ich nun mittels NR eine App visible schalten oder eben nicht.
Der DP ändert sich, jedoch wird die App weiterhin angezeigt.
Ämdere ich den DP direkt im Objektbaum funzt es.
Mache ich einen Denkfehler? Danke
Habe mir zu Testzwecken einen Flow gemacht:
[
{
"id": "3de1245d7c757f4e",
"type": "ioBroker out",
"z": "f25267d62ffa866b",
"name": "PV App",
"topic": "awtrix-light.0.apps.pv.visible",
"ack": "true",
"autoCreate": "false",
"stateName": "",
"role": "",
"payloadType": "",
"readonly": "",
"stateUnit": "",
"stateMin": "",
"stateMax": "",
"x": 765,
"y": 545,
"wires": []
},
{
"id": "05b54a36291c772a",
"type": "inject",
"z": "f25267d62ffa866b",
"name": "",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "false",
"payloadType": "bool",
"x": 540,
"y": 520,
"wires": [
[
"3de1245d7c757f4e"
]
]
},
{
"id": "c2c4176314b2e407",
"type": "inject",
"z": "f25267d62ffa866b",
"name": "",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "true",
"payloadType": "bool",
"x": 540,
"y": 585,
"wires": [
[
"3de1245d7c757f4e"
]
]
}
]