rytilahti / python-miio

Python library & console tool for controlling Xiaomi smart appliances
https://python-miio.readthedocs.io
GNU General Public License v3.0
3.63k stars 549 forks source link

Support for mijia-camera-v3_miio98063410 #429

Open laurentserena opened 5 years ago

laurentserena commented 5 years ago

I willing to work on the integration of the new xiaomi camera but I have really little experience : https://www.amazon.com/Security-Xiaomi-Wireless-Surveillance-Monitor/dp/B074G2SJTX/ref=sr_1_3?ie=UTF8&qid=1544237320&sr=8-3&keywords=xiaomi+camera

It's discovered :

>> mirobo discover
WARNING:miio.discovery:Found unsupported device mijia-camera-v3_miio98063410._miio._udp.local. at 192.168.11.3, please report to developers

What shall I start with?

rytilahti commented 5 years ago

Could you check if #375 provides the same interface? Otherwise it is necessary to sniff the traffic between the app and the device to see how it can be operated. The instructions in https://github.com/aholstenson/miio/blob/master/docs/protocol.md will work for that.