emilioSp / idasen-desk-controller

Idasen Ikea standing desk CLI 🖥️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

idasen desk controller

Idasen Ikea standing desk CLI

This package uses noble to communicate with Idasen bluetooth controller

Check its prerequisites

idasen.mov

Buy Me A Coffee

installation

npm install -g idasen-desk-controller

configuration

Search for your desk bluetooth controller using

idasen scan

output example:

State changed: poweredOn
Found device, name: undefined, uuid: xxxxx
Found device, name: Desk 0856, uuid: 4ba2a62184b3b56238428b2ec607c086 <<-- This is what you need
Found device, name: [TV] UE48J6200, uuid: xxxxx
Found device, name: VS9-EU-NEA2334A, uuid: xxxxx
Found device, name: [TV] UE48J6200, uuid: xxxxx
Found device, name: [LG] webOS TV OLED65C16LA, uuid: xxxxxx
Found device, name: iPhone di Emilio, uuid: xxxxx

Copy your deskUuid and set a global env variable IDASEN_DESK_UUID with its value

commands

idasen --help
idasen scan
idasen height
idasen move-to 80

About

Idasen Ikea standing desk CLI 🖥️

License:MIT License


Languages

Language:JavaScript 100.0%