Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjhorner/upsy-desky
Make your standing desk smarter
https://github.com/tjhorner/upsy-desky
esphome hardware home-assistant home-automation kicad open-hardware pcb standing-desk
Last synced: about 2 months ago
JSON representation
Make your standing desk smarter
- Host: GitHub
- URL: https://github.com/tjhorner/upsy-desky
- Owner: tjhorner
- License: other
- Created: 2022-08-11T05:20:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T15:38:02.000Z (5 months ago)
- Last Synced: 2024-06-21T09:03:30.959Z (5 months ago)
- Topics: esphome, hardware, home-assistant, home-automation, kicad, open-hardware, pcb, standing-desk
- Language: Shell
- Homepage: https://upsy-desky.tjhorner.dev
- Size: 2.24 MB
- Stars: 467
- Watchers: 18
- Forks: 23
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE-CC
Awesome Lists containing this project
- starred - tjhorner/upsy-desky - Make your standing desk smarter (Shell)
README
# Upsy Desky
This repository contains the source files for the Upsy Desky, a device which lets you connect your standing desk to any home automation system.
You can buy one on Tindie:
## Need Support?
If you need help with your Upsy Desky, please join the Upsy Desky [Discord server](https://discord.gg/ZHfXKQrSxF) where you can ask for help from the community and myself.
## Repository Structure
At the root of the repository you will find these directories:
- `pcb`: KiCad schematic and PCB design files (CC BY-NC-SA 4.0)
- `enclosure`: Fusion 360 design files and STLs for the enclosure (CC BY-NC-SA 4.0)
- `firmware`: ESPHome configuration files for the stock firmware (MIT)With these you can make your own Upsy Desky from scratch, or you can make changes to the design and firmware to suit your needs. (If you do, I would love to see it!)
## What's newβ½
This is the successor to the [WiFi Standing Desk Controller](https://github.com/tjhorner/wifi-desk-controller), packed with improvements and bug fixes β most notably:
- USB-C port for easy flashing (and because USB-C is cool π)
- Runtime firmware configuration -- no more manual flashing or compiling ESPHome to change stuff
- Improved enclosure design with a more snug fit and screw-mounted PCB, allowing for easier repairs and troubleshooting
- Replacing the D1 Mini with an ESP32-WROOM module, providing hardware UART for more reliable desk connection
- A catchier name, because "WiFi Standing Desk Controller" was a mouthfulThis revision also fixes some annoying issues from the first version, such as the desk sometimes lowering on startup, or simply not powering at all without a hacky workaround.
## In a nutshell...
As with the original version of this product, it can connect your motorized standing desk to your home automation system. It can read your desk's current height, and set it as well. This lets you create automations that integrate with your desk, for example:
- If you're sitting for too long, raise desk to standing height
- When you leave home, raise desk to max height so the cat can't knock things over
- Have an infinite number of presets for everyone in your household
- Send desk height data to InfluxDB to analyze how often you're sitting vs. standing
- [Publish your desk's height on the internet](https://tjhorner.dev/sitting-or-standing/)Or whatever else you'd like. The possibilities are endless! As long as the possibilities involve a standing desk.
## Compatibility
Any standing desk that uses RJ45 to connect to the keypad is likely compatible, but the control boxes listed [here](https://upsy-desky.tjhorner.dev/docs/reference/compatibility/) are verified to be compatible.
## Documentation
You can find everything you need in the [documentation](https://upsy-desky.tjhorner.dev/docs/getting-started/).
## Licenses
The ESPHome configs are licensed under MIT; everything else (enclosure and PCB design) are CC BY-NC-SA 4.0. The appropriate license files are available in the root of the repo.