Skip to content

Web application to control an Ikea Idasen. Python in the back, Vue.js in the front.

License

Notifications You must be signed in to change notification settings

m1dnight/desk-o-tron-2000

Repository files navigation

Desk-O-Tron 2000

A webapp that allows you to control the Idasen desk from Ikea.

You need a Raspberry Pi (or other computer) with bluetooth to run the daemon and webserver.

screenshot

Initial Setup

  1. Pair the desk to your device. On a Raspberry Pi, use bluetoothctl, scan for your desk with scan on, and then connect on its MAC using pair <mac>.

  2. Install the dependencies.

    python3 -m venv venv 
    source venv/bin/activate
    pip install -r requirements.txt
    
  3. Run the server.

    python Main.py
    
  4. If at some point the bluetooth is acting up, reset the controller. sudo hciconfig hci0 reset

About

Web application to control an Ikea Idasen. Python in the back, Vue.js in the front.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published