Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Filter in get_event_list() #6

Closed
faanskit opened this issue May 10, 2021 · 0 comments
Closed

Question: Filter in get_event_list() #6

faanskit opened this issue May 10, 2021 · 0 comments

Comments

@faanskit
Copy link
Contributor

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?

            "event_value_list": [
                "1",
                "13",
                "10",
                "12"
            ],

By adding "2" to this list, also sound events gets published to Home Assistant:

            "event_value_list": [
                "1",
                "2",
                "13",
                "10",
                "12"
            ],

Do you have documentation what 1, 13, 10 and 12 means?
1 = Camera Motion
2 = Sound Detection
10 - ?
12 - ?
13 - ?

Repository owner locked and limited conversation to collaborators May 10, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants