You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mit HM Script kann ich bei den HMiP RGBW Devices die "Saturation" nicht einstellen. (Manuell über Weboberfläche oder die XML API funktioniert es)
dom.GetObject('16262').State(1);
-> Dieser Befehl müsste die SATURATION auf 100% stellen. Bei z.B. der Farbe (HUE) oder Helligkeit (LEVEL) funktioniert es
Hatten wir erst kürzlich. #2829
Wobei dort auch das schreiben eines Wertes per XML-Api nicht ging.
Das Problem wurde dort mithilfe des COMBINED_PARAMETER umgangen.
Das kann ich dir nicht konkret beantworten.
Man müsste erstmal herausfinden woran es genau hapert, das ist aber ohne entsprechendes Gerät quasi unmöglich.
Es kann auch sein das der Fehler in den Teilen der CCU/RM-Firmware steckt an die nur eQ-3 ran darf.
Was mich halt wundert ist:
Du schreibst über die XML-Api geht es, im anderen Issue ging es aber über die XML-Api nicht.
Außerdem ist die XML-Api nur ein "Wrapper", im Endeffekt wird da auch nur ReGa-Script ausgeführt.
D.h. die Ergebnisse sollten über XML-Api und ReGa-Script gleich sein.
Describe the issue you are experiencing
Mit HM Script kann ich bei den HMiP RGBW Devices die "Saturation" nicht einstellen. (Manuell über Weboberfläche oder die XML API funktioniert es)
dom.GetObject('16262').State(1);
-> Dieser Befehl müsste die SATURATION auf 100% stellen. Bei z.B. der Farbe (HUE) oder Helligkeit (LEVEL) funktioniert es
Describe the behavior you expected
SATURATION auf 1.000000 setzen (100%)
Steps to reproduce the issue
What is the version this bug report is based on?
3.77.7.20240826
Which base platform are you running?
rpi4 (RaspberryPi4, ARM64/aarch64)
Which HomeMatic/homematicIP radio module are you using?
HM-MOD-RPI-PCB
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: