All Projects → josepramon → homebridge-mijia-camera

josepramon / homebridge-mijia-camera

Licence: MIT license
Homebridge plugin for the Xiaomi Mijia 1080P Smart IP Camera, also known as Mi Home Security Camera.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to homebridge-mijia-camera

Homebridge Mi Hygrothermograph
Homebridge plugin for the Xiaomi Mi Bluetooth Temperature and Humidity Sensor
Stars: ✭ 179 (+411.43%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
homebridge-mi-pm2 5
XiaoMi PM2.5 sensor plugin for HomeBridge.
Stars: ✭ 15 (-57.14%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
Homebridge Dafang
Homebridge Plugin for Xiaomi Dafang / Wyze Cam IP Camera => Hey Siri, Start Video Recording
Stars: ✭ 176 (+402.86%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
homebridge-yeelight-platform
Homebridge plugin for Yeelight Lights supporting Scenes/Moods/Color Flow/Custom Presets/Music Flow/Night Mode
Stars: ✭ 53 (+51.43%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
Homebridge Mi Gateway Fm
XiaoMi Gateway FM plugin for HomeBridge.
Stars: ✭ 43 (+22.86%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
Homebridge Mi Airpurifier
XiaoMi air purifier plugins for HomeBridge.
Stars: ✭ 100 (+185.71%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
homebridge-mi-fan
XiaoMi fan plugins for HomeBridge.
Stars: ✭ 59 (+68.57%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
homebridge-mi-robot vacuum
XiaoMi robot vacuum plugins for HomeBridge.
Stars: ✭ 53 (+51.43%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
Homebridge Mi Aqara
a homebridge plugin for XiaoMi Aqara plugin.
Stars: ✭ 990 (+2728.57%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
Homebridge Mi Philips Light
XiaoMi Philips light plugins for HomeBridge.
Stars: ✭ 85 (+142.86%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
Homebridge Mi Acpartner
XiaoMi AC Partner plugins for HomeBridge(https://github.com/nfarina/homebridge).
Stars: ✭ 250 (+614.29%)
Mutual labels:  homebridge, homebridge-plugin, xiaomi
homebridge-vieramatic
Homebridge plugin for Panasonic™ Viera™ TVs (includes support for 2018 and later models)
Stars: ✭ 39 (+11.43%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Weather Plus
A comprehensive weather plugin for homebridge.
Stars: ✭ 176 (+402.86%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-unifi-occupancy-sensor
An occupancy sensor for Homebridge and UniFi
Stars: ✭ 71 (+102.86%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-adb
Homebridge script to control remote ADB enabled Android device
Stars: ✭ 56 (+60%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-keylights
Yet another Homebridge plugin for Elgato Key Light and Key Light Air. https://homebridge.io
Stars: ✭ 40 (+14.29%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Gsh
Allow Google Assistant to control your Homebridge accessories.
Stars: ✭ 190 (+442.86%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Ewelink
Homebridge plugin to control eWeLink devices with original firmware.
Stars: ✭ 208 (+494.29%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Platform Wemo
Homebridge plugin to control Wemo devices.
Stars: ✭ 173 (+394.29%)
Mutual labels:  homebridge, homebridge-plugin
Verified
Plugins Verified by Homebridge
Stars: ✭ 180 (+414.29%)
Mutual labels:  homebridge, homebridge-plugin

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

  1. Install the package:

    npm install -g homebridge-mijia-camera
    
  2. Get the IP and token of the camera

    See this or this for instructions.

  3. 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"
      }
    ]
    
  4. Restart Homebridge

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].