Replies: 2 comments 2 replies
-
Event value 13 is a Cam Plus event from my testing. I don't know what 10 or 12 are. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Following the discussion in this comment, the thread continues here. In order for this to be more flexible, I suggest the following approach: Add argument to get_events(), get_latest_event() and get_event_list() of what types of events to be pulled. Eg.
The in ha-wyzeapi its yet another discussion. Should there be double sensors (motion and sound)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question:
When the Wyze app query for events from a camera with ./get_event_list, it asks for "all" events:
"event_value_list": [],
Wyzeapy sends a filter, that likely makes the app omit sound detections. Is this on purpose?
By adding "2" to this list, also sound events gets published to Home Assistant:
Do you have documentation what 1, 13, 10 and 12 means?
1 = Camera Motion
2 = Sound Detection
10 - ?
12 - ?
13 - ?
Beta Was this translation helpful? Give feedback.
All reactions