-
Notifications
You must be signed in to change notification settings - Fork 23
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
Need Help With Generic Tuya Doorbell #117
Comments
@LucasMedeiros-dev looks like you already have root access - that's great! On most of the newer devices you can enable onvif/rtsp by editing /home/cfg/tuya_config.json -- execute You should be able edit the file on your computer with the following steps: It may be helpful to know what version of ppsapp you're running (usually shows in the phone app somewhere), you can alretnatively copy ppsapp to the SD card executing this after step 1 above: |
Hi! I got to work on the camera today, there's no CFG folder nor tuya_config.json, there's a folder named Tuya_config with the following files Also found the command getVersion and it returns
The mount command to mount ppsapp doesn't work |
After running something like get_burn_file, this file was present in the sdcard |
The zip file provided seems to be a full firmware dump file (8Mb). The main application seems to be 'EasyCam', and seems to be very different from the other 'ppsapp' files we've seen. I opened the easeycam file in ghidra and the code did not seem to have any tuya_config.json references as you pointed out. It seems to be just reading any settings from the cloud server. This being a newer camera you may be able to use the WebRTC interface (https://www.reddit.com/r/smartlife/comments/oyqvdv/webrtc_stream_terminal_for_tuya_smartlife_cameras/) , if so you may be able to use https://www.scrypted.app/ to convert from WebRtc to RTSP, but that would be all. |
+1 |
Intro
Hi, I've managed to access the u-boot and shell via uart from my generic tuya doorbell with rf433 chime.
Here's the log I've managed to extract.
I'd like some help on how to enable onvif & rtsp and how to make it persistent.
Logs
Sorry for the logging bugs.
The text was updated successfully, but these errors were encountered: