-
Notifications
You must be signed in to change notification settings - Fork 22
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
Useful URLs #49
Comments
The telnet url says it works but never does because there’s no telnet binary in the firmware (had tried it way back). The others can probably go in the wiki. EDIT: @jilleb I've created a page in the WIKI which links to this issue with the information posted. |
👍🏼 |
/proc/self/root/home/cfg/tuya_config.json "version": 1, "sleep_mode": 0, "alarm_fun_onoff": 0, "alarm_fun_sensitivity": 1, "alarm_fun_mode_switch": 0, "alarm_fun_time_start": 0, "alarm_fun_time_end": 0, "flip_onoff": 0, "light_onoff": 1, "night_mode": 1, "sound_detect_onoff": 0, "sound_detect_sensitivity": 1, "watermark_onoff": 1, "event_record_time": 60, "enable_event_record": 2, "record_enable": 1, "motion_trace": 1, "motion_area_switch": 0, "motion_area": "", "motion_tracking": 0, "cry_detection_switch": 0, "humanoid_filter": 0, "loudspeaker_vol_pct": 100, "onvif_enable": 0, "onvif_pwd": "admin" } |
/proc/mounts rootfs / rootfs rw 0 0 proc /proc proc rw,relatime 0 0 sysfs /sys sysfs rw,relatime 0 0 tmpfs /dev tmpfs rw,relatime 0 0 devpts /dev/pts devpts rw,relatime,mode=600,ptmxmode=000 0 0 /dev/mtdblock6 /home/cfg jffs2 rw,relatime 0 0 /dev/mmcblk0p1 /mnt/mmc01 vfat rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,usefree,errors=continue 0 0 |
Some URLs from the CloudEdge application
And the code from the app to see how they are called: https://github.com/youribonnaffe/iegeek-security-camera/blob/main/MeariDeviceController.java I have not checked if they all work. |
Even more URLs extracted from https://github.com/Mearitek/MeariSdk/tree/master/Android/library/x86_64 (libsppsdk):
|
Not an issue, merely some research which should end up in the wiki when it's done, I guess.
I took a dive into the ppsapp binary, and found a lot of endpoints the doorbell is publishing on its internal webserver, as well as some additional variables for tuya_config.json which could be useful.
Warning, some of these URLs can mess up your camera.
Here you go:
Telnetd service started ok
{"devname":"Smart Home Camera","model":"Bell 8S","serialno":"xxxxxxxxxx","softwareversion":"2.9.7","hardwareversion":"BE8S_H1_V10_433","firmwareversion":"ppstrong-c51-tuya2_lcs-2.9.7.20201020","authkey":"xxxxxxxxxx","deviceid":"xxxxxxxxxx","identity":"xxxxxxxxxx","pid":"aaa","WiFi MAC":"xxxxxxxxxx"}
{"formatpercent":100}
{"temperature_c":256,"temperature_error":256,"humidity":256,"humidity_error":256,"cpu_temperature_c":256,"cpu_temperature_error":256}
Upgrade from ppstrong release package.
{"deviceName":"xxxxxxxxxx","serialno":"xxxxxxxxxx","sn":"xxxxxxxxxx","licenseUsed":1,"licenseId":"xxxxxxxxxx","p2p_uuid":"v2-xxxxxxxxxx","factory_code":0,"factory_code_str":"","model":"Bell 8S","ip":"xxxxxxxxxx","mask":"255.255.255.0","gw":"192.168.1.1","mac":"xxxxxxxxxx","interface":"wlan0","version":"2.9.7"}
{"percent":-1,"upgrade_percent":-1,"download_percent":-1}
{"volume":35}
{"volume":90}
{"cpu":8,"mem":83,"uptime":"1m16s","abnormal_reboot":0}
{"firmwareversion":"ppstrong-c51-tuya2_lcs-2.9.7.20201020","madeup_state":0,"abnormal_reboot":0,"WiFi_MAC":"xxxxxxxx","tp":""}
"identity": "MR200xxxxxxxxxxxxxx"
No visible output.
More to be added.
The text was updated successfully, but these errors were encountered: