homebridge-mijia-camera
v0.0.2
Published
Xiaomi Mijia camera plugin for Homebridge
Downloads
38
Maintainers
Readme
homebridge-mijia-camera
Homebridge plugin for the Xiaomi Mijia 1080P Smart IP Camera, also known as Mi Home Security Camera.
For now the plugin only allows turning on and off the camera.
Installation
Install the package:
npm install -g homebridge-mijia-camera
Get the IP and token of the camera
Update the Homebridge configuration:
Add the camera configuration to the
accessories
node, with the appropriate values."accessories": [ { "accessory": "MijiaCamera", "name": "SOME_NAME_FOR_THE_CAMERA", "ip": "IP_ADDRESS_OF_THE_CAMERA", "token": "CAMERA_TOKEN" } ]
Restart Homebridge