gcormier / megadesk

Open-source IKEA Bekant controller board
GNU General Public License v3.0
717 stars 53 forks source link

I'm tall. When the table is goes to the upper limit no presets seem to respond. #81

Closed frankhommers closed 2 years ago

frankhommers commented 2 years ago

See subject ;-)

When I unplug the the power cord it and re-plug it it starts to work again.

Also I found a workaround by just stopping underneath the upper limit.

Is this a known bug?

gcormier commented 2 years ago

Okay so just to be clear, you have a memory stored which is as high as the table will go? And once you recall this memory it will no longer move?

frankhommers commented 2 years ago

No when I move the table to the upper limit, and I recall a preset (of course below that level) it does not work.

philwmcdonald commented 2 years ago

I tried to reproduce on most recent s/w on dev branch and couldn't. Lots of changes were made w.r.t limits and some fixes to idle-states which previously required power-cycle to recover. I'm not convinced these would fix what you're seeing, but who knows. What version of the software do you have?

frankhommers commented 2 years ago

I'll post back to you when I flashed it. I am not sure atm. I am waiting for my AVR programmer to arrive.

frankhommers commented 2 years ago

I still have this with v2021.09-serial.hex. It's not a really big problem because I use a preset just below the top position.

philwmcdonald commented 2 years ago

I made some changes in my fork (which may not yet be ready for primetime): https://github.com/philwmcdonald/megadesk/tree/dev If you build the dev branch, with

define SERIALCOMMS

define HUMANSERIAL

define SERIALECHO

define SERIALERRORS

If you still have the issue, then see if you can get serial connected/working I can look at the logs.

frankhommers commented 2 years ago

It's kind of hard to debug for me now, since I (hard) wired the megadesk to my Wemos D1. So I can't really test this now 😒

gcormier commented 2 years ago

I couldn't repro this on my desk :(

gcormier commented 2 years ago

Closing since we can't repro not does it seem like more info is coming.