-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Only 3 segments ON status saved #3563
Comments
PS. This doesn’t happen immediately, I’m not sure exactly how long this takes to happen, but always if for example a day goes by and I say “Alexa, lights on” only three the first segments light up. |
I think I have identified the problem that is causing this behavior. Example: Tested with ESP8266 and ESP32 with WLED 0.14.1-b2 |
Where did you see this number? Presets in wled do not have negative id's. Actually a preset can be activated, but not de-activated; to de-activate a preset you would switch to another preset. Please add some more details / screenshot to help us devs follow what you say. |
"ps" with value of -1 means no preset selected |
Is it possible to set the "-" flag even when Alexa switches it off? |
it is a value of negative 1 (-1), not a flag. |
Yes, but why is it a difference if you switch with Alexa? If the status does not change to "-", I cannot switch on by resetting the preset number in IOBroker and that is the problem. I would also have to switch the data point on/off here. This is possible but more complicated. |
Sorry to interrupt but I’ve found I can ask Alexa to turn off and on the bookcase and all seven shelves do light up. The problem seems to be either; #1 if I switch the bookcase on as part of another group of lights in the bedroom. #2 It could also possibly be after a length of time (though i’m no too sure it’s this) From my suspicions so far the problem seems to be as I mentioned in #1 Also I would like to add that there may be absolutely nothing wrong with WLED code whatsoever and it was only under suspicion. The issue could lie with the Alexa app. Still trying to narrow down the exact issue. To aircookie, if you get to read this, I’d just like to say thank’s so much for your work it’s really appreciated. |
I can also switch on and off with Alexa and have the same behavior when I want to switch devices in a different group, so that some segments no longer come on. |
As the OP, I’d like to declare I still do not believe this issue completely resolved. I’ve been trying to break down what I believe is causing the problem. So far (and I could be mistaken) That after a certain length of time, or a specific time, maybe midnight. Turning all the segments on still fails. Turning on the bookcase (all seven shelves) as part of a group of lights is now working BUT. If I turn the group of lights on the next day… I still only get the first two shelves of bookcase lighting up. I am using the current latest firmware as of this post as well as HA latest ver. |
Hey! This issue has been open for quite some time without any new comments now. It will be closed automatically in a week if no further activity occurs. |
What happened?
I have a bookcase with 7 shelves. I illuminate all 7 segments I’ve created and the save the status overwriting data with current status. However when alexa turns on the lights only the first 3 segments come on.
I’m using Home Assistant and all 7 segments have an on/off button and when I turn them on manually everything works fine, I don’t think it’s me but i’m not ruling that out but I honestly suspect it’s worth submitting a bug report.
To Reproduce Bug
Create more than 3 segments, turn them all on, save current status
Expected Behavior
All segments should come on but only the first 3 seem to light up
Install Method
Binary from WLED.me
What version of WLED?
WLED 14.0
Which microcontroller/board are you seeing the problem on?
ESP32
Relevant log/trace output
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: