guino / LSC1080P

12 stars 1 forks source link

Locked out #4

Open EPdeHaas opened 1 year ago

EPdeHaas commented 1 year ago

I don't know where things went wrong. I played around a bit with some of these sd-card based hacks. But it seems I completely locked myself out, although the device still works in the tuya (smart-life) app. I know that before I started, I could get some data using http://admin:admin@IP:8090/devices/deviceinfo, and similar addresses. Now those don't work anymore.

To be clear, I'm not certain it was this mod/hack that caused it, but as it addresses the exact model I got, I thought I'd ask here if anybody knows how I could get it working again?

I also ran NMap, and it only reports port 6668 (irc).

guino commented 1 year ago

@EPdeHaas check that you still have the ppsFactoryTool.txt file in the SD card -- most newer devices require that file to be present (and have the correct wifi name+password) to enable port 8090. Some devices will not fully work (i.e. phone app) while the file exists so you may need to have the file to get the information needed for the process, then remove it later (so it works normally with the app again).

EPdeHaas commented 1 year ago

Thanks, Seem to have the output back now. Just picked up a second one, and they seem to differ quite a bit. The new one (7.6.32) has a working rtsp stream out of the box, like described in this repo and managed to get all needed controls running using localTuya with custom DPs using the method linked below.

https://github.com/rospogrigio/localtuya/issues/1188

With the older one (4.0.6) at least I some output again. Guess I'll have to go back to the 'No programmer, No UART, No problem!' method. As long as I can get rtsp running on that one I'll be good. Fine with doing the controls using localTuya.

Thanks again for the quick response.