-
-
Notifications
You must be signed in to change notification settings - Fork 574
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
How to enhance the Xiaomi camera(chuangmi.camera.ipc019) function #655
Comments
operation param is 1-4 (directions), but you can't set how much you want to move. in response you get angle/elevation (1-100) so you know where you are. if cam reaches far point you get some error. |
Could you please confirm the orientation directions? Also, @Silence-kzp, is this ipc009 or ipc019? |
yep, Is ipc019. |
@Silence-kzp could you please confirm the orientation directions, so that we can get the PR merged for the next release? |
@rytilahti i just checked on ipc019e. 1 left, 2 right, 3 up, 4 down. btw: some new models have alarm_sound method (no params) which makes very loud alarm sound for 10s. |
Great, thanks rezmus! 💯 |
Can this model use with Home Assistant? |
Not at the moment, as far as I know. See also #682 (comment) for my previous comment regarding to video stream, without video stream the camera integration on homeassistant would likely be rather limited. |
…alarm (rytilahti#663) * Xiaomi camera (chuangmi.camera.ipc019): Add orientation controls Related to rytilahti#655 * Add a note about ipc019 * add ipc019 to discovery, closes rytilahti#671 * use dashes instead of dots in the name * fix rotation directions, add alarm_sound
Currently, the chuangmi_camera.py module can be used to perform basic operations on the Xiaomi camera, but the camera cannot be controlled to move up, down, left, and right. I want to add these functions. After trying the methods provided on miio, I cannot parse the json file exported on wireshark The output is garbled, I ca n’t start now, I hope to provide some ideas for me.
The text was updated successfully, but these errors were encountered: