Learn how to connect your Flexispot (LoctekMotion) desk to the internet. This repository contains a collection of scripts to get your started, combined with research and instructions.
My EK5 control panel does not have an dedicated alarm button, however the commands work via UART.
Turn on: [0x9b, 0x06, 0x02, 0x40, 0x00, 0xAC, 0x90, 0x9d] 1 sec, followed by arrow up / down to change the time
Turn off: [0x9b, 0x06, 0x02, 0x40, 0x00, 0xAC, 0x90, 0x9d] 3 sec
See https://www.youtube.com/watch?v=jMbdhi_SUtE.
My EK5 control panel does not have an dedicated alarm button, however the commands work via UART.
Turn on:
[0x9b, 0x06, 0x02, 0x40, 0x00, 0xAC, 0x90, 0x9d]
1 sec, followed by arrow up / down to change the time Turn off:[0x9b, 0x06, 0x02, 0x40, 0x00, 0xAC, 0x90, 0x9d]
3 sec