Skip to content
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

Open
LukasMS55 opened this issue Jul 6, 2024 · 12 comments
Open

HMIP-RGBW Hue & SaturationLevel without function #572

LukasMS55 opened this issue Jul 6, 2024 · 12 comments
Labels
bug Something isn't working

Comments

@LukasMS55
Copy link

LukasMS55 commented Jul 6, 2024

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:

  • Adapter version: 1.23.3
  • JS controller version: 5.0.19
  • Node version: 18.17.1
  • Operating system: Pi-OS Debian Buster

Thank you :)

@mcm1957
Copy link
Member

mcm1957 commented Jul 6, 2024

Just to be sure:
Did you write to the states with ACK==false?

@LukasMS55
Copy link
Author

Yes - actually I tried both.

@mcm1957 mcm1957 added the bug Something isn't working label Jul 6, 2024
@Apollon77
Copy link
Member

Please enable debug log and post a log

@LukasMS55
Copy link
Author

LukasMS55 commented Jul 6, 2024

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 `

@mcm1957
Copy link
Member

mcm1957 commented Jul 6, 2024

Just as a note for numbern errors:
#571

@Apollon77
Copy link
Member

yes I fix now

@Apollon77
Copy link
Member

Please try GitHub version. Install, manuall restart adapter and verify please and report back. Then I release it

@LukasMS55
Copy link
Author

LukasMS55 commented Jul 7, 2024

I did as above mentioned, the state errors (issue #571 ) are solved. The "hue" and "SaturationLevel" problem still persists.

@Apollon77
Copy link
Member

Then add a debug log please of such an action

@LukasMS55
Copy link
Author

It‘s included in the above mentioned (there are no errors shown), but I can re-do this afternoon.

@Apollon77
Copy link
Member

It is also about the debug logging tosee what the adapter sends and why ...

@LukasMS55
Copy link
Author

Just to revive the topic: is there anything missing from my side?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants