Rollladen Aktor HM-LC-BI1-FM über Redmatic steuern

Node-RED als CCU3/RaspberryMatic Addon, WebApp, HomeKit, ...

Moderator: Co-Administratoren

Antworten
Rainald Adamski
Beiträge: 146
Registriert: 07.11.2013, 20:52
Danksagung erhalten: 1 Mal

Rollladen Aktor HM-LC-BI1-FM über Redmatic steuern

Beitrag von Rainald Adamski » 26.08.2023, 16:08

Hallo,

ich versuche einen Rollladen Aktor HM-LC-BI1-FM über Redmatic anzusteuern, was mir aber leider nicht gelingt.

Ich erhalte folgende Fehlermeldung, die ich nicht interpretieren kann.

26.8.2023, 15:51:13node: 75626764.caaf28
msg : Object
{ _msgid: "3fa65a0d.ceadc6", payload: 0.5 }
26.8.2023, 15:51:15node: localhost
msg : string[54]
" < BidCos-RF setValue Error: XML-RPC fault: Failure"
26.8.2023, 15:51:15node: localhost
msg : string[104]
"rpc > BidCos-RF setValue ["LEQ0878720:1","LEVEL",{"explicitDouble":0.5}] < Error: XML-RPC fault: Failure"
26.8.2023, 15:51:15node: Rollladen
msg : error
"Error: XML-RPC fault: Failure"


Hier der Code des primitiven Flows.

Code: Alles auswählen

[{"id":"e7464ab5.ab47f8","type":"tab","label":"Test Rollladen-1","disabled":false,"info":""},{"id":"92a4d389.9678c","type":"debug","z":"e7464ab5.ab47f8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":850,"y":880,"wires":[]},{"id":"95c68114.595eb","type":"debug","z":"e7464ab5.ab47f8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":850,"y":760,"wires":[]},{"id":"69179edd.8288","type":"ccu-value","z":"e7464ab5.ab47f8","name":"Rollladen","iface":"BidCos-RF","channel":"LEQ0878720:1 A-Test:1","datapoint":"LEVEL","mode":"","start":true,"change":true,"cache":false,"queue":false,"on":0,"onType":"undefined","ramp":0,"rampType":"undefined","working":true,"ccuConfig":"38263145.35ea0e","topic":"${CCU}/${Interface}/${channel}/${datapoint}","x":860,"y":820,"wires":[["d72d6058.20d67"]]},{"id":"d72d6058.20d67","type":"debug","z":"e7464ab5.ab47f8","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":1110,"y":820,"wires":[]},{"id":"7bd2b74.0758748","type":"inject","z":"e7464ab5.ab47f8","name":"Auf","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"true","payloadType":"bool","x":170,"y":800,"wires":[["378e5d4.33e23a2"]]},{"id":"ed5e167b.af0c08","type":"inject","z":"e7464ab5.ab47f8","name":"Zu","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"false","payloadType":"bool","x":170,"y":860,"wires":[["cb85ee4b.7b4ff"]]},{"id":"378e5d4.33e23a2","type":"change","z":"e7464ab5.ab47f8","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"0.5","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":390,"y":800,"wires":[["95c68114.595eb","69179edd.8288"]]},{"id":"cb85ee4b.7b4ff","type":"change","z":"e7464ab5.ab47f8","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"0","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":390,"y":860,"wires":[["92a4d389.9678c","69179edd.8288"]]},{"id":"38263145.35ea0e","type":"ccu-connection","name":"localhost","host":"localhost","regaEnabled":true,"bcrfEnabled":true,"iprfEnabled":true,"virtEnabled":true,"bcwiEnabled":false,"cuxdEnabled":true,"regaPoll":true,"regaInterval":"30","rpcPingTimeout":"60","rpcInitAddress":"127.0.0.1","rpcServerHost":"127.0.0.1","rpcBinPort":"2047","rpcXmlPort":"2048","tls":false,"inSecure":false,"authentication":false,"username":"","password":"","queueTimeout":"5000","queuePause":"250","contextStore":""}]
Ich weis nicht was ich falsch mache. Kann mir jemand helfen?

Besten Dank vorab.
Gruß

Rainald

Antworten

Zurück zu „RedMatic“