Desky Standing Desk (ESPHome) [Works with Desky, Uplift, Jiecang, Assmann & others]

Thanks for an awesome project! Confirmed working on a desk bought from Hexaplan. The desk is using a JCB35NS2-230 controller.

Is it a known issue that using ssieb’s example does not actually load the current height on boot? Or have I screwed up the soldering so GPIO14 doesn’t actually work? If I press a button the desk’s own control panel to wake it up the current height shows up on the D1 Mini too.

desky:
  uart_id: desk_uart
  id: standing_desk
  height:
    name: Height
  up:
    number: GPIO4
    inverted: true
  down:
    number: GPIO5
    inverted: true
  request:
    number: GPIO14
    inverted: true
1 Like