Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

moifort/homebridge-mi-led-desk-lamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5fa0ec5 · Jan 8, 2025

History

16 Commits
Jul 22, 2019
Jan 8, 2025
Dec 22, 2023
Jul 22, 2019
Sep 20, 2019
Dec 22, 2023
Jul 22, 2019

Repository files navigation

npm version

[DEPRECATED] homebridge-mi-led-desk-lamp

Use this plugin https://github.com/merdok/homebridge-miot

This is a Homebridge plugin for exposing the Xiaomi Led Desk Lamp to HomeKit

mi

Get your token and IP

Good luck!!! (Because it's the hard part), some links to help you:

npm

npm install -g homebridge-mi-led-desk-lamp

Example Configuration

{
  "bridge": {
    "name": "Homebridge",
    "username": "Thibaut",
    "port": 51826,
    "pin": "111-11-111"
  },
  "accessories": [
    {
    "accessory": "mi-led-desk-lamp",
    "name": "My desk lamp",
    "ip": "192.168.0.132",
    "token": "6591d0ad2003ddd2da75815f5d7def26"
    }
  ],
  "platforms": []
}