-
-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature suggest for LightBulb #640
Comments
Actually, you can manage autodimmer using a button and a switch. With your concept, autodimmer could not be managed with the same mount-wall switch used to turn on/off lightbulb.
It is possible, but not easy. You can not used "f6.100.000.000" as a label, because label must be a known string (I search the label and I read its value). It is necessary to develop an additional protocol like: "6":"ff00000000" (R G B CW WW), and then "f6":[{"g":0,"t":2}]. I had some ideas to implement it (I call it "custom scenes"), but actually I want to focus on garage door and window covers before adding new features like this. But I will add it to TODO list. |
I understand what you mean.
Thank you. I’m also interested in garage door function! |
With last version, you can disable autodimmer setting "autodimmer step percentage" to 0. |
Thank you! I’ll try it tomorrow. |
I've disable auto dimmer, and was able to add a stateless button on same GPIO to have Custom Scene. Here is my Json for example with RGBW2 and two push button on GPIO 1 (TX) and 3 (RX) : Thank you! All working as expected! |
This feature doesn't seem to work anymore, if I set |
Hello José,
I'm playing with HAA on a lightbulb for some days. It's very fun, and I wanted to suggest you some feature I think that could be nice to implement.
Example of what could be done whith JSON :
Example of what could be done whith JSON :
Instead of fx.xxx.xxx.xxx, It could also be Hexadecimal value of colour, like #ff0000 for 100% red or #808080 for 50% white.
What do you think about these suggests?
The text was updated successfully, but these errors were encountered: