Datenpunkte bei CCU Funktionen
N7-Shepard opened this issue · 2 comments
Folgendes Szenario: Es soll bei ALLEN Dimmern der DimLevel auf 0 gesetzt werden. Dazu sind die zu schaltenden Dimmer in einer CCU Funktion: "Licht:Dimmer" zusammengefasst. Also nicht in einem Raum sondern einer Function.
Über ein SetValue Node wird nun die Function "Licht:Dimmer" ausgewählt sowie der Datenpunkt "LEVEL". Die Payload die dem setValue Node mitgegeben wird ist ein NumberValue mit dem Wert 0.
Nun wird folgender Fehler auftreten:
rpc > HmIP-RF setValue "LEVEL",{"explicitDouble":0}] < Error: XML-RPC fault: Invalid parameter or value
Dies passiert sowohl bei HmIP als auch bei BidCos Geräten.
Ich denke, dass das Problem ist, dass der setValue Node über ALLE Channels iteriert die den Datenpunkt LEVEL haben obwohl nur der beschreibbare Channel Teil der Function ist. Was vermutlich daran liegt, dass die CCU das MainDevice immer implizit in die Function mit inkludiert.
This repository is specifically for raising issues about the Node-RED website, not Node-RED or any of it's node.
Having run the text through Google Translate it looks like you are trying to raise an issue with a specific node (but have not said which). Please try and find the repository for that node and raise the question there.
If this is a question about the code of Node-RED or one the core nodes then please post to the Node-RED forum, Node-RED Slack or Stack Overflow as the issue trackers are only used for actual defects in the code. Also posting in English is much more likely to get an answer.