Home Assistant (HA) and Wyze

Thanks for the info. :slight_smile:

Started a rebuild, but this is great information.

1 Like

@chasjabber and @WildBill

Just got done with the Rebuild. Will now touch it up overtime. Will also be adding the other features. Found a nice Theme Pack to provide 20+ variances or types.

Will be adding another button for Everylight to be turned on - that will fill the last empty spot

Here is my starter Dashboard:

1 Like

Very disappointed. Reading a lot of posts on the the github for this sounds like V2 sensors are not currently supported and V1 sensors never will be. Have you found something different? I see in your screenshot motion detection of two sensors…does it actually work? Are your V1s connected to the new hub or the old bridge?

I have my V1 sensors and V2 Sensors connected to the new V2 hub. The dashboard does accurately show when motion is detected on V1 and V2 for me.

The orange color indicates motion on the indoor sensor. I will take another screen shot for the outdoor motion and door sensors.

I am using Joshua’s Wyze API.

Me too but sensors aren’t working, neither the V1 or V2.

When say aren’t working, what are you meaning?

Here is an image of my doors and motion and lights. the blue bulbs are the color the bulbs come on at when garage door is open.

I will setup a rule as well and see if it works for me.

HA isn’t reflecting doors opening. Icons always show closed. Just rebooted the Pi to see if anything changes.

LOL – I let HA pick the card by default. I used the Selection by Entity. There is also a setting to change the color, by default it is off and looks like it is not working.

here is the setting:
image

Here is Yaml for what I used. I am using a Vertical Stack. Might help.

type: vertical-stack
cards:
  - type: grid
    title: Light Groups
    cards:
      - type: button
        tap_action:
          action: toggle
        entity: group.all_light_group
        icon: mdi:lightbulb-group
        show_state: true
        name: Indoor Lights
      - type: button
        tap_action:
          action: toggle
        entity: group.fr_light_group
        icon: mdi:lightbulb-group
        show_state: true
      - type: button
        tap_action:
          action: toggle
        entity: group.lr_light_group
        icon: mdi:lightbulb-group
        show_state: true
      - type: button
        tap_action:
          action: toggle
        entity: group.all_outdoor_lights
        icon: mdi:lightbulb-group
        show_state: true
      - type: button
        tap_action:
          action: toggle
        entity: group.porch_light_group
        icon: mdi:lightbulb-group
        show_state: true
      - type: button
        tap_action:
          action: toggle
        entity: group.driveway_light_group
        icon: mdi:lightbulb-group
        show_state: true
    square: true
    columns: 3
  - type: entities
    entities:
      - binary_sensor.garage_door_v2
      - binary_sensor.door_to_garage_v2
      - binary_sensor.front_door_v2
      - binary_sensor.sliding_door_v2
    title: Door Sensors
    state_color: true

What I think is cool, but not sure how I did it or it does it, the color bulbs will display as the color you selected. So if I set them to turn Red, the Dashboard Bulb will show red.

After a reboot, icons are updating.

1 Like

Perfect, this opens up a whole new way of doing this. Later today, I am going to group some motion sensors together and make sure I can trigger lights coming on and off based on the Virtual or grouped motion sensor.

I believe @carverofchoice is also looking for this.

Using this, also allows for the integration and sharing between Wyze Products and others. So far looking good.

1 Like

Question on your Glance Card, can you tap on the card and turn bulbs on and off? I use buttons for this.

Yes…they turn on and off, but no controls for brightness or colors.

ok. On the button, you long press to get the other options

Need to check out other options for my setup. Been mostly using my Ubuntu laptop rather than phone or iPad. Was primarily looking for integration of various vendor stuff. Now I see a lot of other possibilities.

I am currently using an UnRaid Nas box which allows for the Docker App. I may eventually get a HA Blue Box. But for my testing, this is working fine and is rather powerful.

Once Wyze comes out with their own and/or they get into the Matters effort, I would considering using one of their products cause then things will become compliant.

My backend is a Pi4 running HassOS. Using the browser on Ubuntu for managing things.

Ahhh. I use a Chromebook to manage it. I have an older Pixelbook. Nice cause it also integrates with my Android Phone, which is a Pixel as well. :slight_smile:

I can see were we might be able to do some sort of geofencing with this since HA has that capability plus the ability to activate or deactivate HMS.

True, I also believe we can take advantage of the Sunrise to Sunset and not set times for things to change.