This is Xiaomi Mi Camera plugin for Homebridge.
- Switch on / off.
Notes: Only able to wake the camera from sleep or set it to sleep at this moment.
-
Install required packages.
npm install -g homebridge-mi-camera miio
-
Open Mi Home app and open Mi Camera from the device list.
-
Go to
Network Info
and find the IP address of the camera. -
On your Homebridge server, open command prompt or terminal. Run following command to discover the device:
miio --discover --sync
Notes: This will take about a minute or two.
-
Wait until you get output below with the
Address
matches with the IP address you found fromNetwork Info
.Device ID: 50668318 Model info: Unknown Address: 192.168.1.203 Token: 3574645a6a52526447566b4e69484e42 via auto-token Support: Unknown
-
Record down the value value for
Token
as we need it later. -
Add these values to
config.json
."accessories": [ { "accessory": "MiCamera", "name": "Mi Camera", "ip": "IP_ADDRESS_OF_THE_CAMERA", "token": "TOKEN_DISCOVERED_FROM_STEP_5", } ]
-
Restart Homebridge, and your Mi Camera will be added to Home app.
See the LICENSE file for license rights and limitations (MIT).