rhyst / linak-controller

A Python script to control Linak standing desks.
MIT License
346 stars 51 forks source link

This resolves rare desk stuttering during movement #74

Closed tomsb closed 8 months ago

tomsb commented 8 months ago

More details in previous PR: https://github.com/rhyst/linak-controller/pull/73

It appears that 0.3s is better than 0.4s, as there are occasional desk stutters with 0.4s, as shown here:

Height:  918mm Speed: -62mm/s
Height:  892mm Speed: -62mm/s
Height:  874mm Speed: -6mm/s // <-- stuttering
Height:  864mm Speed: -45mm/s // <-- stuttering
Height:  842mm Speed: -62mm/s
Height:  817mm Speed: -62mm/s
rhyst commented 8 months ago

Thank you for the report! Instead of hard coding a new value have pushed 1.1.0 which allows you to configure this value as move_command_period

voruti commented 7 months ago

Out of interest: Does anybody know the timeout the official apps use?

@rhyst ?