AqaraCamera
AqaraCamera copied to clipboard
Aqara Camera G3 integration for Home Assistant
I currently use watch and ftpput in post_init.sh to send videos /mnt/sdcard/record/ to external disk, I was wondering if it was possible to implement something better for crontab and ftp....
Can someone share a link to firmware 3.3.4_0007.0004 ?
Does it work with an international version? (EU)
Tell me if you can somehow change the region of the camera g3 How do I know if changes to the rootfs are needed? Is there a work plan for...
After following the instructions, I now have telnet access, but in HA I keep getting failed to connect errors. Firmware the unit shipped with is `3.3.2_0001.0004` and I haven't updated....
G3摄像头版本3.3.2,已开启telnet,AqaraGateway添加成功,AqaraCamera一直添加不了,要如何诊断原因?  
I saw you had a test and gave g2h pro telnet on #https://github.com/Wh1terat/aQRootG3/issues/11#issue-1162359361 Could you tell me how to do it
Hi there Thanks so much for the plugin. I'm just struggling to get it going, I'm getting these 2 errors: ``` Logger: homeassistant.components.camera Source: custom_components/aqara_camera/camera.py:52 Integration: Camera ([documentation](https://www.home-assistant.io/integrations/camera), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+camera%22)) First...
能不能增加一个switch 开关,方便自动化控制
Never been a fan of poking devices via telnet constantly. What about grabbing a busybox binary with httpd compiled and using cgi? e.g ```bash #!/bin/sh while IFS= read -r -d...