homebridge-mi-camera
v0.0.3
Published
Xiaomi Mi camera plugin for Homebridge.
Downloads
100
Maintainers
Readme
homebridge-mi-camera
This is Xiaomi Mi Camera plugin for Homebridge.
Features
- Switch on / off.
Notes: Only able to wake the camera from sleep or set it to sleep at this moment.
Installation
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.
License
See the LICENSE file for license rights and limitations (MIT).