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

changing colors in HA not working in 1.8.0 #312

Closed
EdgardosReis opened this issue Aug 4, 2018 · 4 comments
Closed

changing colors in HA not working in 1.8.0 #312

EdgardosReis opened this issue Aug 4, 2018 · 4 comments

Comments

@EdgardosReis
Copy link

EdgardosReis commented Aug 4, 2018

Hello Chris,
when I try to change the color in Home Assistant with the version 1.8.0 nothing happens. I have it configured as MQTT Lights and when I change the color a message like this is published:
{"state": "ON", "color": {"r": 0, "g": 0, "b": 255}}
However, if the bulb is already ON, the message is ignored. It seems that is ignoring the commands when the "state" is the same. If I publish a message like {"color": {"r": 0, "g": 0, "b": 255}} it works.
This doesn't happen with the version 1.7.1.
of course, I'm talking about changing colors but the same behavior to changing temperature or brightness.

Best Regards.

@sidoh
Copy link
Owner

sidoh commented Aug 5, 2018

Hi Edgar,

Can you tell me a little more about your setup?

  • What remote type are you using? (RGB, RGB+CCT, etc)
  • What group is your device bound to?
  • What version of HASS are you on?

@EdgardosReis
Copy link
Author

Hey.

  • My remote type is RGB+CTT
  • The group may vary. And the bulbs are different. (FUT014, FUT104, FUT015)
  • Currently version 0.74.2 Hass.io

Thank you for the response.
Best regards.

@sidoh sidoh closed this as completed in 7a15e23 Aug 5, 2018
sidoh added a commit that referenced this issue Aug 5, 2018
Fix #312 -- multiple commands in same JSON would cause commands after 1st to get blank state
@sidoh
Copy link
Owner

sidoh commented Aug 5, 2018

Fixed in 1.8.1, I hope (working for me, at least :) --

https://github.com/sidoh/esp8266_milight_hub/releases/tag/1.8.1

@EdgardosReis
Copy link
Author

Yes! Working now for me too. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants