Skip to content

Wyze Video Doorbell Support #12

@krystiancharubin

Description

@krystiancharubin

🐛 Bug Report

🔬 How To Reproduce

Steps to reproduce the behavior:

  1. Run sample code
python3 wyze.py 
AV Client Start: chan_id=0 expected_chan=0 pn_serv_type=16
Sending response: <K10002ConnectAuth code=10002 resp_code=10003>
^CTraceback (most recent call last):
  File "wyze.py", line 51, in <module>
    main()
  File "wyze.py", line 27, in main
    with wyze_iotc.connect_and_auth(account, cam) as sess:
  File "/home/kcharubin/.local/lib/python3.8/site-packages/wyzecam/iotc.py", line 322, in __enter__
    self._auth()
  File "/home/kcharubin/.local/lib/python3.8/site-packages/wyzecam/iotc.py", line 295, in _auth
    mux.waitfor(resolving)
  File "/home/kcharubin/.local/lib/python3.8/site-packages/wyzecam/tutk/tutk_ioctl_mux.py", line 250, in waitfor
    time.sleep(0.1)
KeyboardInterrupt

Code sample

Environment

  • OS: [e.g. Linux / Windows / macOS] Linux
  • Python version, get it with: Python 3.8.5
python --version

Screenshots

📈 Expected behavior

Expect to see the video stream just like with v2 camera

📎 Additional context

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions