-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HMIP-RGBW Hue & SaturationLevel without function #572
Comments
Just to be sure: |
Yes - actually I tried both. |
Please enable debug log and post a log |
Sure, please tell me if something is missing or you need else edit: not sure why the log is not showing properly but I hope you can use it also that way ` hmip.0 | 2024-07-06 21:15:10.753 | debug | state change - hue - id "3014F711A00033E0C98DA72C" - value 250 -- | -- | -- | -- hmip.0 | 2024-07-06 21:14:57.401 | info | State value to set for "hmip.0.devices.3014F711A00033E0C98DA72C.channels.4.hardwareColorTemperatureColdWhite" has to be type "numbern" but received type "number" hmip.0 | 2024-07-06 21:14:57.355 | info | State value to set for "hmip.0.devices.3014F711A00033E0C98DA72C.channels.3.hardwareColorTemperatureColdWhite" has to be type "numbern" but received type "number" hmip.0 | 2024-07-06 21:14:57.330 | info | State value to set for "hmip.0.devices.3014F711A00033E0C98DA72C.channels.2.hardwareColorTemperatureColdWhite" has to be type "numbern" but received type "number" hmip.0 | 2024-07-06 21:14:57.326 | info | State value to set for "hmip.0.devices.3014F711A00033E0C98DA72C.channels.1.hardwareColorTemperatureColdWhite" has to be type "numbern" but received type "number" hmip.0 | 2024-07-06 21:14:55.872 | info | State value to set for "hmip.0.devices.3014F711A00033E0C98DA72C.channels.4.hardwareColorTemperatureColdWhite" has to be type "numbern" but received type "number" hmip.0 | 2024-07-06 21:14:55.869 | info | State value to set for "hmip.0.devices.3014F711A00033E0C98DA72C.channels.3.hardwareColorTemperatureColdWhite" has to be type "numbern" but received type "number" hmip.0 | 2024-07-06 21:14:55.865 | info | State value to set for "hmip.0.devices.3014F711A00033E0C98DA72C.channels.2.hardwareColorTemperatureColdWhite" has to be type "numbern" but received type "number" hmip.0 | 2024-07-06 21:14:55.822 | info | State value to set for "hmip.0.devices.3014F711A00033E0C98DA72C.channels.1.hardwareColorTemperatureColdWhite" has to be type "numbern" but received type "number" hmip.0 | 2024-07-06 21:14:55.621 | debug | state change - switchState - id "3014F711A00033E0C98DA72C" - value true ` |
Just as a note for numbern errors: |
yes I fix now |
Please try GitHub version. Install, manuall restart adapter and verify please and report back. Then I release it |
I did as above mentioned, the state errors (issue #571 ) are solved. The "hue" and "SaturationLevel" problem still persists. |
Then add a debug log please of such an action |
It‘s included in the above mentioned (there are no errors shown), but I can re-do this afternoon. |
It is also about the debug logging tosee what the adapter sends and why ... |
Just to revive the topic: is there anything missing from my side? |
Hello,
Currently the objects "hue" and "saturationLevel" within IoBroker seem to be without function. If color and saturation level are changed in the HMIP app, these changes are also displayed in IoBroker for the objects, but not vice versa.
**To Reproduce
Input of color selection (Hue, values from 1-360) without function
Input of color saturation (saturationLevel, 1-100) without function
Versions:
Thank you :)
The text was updated successfully, but these errors were encountered: