ndejong5 / homebridge-wyze-connected-home-op

Wyze Connected Home plugin for Homebridge & Hoobs | Fork from misenhower & MikeThomas123456.
https://github.com/ndejong5/homebridge-wyze-connected-home-op.git
MIT License
3 stars 4 forks source link

homebridge-wyze-connected-home-op: Wyze Connected Home plugin for Homebridge & Hoobs

homebridge-wyze-connected-home

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

Supported Devices

Added User-Agent Header to API call to avoid 403 Forbidden

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

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.

This was just a small project for me to be able to get the 403 error fix into hoobs. I do not have much coding experince so there won't be a ton of updates. If anyone is willing to edit code to add future devices be my guest!