All Projects → misenhower → homebridge-wyze-connected-home

misenhower / homebridge-wyze-connected-home

Licence: MIT license
Wyze Connected Home plugin for Homebridge

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to homebridge-wyze-connected-home

homebridge-keylights
Yet another Homebridge plugin for Elgato Key Light and Key Light Air. https://homebridge.io
Stars: ✭ 40 (-36.51%)
Mutual labels:  homebridge
homebridge-yamaha-avr
homebridge-plugin for Yamaha AVR. Audio Receiver Accessory with Power, Input, Volume & Remote Control
Stars: ✭ 39 (-38.1%)
Mutual labels:  homebridge
homebridge-pi-thermostat
Homebridge Plugin to make Raspberry Pi into Thermostat
Stars: ✭ 33 (-47.62%)
Mutual labels:  homebridge
homebridge-pilight
Accessory plugin for Homebridge allowing to manage and control pilight devices
Stars: ✭ 16 (-74.6%)
Mutual labels:  homebridge
homebridge-open-sesame
Homebridge plugin for SESAME3 and SESAME4
Stars: ✭ 14 (-77.78%)
Mutual labels:  homebridge
homebridge-mijia-camera
Homebridge plugin for the Xiaomi Mijia 1080P Smart IP Camera, also known as Mi Home Security Camera.
Stars: ✭ 35 (-44.44%)
Mutual labels:  homebridge
homebridge-panasonic
A Homebridge plugin for Panasonic Viera TV's. Written to support the new Homekit TV accessory.
Stars: ✭ 18 (-71.43%)
Mutual labels:  homebridge
wyzecam-hls
Converts MP4 files from WyzeCam NFS to HLS stream. Much more stable alternative to RTSP firmware.
Stars: ✭ 58 (-7.94%)
Mutual labels:  wyze
homebridge-vieramatic
Homebridge plugin for Panasonic™ Viera™ TVs (includes support for 2018 and later models)
Stars: ✭ 39 (-38.1%)
Mutual labels:  homebridge
homebridge-pc-volume
Homebridge plugin to control your computer's volume using HomeKit and Siri
Stars: ✭ 55 (-12.7%)
Mutual labels:  homebridge
homebridge-adb
Homebridge script to control remote ADB enabled Android device
Stars: ✭ 56 (-11.11%)
Mutual labels:  homebridge
homebridge-callmonitor
Signals incoming and outgoing calls using the call monitor facility in Fritz!Box devices via HomeKit
Stars: ✭ 25 (-60.32%)
Mutual labels:  homebridge
homebridge-roomba2
Homebridge plugin to connect iRobot Roomba devices with Homebridge/HomeKit.
Stars: ✭ 119 (+88.89%)
Mutual labels:  homebridge
homebridge-unifi-occupancy-sensor
An occupancy sensor for Homebridge and UniFi
Stars: ✭ 71 (+12.7%)
Mutual labels:  homebridge
homebridge-z2m
Expose your Zigbee devices to HomeKit with ease, by integrating 🐝 Zigbee2MQTT with 🏠 Homebridge.
Stars: ✭ 197 (+212.7%)
Mutual labels:  homebridge
homebridge-ESP8266-pojects
This is a directory where I want to share my own ESP8266 Smart Home projects.
Stars: ✭ 18 (-71.43%)
Mutual labels:  homebridge
dockerimages
🐳 Some dockerfiles based on alpine
Stars: ✭ 27 (-57.14%)
Mutual labels:  homebridge
homebridge-nature-remo-cloud-aircon
Homebridge Plug-in for Air Conditioner Managed by Nature Remo
Stars: ✭ 28 (-55.56%)
Mutual labels:  homebridge
homebridge-blinds
🌅 Homebridge Plugin to control my blinds over HTTP
Stars: ✭ 51 (-19.05%)
Mutual labels:  homebridge
homebridge-vsx
📻 A VSX and SC Plugin for homebridge
Stars: ✭ 12 (-80.95%)
Mutual labels:  homebridge

homebridge-wyze-connected-home

This plugin adds support for Wyze Connected Home devices to Homebridge.

Supported Devices

  • Light Bulb
  • Plug
  • Contact Sensor
  • Motion Sensor

For more information about our version updates, please check our change log.

Configuration

Use the settings UI in Homebridge Config UI X to configure your Wyze account, or manually add the following to the platforms section of your config file:

{
  "platforms": [
    {
      "platform": "WyzeConnectedHome",
      "name": "Wyze",
      "username": "YOUR_EMAIL",
      "password": "YOUR_PASSWORD",
      "mfaCode": "YOUR_2FA_AUTHENTICATION_PIN"
    }
  ]
}

Supported devices will be discovered and added to Homebridge automatically.

Optional fields

  • mfaCode – Only required for the initial login if you have two-factor authentication enabled for your account. This is typically a 6-digit code provided by your authenticator app.
  • refreshInterval – Defines how often the status of the devices will be polled in milliseconds (e.g., "refreshInterval": 5000 will check the status of your devices' status every 5 seconds). Defaults to 10 seconds.
  • phoneId – The phone id used by the Wyze App. This value is just found by intercepting your phone's traffic. If no phoneId is specified, a default value will be used.

Other Info

Special thanks to the following projects for reference and inspiration:

Also, thanks to the contributors who volunteered their time to help add support for more devices and features.

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].