Autonomous Desk #16
Replies: 1 comment 6 replies
-
I would definitely love to support serial-only desks in the future. Are the +5V and GND in the same place as the board expects? If so, that would be a simple firmware change. My time is currently occupied with my dayjob, working on v2 of the board (#14), and I may be moving across the country soon(!) So I probably don't have the time do this myself, but contributions are certainly welcome. Based on the links you provided I think this should be pretty easy to implement entirely in ESPHome yaml config, since it's simple serial messages. You can find an example of something like this in @iMicknl's ESPHome config for LoctekMotion desks: https://github.com/iMicknl/LoctekMotion_IoT/blob/5d9f9c01aa951d8ca24eac3198709b755d330e1b/packages/esphome/flexispot_e6.yaml#L73-L122 Each action is abstracted into a switch entity, which can be used in a script like I do here. Let me know if you get this working! |
Beta Was this translation helpful? Give feedback.
-
I have an Autonomous Desk (https://www.autonomous.ai/en-BE?category_slug=standing-desks&quickview=diy-smart-desk-kit&category=standing-desks) which I wanted to use with the desk controller. Before actually looking into it, I ordered some PCBs from PCBWay (no stock available at the time of ordering, thanks for the PCB designs!).
Now, when they arrived, the controller didn't work, so I started reading up on the possible issues, having seen other desks with pins being changed. After checking with my multimeter and looking at the cables and pins, I came to the conclusion the desk only works with UART, the cable only has 5 pins (5V, GND, Rx, Tx and Sleep)...
So, now my question, I was wondering if you had plans to integrate Serial only desks into the ESPHome config? Or if you would accept PRs that include behavior for these desks?
I'm open to test some things, I hope to be able to map out the pins to the current board layout later today.
I found a couple of repo's the describe the protocol already:
Beta Was this translation helpful? Give feedback.
All reactions