Wyze Plug - Configuration

Hi there. I’m new to HA but think its terrific. I was able to transfer over much of my old Vera system with the help of the tutorials and this community.

I picked up a Wyze Camera and Wyze Plug 2pack at Home Depot yesterday. Got the camera working just fine but can’t seem to figure out how to get the plug working. I have the IP address but am not sure about the configuration.yaml settings. Is it possible to use these plugs in an HA system? Thanks for the help in advance!

There’s no support for Wyze plugs natively or with a custom component, at least for now.

I came here hoping to find a answer, hopefully it wont be long until somebody is able to come up with a solution.

I came across this post on reddit: https://www.reddit.com/r/homeassistant/comments/e9fxis/i_made_an_integration_for_the_very_cheap_wyze/ which subsequently sent me here: https://github.com/JoshuaMulliken/ha-wyzeapi/

It worked great with the bulb for me intially but I’ve had access token issue for the past several days, unfortunately. Within the past hour they’ve also added support for the plugs.

2 Likes

I would appreciate any help to setting upJoshua’s ha-wzyeapi integration.

I’m new to HA, but was able to complete the 4 steps below. But now, how do I add the integration?

If I go Configuration->Integrations->add, I can’t find “wyze”.
If I go HACS->Integrations, I see “Wyze Bulb, Switch…” there.

Any help! Please?

1. Have HACS installed, this will allow you to easily update
2. Add [https://github.com/JoshuaMulliken/ha-wyzeapi](https://github.com/JoshuaMulliken/ha-wyzebulb) as a custom repository as Type: Integration
3. Click install under "Wyze Bulb and Switch Api Integration" in the Integration tab
4. Restart HA

Did you follow the configuration steps listed below the installation steps? Fruther down, it also states what you should expect in terms of entity names.

go to GitHub - SecKatie/ha-wyzeapi: Home Assistant Integration for Wyze devices.

and you will see that you need to add the following to your Configuration.yaml

wyzeapi:
  username: <email for wyze>
  password: <password for wyze>

after you add your email and password, restart HA and you will see your devices.

1 Like