Skip to content

Wyze Connected Home plugin for Homebridge with support for the Wyze Outdoor Plug and Wyze Color Bulbs

License

Notifications You must be signed in to change notification settings

avavricek/homebridge-wyze-connected-home-op

 
 

Repository files navigation

homebridge-wyze-connected-home-op

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

This plugin is an actively maintained fork of misenhower's original Wyze Homebridge Plugin project.

Supported Devices

  • Light Bulb
  • Color Bulb (Mesh Light)
  • Plug
  • Outdoor Plug
  • V1 Contact Sensor
  • V1 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:

  • ha-wyzeapi, a Wyze integration for Home Assistant.
  • wyze-node, a Node library for the Wyze API.

Thanks to misenhower and contributors for the original Wyze Homebridge plugin and volunteering their time to help add support for more devices and features.

Thanks to mda590 for initial Color Bulb support.

Thanks to Chew for adding a user agent for login request to prevent 403 errors.

About

Wyze Connected Home plugin for Homebridge with support for the Wyze Outdoor Plug and Wyze Color Bulbs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%