Merged
Conversation
Various fixes from HclX and nabahr
Release 3.0.2 changes
This change updated wyzesense python library so it can correctly detect and decode the following v2 sensors: Motion V2 sensor Door v2 sensor Leak sensor Climate sensor The MQTT bridge is also updated so all v2 sensors will now show up in homeassistant. There are a couple "breaking" changes: 1. The "invert_state" is no longer supported with this change. However, you can specify the "on"/"off" state directly from the sensor config file. 2. Now you need a "sensor_type" value in your sensor configuration. For sensors already paired with the dongle, you can either manually update them, or wait until the program udpates them automatically, which happens when there is a message/alarm sent from the device. This change also added partial support of the wyze doorbell v1 chime. However, this device is not integrated in homeassistant yet. The only way to trigger the chime right now is through the updated bridge_tool command line interface. This change is only tested with dongles updated to the v2 dongle firmware (GW3U). Checking out https://github.com/HclX/WyzeSenseUpdater on how to do it.
This was
linked to
issues
Mar 17, 2025
Closed
Closed
raetha
approved these changes
Mar 19, 2025
Owner
Merged
|
Trying this out with my keypad. It seems like the keypad and leak sensor both have Could anyone that has a leak sensor confirm this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change updated wyzesense python library so it can correctly detect and decode the following v2 sensors:
Motion V2 sensor
Door v2 sensor
Leak sensor
Climate sensor
The MQTT bridge is also updated so all v2 sensors will now show up in homeassistant. There are a couple "breaking" changes:
This change also added partial support of the wyze doorbell v1 chime. However, this device is not integrated in homeassistant yet. The only way to trigger the chime right now is through the updated bridge_tool command line interface.
This change is only tested with dongles updated to the v2 dongle firmware (GW3U). Checking out https://github.com/HclX/WyzeSenseUpdater on how to do it.