guino / BazzDoorbell

124 stars 22 forks source link

LSC Bell 8T #106

Closed yoyomax80400 closed 1 year ago

yoyomax80400 commented 1 year ago

Hi guy,

I already have the onvif port open trough the tuya app. I want to get the info when the button is pushed, cause actually I don't have any idea how to ...

Port 8090 is open but information is really different : /devices/deviceinfo : {"devname":"Smart Home Camera","model":"Bell 8T","serialno":"100428979","softwareversion":"5.0.6","hardwareversion":"BE8T_S1_SC3_433","firmwareversion":"ppstrong-c71-tuya2_lsc-5.0.6.20210331","identity":"XXXXXXX","authkey":"XXXXXx","deviceid":"pp01177fd2c15bee7feb","pid":"aaa","WiFi MAC":"b4:fb:e3:6a:9e:14","ETH MAC":"b4:fb:e3:6a:9e:14"}

/proc/cmdline console=/dev/null LX_MEM=0x3fe0000 mma_heap=mma_heap_name0,miu=0,sz=0x1d00000 pcbversion=BELL5S_S1_V10 sensor=sc3335mipi

Could you please help me if it possible ?

guino commented 1 year ago

@yoyomax80400 sorry but this device's cmdline indicates it is likely a RTOS image (not linux) -- I am taking a guess your device has a built-in battery in it ?

The tools we have are only for linux devices and there will be very little you can customize on that device unless you want to directly alter the firmware and tweak the code here and there (with ghidra + hardware programmer).

If it's a newer doorbell integrated to the latest tuya api you may be able to get notifications using the tuya plugin for scrypted (which you have to install+configure). I know my doorbell is too old for it but my newer cameras work with it I believe it had a way to provide motion notifications (so doorbell push notifications may be possible too).

yoyomax80400 commented 1 year ago

@guino Thanks for answer No the doorbell is made with too wire to supply it, no battery inside I can use USB too.

I bought it the previous year in 2022, I already try to get information with DP ID from Tuya but unfortunately not working … Motion are ok from Tuya API but doorbell push not …

yoyomax80400 commented 1 year ago

@guino Any idea if we can contact the dev on the Tuya integration in scrypted ?

Caisse it's seams the information exist when I push the button but is recognized as unknown :

Received new TuyaPulsar Message:

Or do you have any idea how I could parse it ?

guino commented 1 year ago

@yoyomax80400 scrypted is a github opensource project, so if you have programming experience you can contribute to it: https://github.com/koush/scrypted -- if you have no programming experience you should either create an issue on github asking for help or try to get in touch with them on discord: https://discord.com/invite/DcFzmBHYGq