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

mqtt command root/rgb/set does not work on H801 #590

Closed
robin13 opened this issue Feb 21, 2018 · 4 comments
Closed

mqtt command root/rgb/set does not work on H801 #590

robin13 opened this issue Feb 21, 2018 · 4 comments
Assignees
Milestone

Comments

@robin13
Copy link

robin13 commented Feb 21, 2018

It is possible to set a colour by using the root/channel/[0-4]/set topic, but the root/rgb/set does not work (I have tried both numeric 255,0,0 and RGB #FF0000).

@theonedemon
Copy link
Contributor

if change line espurna/light.ino:39 all works

// bool _light_has_color = false;
bool _light_has_color = true; // #FIXME

@xoseperez
Copy link
Owner

No need to modify the code, just enable the "Use colorpicker" check in the LIGHT tab of the Web UI. I notice the copy might not be clear so I'm changing it to "Use color".

@xoseperez
Copy link
Owner

This is staged for release.

@robin13
Copy link
Author

robin13 commented Feb 27, 2018

Ah - thank you for the tip @xoseperez :)

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

No branches or pull requests

3 participants