@peterfido
Hammer ! Es funktioniert perfekt!!
Ich danke dir vielmals
Spoiler
[
{
"id": "aa1e6386ec92a4c9",
"type": "ioBroker out",
"z": "bb2b547896584a3c",
"name": "volume",
"topic": "denon.0.zoneMain.volume",
"ack": "false",
"autoCreate": "true",
"stateName": "",
"role": "",
"payloadType": "number",
"readonly": "",
"stateUnit": "",
"stateMin": "",
"stateMax": "",
"x": 1020,
"y": 180,
"wires": []
},
{
"id": "d3112ead64ce77d1",
"type": "inject",
"z": "bb2b547896584a3c",
"name": "Leiser",
"props": [
{
"p": "wert",
"v": "-1",
"vt": "num"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "denon.0.zoneMain.volumeDown",
"x": 210,
"y": 260,
"wires": [
[
"49fc06f0f5138508"
]
]
},
{
"id": "851dd15bc79ab9b7",
"type": "inject",
"z": "bb2b547896584a3c",
"name": "Lauter",
"props": [
{
"p": "wert",
"v": "1",
"vt": "num"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "denon.0.zoneMain.volumeUp",
"x": 210,
"y": 200,
"wires": [
[
"49fc06f0f5138508"
]
]
},
{
"id": "49fc06f0f5138508",
"type": "ioBroker get",
"z": "bb2b547896584a3c",
"name": "volume",
"topic": "denon.0.zoneMain.volume",
"attrname": "payload",
"payloadType": "value",
"errOnInvalidState": "nothing",
"x": 400,
"y": 220,
"wires": [
[
"e06b7ab92a45e279"
]
]
},
{
"id": "f9d19bccd86e141b",
"type": "calculator",
"z": "bb2b547896584a3c",
"name": "",
"inputMsgField": "payload",
"outputMsgField": "payload",
"operation": "inc",
"constant": "1",
"round": false,
"truncate": false,
"decimals": 0,
"decimals2": 0,
"x": 680,
"y": 200,
"wires": [
[
"89dfde5ee258875f"
]
]
},
{
"id": "e06b7ab92a45e279",
"type": "switch",
"z": "bb2b547896584a3c",
"name": "",
"property": "wert",
"propertyType": "msg",
"rules": [
{
"t": "eq",
"v": "1",
"vt": "num"
},
{
"t": "eq",
"v": "-1",
"vt": "num"
}
],
"checkall": "true",
"repair": false,
"outputs": 2,
"x": 530,
"y": 220,
"wires": [
[
"f9d19bccd86e141b"
],
[
"b455921bd96e4fec"
]
]
},
{
"id": "b455921bd96e4fec",
"type": "calculator",
"z": "bb2b547896584a3c",
"name": "",
"inputMsgField": "payload",
"outputMsgField": "payload",
"operation": "dec",
"constant": "1",
"round": false,
"truncate": false,
"decimals": 0,
"decimals2": 0,
"x": 670,
"y": 240,
"wires": [
[
"89dfde5ee258875f"
]
]
},
{
"id": "89dfde5ee258875f",
"type": "switch",
"z": "bb2b547896584a3c",
"name": "Begrenzer",
"property": "payload",
"propertyType": "msg",
"rules": [
{
"t": "btwn",
"v": "0",
"vt": "num",
"v2": "100",
"v2t": "num"
},
{
"t": "else"
}
],
"checkall": "true",
"repair": false,
"outputs": 2,
"x": 850,
"y": 220,
"wires": [
[
"aa1e6386ec92a4c9"
],
[
"a0e716b22b03e8ed"
]
]
},
{
"id": "a0e716b22b03e8ed",
"type": "debug",
"z": "bb2b547896584a3c",
"name": "Denon Volume",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 1040,
"y": 240,
"wires": []
},
{
"id": "9aad546bed69dd79",
"type": "status",
"z": "bb2b547896584a3c",
"name": "",
"scope": [
"89dfde5ee258875f"
],
"x": 860,
"y": 280,
"wires": [
[
"a0e716b22b03e8ed"
]
]
},
{
"id": "cb6e8fedb1ea0d1c",
"type": "ioBroker in",
"z": "bb2b547896584a3c",
"name": "Volume",
"attrname": "wert",
"topic": "0_userdata.0.GordonX-Home.Multimedia.Denon_Volume",
"payloadType": "value",
"onlyack": "",
"func": "all",
"gap": "",
"fireOnStart": "false",
"outFormat": "MQTT",
"x": 210,
"y": 140,
"wires": [
[
"49fc06f0f5138508"
]
]
},
{
"id": "26b003aebac0a118",
"type": "inject",
"z": "bb2b547896584a3c",
"name": "Datenpunkt anlegen",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "0_userdata.0.GordonX-Home.Multimedia.Denon_Volume",
"payload": "50",
"payloadType": "num",
"x": 830,
"y": 160,
"wires": [
[
"aa1e6386ec92a4c9"
]
]
}
]
Screenshot 2025-06-09 135806.png