AqaraGateway icon indicating copy to clipboard operation
AqaraGateway copied to clipboard

My G2H PRO is bricked

Open Guizzan opened this issue 1 year ago • 5 comments

I had firmware 3.34 on my Aqara G2H PRO out of the box and I enabled telnet using this guide: https://github.com/Wh1terat/aQRootG3 After that I followed the guide for connecting to home assistant and enabling rtsp. This didn't work for me that's why I made some changes on post_init.sh.

I edited post_init.sh script like this:

#!/bin/bash
fw_manager.sh -r
fw_manager.sh -t -k
killall -9 mosquitto; /data/bin/mosquitto -d
pkill rtsp
rtsp &

Using this configuration one of my camera works perfectly but another one doesn't boot up (stuck on yellow light after powering up). How can I recover my camera?

I tried to flash firmware (https://github.com/niceboygithub/AqaraCameraHubfw/tree/main/stock/G2HPro) using the guide provided here: https://github.com/wizardofozzie/aqara_g2hpro_hack but no luck...

Guizzan avatar Jun 05 '24 13:06 Guizzan

The "post_init.sh" still works in latest firmware.

niceboygithub avatar Jun 05 '24 14:06 niceboygithub

@niceboygithub, right now my camera is not booting up. How can I fix it? I looked for different firmware files but I couldn't find any after an hour of search.

Guizzan avatar Jun 05 '24 14:06 Guizzan

Then open it then wire out the UART to get the boot log.

niceboygithub avatar Jun 06 '24 02:06 niceboygithub

IMG_0262 How to find rx and tx pins here?

Guizzan avatar Jun 06 '24 12:06 Guizzan

Use the rx pin of the USB2TTL to connect every touch point while rebooting the G2H pro.

niceboygithub avatar Jun 06 '24 15:06 niceboygithub