Lech Perczak

Results 96 comments of Lech Perczak

I tried the same, but in my case (purely resistive load) this didn't change a thing. I'm not using this dimmer "in production" yet - it was given to me...

I think that the sensor could be interrogated periodically on Tasmota with a simple rule, for example: ``` Rule1 ON Rules#Timer=1 DO Backlog SerialSend1 device_request_all_data ENDON ON SerialReceived#Data DO Backlog...

Got some moderate success on Tasmota with this template: ``` {"NAME":"JQ-300","GPIO":[290,3200,1,3232,1,289,1,1,1,288,1,1,1,1],"FLAG":0,"BASE":18} ``` And the following configuration in console: ``` SerialConfig 8N1 Baudrate 230400 SerialDelimiter 255 Rule1 ON System#Boot SerialSend4 "device_request_all_data\n"...

> > > > Got some moderate success on Tasmota with this template: > > How did you manage to tasmotize it? > If I tie down gpio0 then I...

Turns out that mere 115200bps is the correct baud. Who knew. ``` 00:16:31 CMD: BaudRate 115200 00:16:31 SER: Set to 8N1 115200 bit/s 00:16:31 RSL: stat/tasmota_8F0A5B/RESULT = {"Baudrate":115200} 00:16:34 RSL:...

It may make sense to check for those, and trigger deep sleep, the reset line on "unknown" MCU connected to ESP2866 NRST is likely output to wake ESP up.

@jmw6773 thanks a lot for the script, I'll try it out for sure.

> Would anyone be able to share the dumped firmware for analysis? I think there could be something to be learned from it - like getting to do an OTA...

> > > Can you share the `strings` and `binwalk` results on the firmware dump? It's also a good way to figure out if there is any GPL code in...