visualapproach / WiFi-remote-for-Bestway-Lay-Z-SPA

Hack - ESP8266 as WiFi remote control for Bestway Lay-Z spa Helsinki
GNU General Public License v3.0
302 stars 74 forks source link

All lights on after plugging in MCU #493

Closed paulandrewcrouch closed 11 months ago

paulandrewcrouch commented 1 year ago

Sadly, display on the pump all lights/buttons light up and 888 on the display. Can access the web page but the buttons do nothing.

Any advice appreciated.

visualapproach commented 1 year ago

Have you configured the hardware in the web ui?

paulandrewcrouch commented 1 year ago

Have you configured the hardware in the web ui?

To the best I can…. because I don’t know which one to select I’ve tried the different 6 wire pump models and different 4 wire displays. Have I missed something obvious…? Thanks for the quick response.

Jay-Ti commented 1 year ago

You have a pump and most likely a Display belonging to said pump, right? Then There should also be a Model number somewhere on the pump, if not, send a picture, and maybe we can take some educated guesses.

paulandrewcrouch commented 1 year ago

You have a pump and most likely a Display belonging to said pump, right? Then There should also be a Model number somewhere on the pump, if not, send a picture, and maybe we can take some educated guesses.

![Uploading 2CAAE1CE-DF38-4DC5-B0D6-6AC1C65E3678.jpeg…]()

paulandrewcrouch commented 1 year ago

C71A6EFF-E464-40AE-88A9-D111163D46C6

paulandrewcrouch commented 1 year ago

EA4D8970-0A16-4639-980B-2489815AD651 14D3B454-13E7-4314-A09C-59C73426E274

visualapproach commented 1 year ago

Have you configured the hardware in the web ui?

To the best I can…. because I don’t know which one to select I’ve tried the different 6 wire pump models and different 4 wire displays. Have I missed something obvious…? Thanks for the quick response.

Aha, I'm pretty sure you have a 4 wire on both ends. The spa manufacturer seems to throw in whatever they have on hand sometimes. In this case a 6-wire cable. So you should set both the pump and display to a 4-wire model. Both should be the same. Don't know which, but there is only 5, of which only 54138 and 54173 has hydrojets.

paulandrewcrouch commented 1 year ago

I was full of hope, but I'm definitely all out of ideas now, tried every option (together), lots of permutations if I try different pump from board (which I have tried a few). Even took it apart today to see if I could see model numbers but I don't know where to look. I must be so close, yet so far away!!

Thanks for you help though, much appreciated. Am determined to sort this.

visualapproach commented 1 year ago

Usually the number is on a big sticker on the outside of the pump.

paulandrewcrouch commented 1 year ago

40579B07-2A74-4BE8-8C80-492FFE656AF5

paulandrewcrouch commented 1 year ago

67DC93F0-AEA2-4F3B-AA34-F0EACF0345E5 A0C1E148-D462-4D94-8D81-DFAEACA37E27 2BDF857F-C4FE-4CFB-AEAE-A10A2A878EA2

visualapproach commented 1 year ago

Okay so you have a S100202. It's not listed so you may be the first to try it. I'll see if we can figure out what goes on. Call you back with advice.

paulandrewcrouch commented 1 year ago

Okay so you have a S100202. It's not listed so you may be the first to try it. I'll see if we can figure out what goes on. Call you back with advice.

That really kind. I wondered if I should swap some wires (like in the instructions) where the red is swapped over?

visualapproach commented 1 year ago

Hi again @paulandrewcrouch . From your last message I understand that you haven't checked the pinout. With that I mean checked which wire from the pump is TX and which is RX. Correct? Since there are only two combinations you can of course just try to flip them. But if there is more issues than just this, it would be beneficial to actually know that the wiring is correct.

How to find CIO TX (transmit line): Turn pump OFF. Disconnect both the ESP and display from the pump. Turn pump ON Use a multimeter to check voltage between GND and the data pins on the cable coming from the pump. The one with a reading more than 0V is CIO TX. Do not short the pins!

The CIO TX wire should now be connected according to your PCB setting. If using PCB V2 as in the picture, it should be connected to D2. The other wire from CIO (RX) goes to D1. DSP RX would be the same wire as CIO TX before we added the ESP module. So it goes to D5. image

paulandrewcrouch commented 1 year ago

Ok, so tried a few different combinations today too (just checked and all works fine when plugged back in normally so nothing blown). Across the four active wires, I'm getting about 4.78V from all three (the 5V feed and the other two wires, presumably Tx and Rx). Same every time, all lights come on and stay on.

visualapproach commented 1 year ago

"Four active lines" is ambiguous. Did you measure whilst connected to the esp or as I suggested?

paulandrewcrouch commented 1 year ago

As you suggested, just measured what's coming out of the ribbon, nothing else connected.

When I power it up normally, all the lights come on, it bleeps, then then the control panel shows temperature. May a 3 second wait. Almost as if the CIO waits for some kind of acknowledgement / handshake? When the ESP is plugged it, it stops this handshake?

visualapproach commented 1 year ago

Okay, I guess there is pull-ups on the lines then. Very well, update via web ui to the beta version and go to page layzspa.local/debug-on/ You need to enter the address manually with the trailing '/' Let it run for a few minutes and go to layzspa.local/dir/ Click on log.txt and post the text here You may want to go to .../debug-off/ to stop recording

When 'take control' is not active the esp copies the messages between the display/cio. So it should work as long as the protocol is right. Serial 9600 is assumed in your case.

paulandrewcrouch commented 1 year ago

1681759272:0,0,0,0,0,0,0,0,0,0,0 ,0,0,0,0,0,0,0 1681759465:0,0,0,0,0,0,0,0,0,0,0 ,0,0,0,0,0,0,0

visualapproach commented 1 year ago

I don't know if you tried to flip the wires yet but if you didn't it is easier for now to flip them by going to the hardware page and select custom pcb. Then flip the pinout. 1/2 --> 2/1 5/4 --> 4/5

paulandrewcrouch commented 1 year ago

I’ve resoldered onto another board and also put in spade connectors so I can easily turn them. Yes tried changing the pins over, to no avail.

Am a bit stumped. Will try doing it in the software rather than the wires to see if it makes any difference.

could it be the LLC?

wrong PCB?

paulandrewcrouch commented 1 year ago

Tried the software change - no difference. I feel I've done something wrong, but don't know what... Connecting the PCB, Node MCU and LLU seem to not allow an acknowledgement signal, yet log.txt didn't put up any activity.

visualapproach commented 1 year ago

Make the hardware test to see if the device is okay.

T1gg1 commented 1 year ago

Same Issue here Wemos D1 mini with blue LLC. Changed the LLC, same issue. For one minute the esp shows the correct temperature. I clicked some switche but they switched back. After I changed the hardware config, the bubbles startet for about 3 seconds. But I could reproduce it :D

My log is the following:

1681846621:0,0,0,0,0,0,0,0,0,0,0 ,F8,DA,0,0,0,0,0 1681846621:0,0,0,0,0,0,0,0,0,0,0 ,E3,BA,0,0,0,0,0 1681846621:0,0,0,0,0,0,0,0,0,0,0 ,71,FF,0,0,0,0,0 1681846621:0,0,0,0,0,0,0,0,0,0,0 ,6A,B5,0,0,0,0,0 1681846621:0,0,0,0,0,0,0,0,0,0,0 ,97,6A,0,0,0,0,0 1681846622:0,0,0,0,0,0,0,0,0,0,0 ,FF,FF,0,0,0,0,0 1681846622:0,0,0,0,0,0,0,0,0,0,0 ,2A,7C,0,0,0,0,0 1681846622:0,0,0,0,0,0,0,0,0,0,0 ,89,27,0,0,0,0,0 1681846624:0,0,0,0,0,0,0,0,0,0,0 ,7B,F3,0,0,0,0,0 1681846624:0,0,0,0,0,0,0,0,0,0,0 ,DD,4E,0,0,0,0,0 1681846624:0,0,0,0,0,0,0,0,0,0,0 ,8F,FE,0,0,0,0,0 1681846624:0,0,0,0,0,0,0,0,0,0,0 ,D8,61,0,0,0,0,0 1681846624:0,0,0,0,0,0,0,0,0,0,0 ,3B,3B,0,0,0,0,0 1681846624:0,0,0,0,0,0,0,0,0,0,0 ,EA,FF,0,0,0,0,0 1681846624:0,0,0,0,0,0,0,0,0,0,0 ,6D,54,0,0,0,0,0 1681846625:0,0,0,0,0,0,0,0,0,0,0 ,29,B6,0,0,0,0,0 1681846625:0,0,0,0,0,0,0,0,0,0,0 ,4A,71,0,0,0,0,0 1681846625:0,0,0,0,0,0,0,0,0,0,0 ,F1,23,0,0,0,0,0 1681846625:0,0,0,0,0,0,0,0,0,0,0 ,BE,7B,0,0,0,0,0 1681846625:0,0,0,0,0,0,0,0,0,0,0 ,71,40,0,0,0,0,0 1681846625:0,0,0,0,0,0,0,0,0,0,0 ,5F,82,0,0,0,0,0 1681846625:0,0,0,0,0,0,0,0,0,0,0 ,D6,73,0,0,0,0,0 1681846626:0,0,0,0,0,0,0,0,0,0,0 ,FF,FF,0,0,0,0,0 1681846626:0,0,0,0,0,0,0,0,0,0,0 ,68,BC,0,0,0,0,0 1681846626:0,0,0,0,0,0,0,0,0,0,0 ,45,D6,0,0,0,0,0 1681846626:0,0,0,0,0,0,0,0,0,0,0 ,BB,6B,0,0,0,0,0 1681846626:0,0,0,0,0,0,0,0,0,0,0 ,EF,CE,0,0,0,0,0 1681846626:0,0,0,0,0,0,0,0,0,0,0 ,85,9,0,0,0,0,0 1681846627:0,0,0,0,0,0,0,0,0,0,0 ,FA,2D,0,0,0,0,0 1681846627:0,0,0,0,0,0,0,0,0,0,0 ,FF,FF,0,0,0,0,0 1681846627:0,0,0,0,0,0,0,0,0,0,0 ,1B,38,0,0,0,0,0 1681846627:0,0,0,0,0,0,0,0,0,0,0 ,E1,5B,0,0,0,0,0 1681846627:0,0,0,0,0,0,0,0,0,0,0 ,BE,78,0,0,0,0,0 1681846627:0,0,0,0,0,0,0,0,0,0,0 ,F9,FF,0,0,0,0,0 1681846628:0,0,0,0,0,0,0,0,0,0,0 ,D6,58,0,0,0,0,0 1681846628:0,0,0,0,0,0,0,0,0,0,0 ,FC,D3,0,0,0,0,0 1681846628:0,0,0,0,0,0,0,0,0,0,0 ,F2,27,0,0,0,0,0 1681846628:0,0,0,0,0,0,0,0,0,0,0 ,C,9D,0,0,0,0,0 1681846628:0,0,0,0,0,0,0,0,0,0,0 ,82,78,0,0,0,0,0 1681846628:0,0,0,0,0,0,0,0,0,0,0 ,96,FC,0,0,0,0,0 1681846629:0,0,0,0,0,0,0,0,0,0,0 ,5B,DE,0,0,0,0,0 1681846629:0,0,0,0,0,0,0,0,0,0,0 ,AA,F2,0,0,0,0,0 1681846629:0,0,0,0,0,0,0,0,0,0,0 ,99,1F,0,0,0,0,0 1681846629:0,0,0,0,0,0,0,0,0,0,0 ,8C,75,0,0,0,0,0 1681846629:0,0,0,0,0,0,0,0,0,0,0 ,A3,AF,0,0,0,0,0 1681846630:0,0,0,0,0,0,0,0,0,0,0 ,24,1E,0,0,0,0,0 1681846630:0,0,0,0,0,0,0,0,0,0,0 ,8E,63,0,0,0,0,0 1681846630:0,0,0,0,0,0,0,0,0,0,0 ,19,F9,0,0,0,0,0 1681846630:0,0,0,0,0,0,0,0,0,0,0 ,C6,E0,0,0,0,0,0 1681846630:0,0,0,0,0,0,0,0,0,0,0 ,73,5B,0,0,0,0,0 1681846631:0,0,0,0,0,0,0,0,0,0,0 ,77,21,0,0,0,0,0 1681846631:0,0,0,0,0,0,0,0,0,0,0 ,D4,17,0,0,0,0,0 1681846631:0,0,0,0,0,0,0,0,0,0,0 ,87,19,0,0,0,0,0 1681846631:0,0,0,0,0,0,0,0,0,0,0 ,B4,17,0,0,0,0,0 1681846631:0,0,0,0,0,0,0,0,0,0,0 ,FF,FF,0,0,0,0,0 1681846632:0,0,0,0,0,0,0,0,0,0,0 ,89,54,0,0,0,0,0 1681846632:0,0,0,0,0,0,0,0,0,0,0 ,3D,DC,0,0,0,0,0 1681846632:0,0,0,0,0,0,0,0,0,0,0 ,E8,E5,0,0,0,0,0 1681846632:0,0,0,0,0,0,0,0,0,0,0 ,8C,AA,0,0,0,0,0 1681846632:0,0,0,0,0,0,0,0,0,0,0 ,D4,67,0,0,0,0,0 1681846634:0,0,0,0,0,0,0,0,0,0,0 ,B7,22,0,0,0,0,0 1681846634:0,0,0,0,0,0,0,0,0,0,0 ,3F,45,0,0,0,0,0 1681846634:0,0,0,0,0,0,0,0,0,0,0 ,87,3D,0,0,0,0,0 1681846635:0,0,0,0,0,0,0,0,0,0,0 ,CE,FF,0,0,0,0,0 1681846635:0,0,0,0,0,0,0,0,0,0,0 ,6B,56,0,0,0,0,0 1681846635:0,0,0,0,0,0,0,0,0,0,0 ,28,C1,0,0,0,0,0 1681846635:0,0,0,0,0,0,0,0,0,0,0 ,FF,C4,0,0,0,0,0 1681846635:0,0,0,0,0,0,0,0,0,0,0 ,91,8D,0,0,0,0,0 1681846635:0,0,0,0,0,0,0,0,0,0,0 ,22,86,0,0,0,0,0 1681846636:0,0,0,0,0,0,0,0,0,0,0 ,14,66,0,0,0,0,0 1681846636:0,0,0,0,0,0,0,0,0,0,0 ,18,37,0,0,0,0,0 1681846636:0,0,0,0,0,0,0,0,0,0,0 ,3F,8A,0,0,0,0,0 1681846636:0,0,0,0,0,0,0,0,0,0,0 ,51,6A,0,0,0,0,0 1681846636:0,0,0,0,0,0,0,0,0,0,0 ,F6,ED,0,0,0,0,0 1681846636:0,0,0,0,0,0,0,0,0,0,0 ,E2,83,0,0,0,0,0 1681846637:0,0,0,0,0,0,0,0,0,0,0 ,79,A9,0,0,0,0,0 1681846637:0,0,0,0,0,0,0,0,0,0,0 ,B,5D,0,0,0,0,0 1681846637:0,0,0,0,0,0,0,0,0,0,0 ,7B,9E,0,0,0,0,0 1681846637:0,0,0,0,0,0,0,0,0,0,0 ,6D,58,0,0,0,0,0 1681846637:0,0,0,0,0,0,0,0,0,0,0 ,7F,90,0,0,0,0,0 1681846638:0,0,0,0,0,0,0,0,0,0,0 ,C9,98,0,0,0,0,0 1681846638:0,0,0,0,0,0,0,0,0,0,0 ,FE,89,0,0,0,0,0 1681846638:0,0,0,0,0,0,0,0,0,0,0 ,DC,5B,0,0,0,0,0 1681846638:0,0,0,0,0,0,0,0,0,0,0 ,2D,FA,0,0,0,0,0 1681846638:0,0,0,0,0,0,0,0,0,0,0 ,D6,BA,0,0,0,0,0 1681846639:0,0,0,0,0,0,0,0,0,0,0 ,E9,A5,0,0,0,0,0 1681846639:0,0,0,0,0,0,0,0,0,0,0 ,6E,86,0,0,0,0,0 1681846639:0,0,0,0,0,0,0,0,0,0,0 ,97,C4,0,0,0,0,0 1681846639:0,0,0,0,0,0,0,0,0,0,0 ,65,F5,0,0,0,0,0 1681846639:0,0,0,0,0,0,0,0,0,0,0 ,8C,BE,0,0,0,0,0 1681846640:0,0,0,0,0,0,0,0,0,0,0 ,66,CB,0,0,0,0,0 1681846640:0,0,0,0,0,0,0,0,0,0,0 ,F9,48,0,0,0,0,0 1681846640:0,0,0,0,0,0,0,0,0,0,0 ,E9,97,0,0,0,0,0 1681846640:0,0,0,0,0,0,0,0,0,0,0 ,24,71,0,0,0,0,0 1681846641:0,0,0,0,0,0,0,0,0,0,0 ,9F,6A,0,0,0,0,0 1681846641:0,0,0,0,0,0,0,0,0,0,0 ,EC,CA,0,0,0,0,0 1681846641:0,0,0,0,0,0,0,0,0,0,0 ,EE,AB,0,0,0,0,0 1681846641:0,0,0,0,0,0,0,0,0,0,0 ,2B,7C,0,0,0,0,0 1681846641:0,0,0,0,0,0,0,0,0,0,0 ,BB,96,0,0,0,0,0 1681846642:0,0,0,0,0,0,0,0,0,0,0 ,BA,FB,0,0,0,0,0 1681846642:0,0,0,0,0,0,0,0,0,0,0 ,DE,7F,0,0,0,0,0 1681846642:0,0,0,0,0,0,0,0,0,0,0 ,D7,1F,0,0,0,0,0 1681846642:0,0,0,0,0,0,0,0,0,0,0 ,FC,1,0,0,0,0,0 1681846643:0,0,0,0,0,0,0,0,0,0,0 ,4E,EC,0,0,0,0,0 1681846643:0,0,0,0,0,0,0,0,0,0,0 ,2C,FF,0,0,0,0,0 1681846643:0,0,0,0,0,0,0,0,0,0,0 ,79,3,0,0,0,0,0 1681846643:0,0,0,0,0,0,0,0,0,0,0 ,22,59,0,0,0,0,0 1681846644:0,0,0,0,0,0,0,0,0,0,0 ,DD,A4,0,0,0,0,0 1681846644:0,0,0,0,0,0,0,0,0,0,0 ,F6,8,0,0,0,0,0 1681846644:0,0,0,0,0,0,0,0,0,0,0 ,FD,37,0,0,0,0,0 1681846644:0,0,0,0,0,0,0,0,0,0,0 ,1D,CF,0,0,0,0,0 1681846646:0,0,0,0,0,0,0,0,0,0,0 ,DE,73,0,0,0,0,0 1681846646:0,0,0,0,0,0,0,0,0,0,0 ,A5,95,0,0,0,0,0 1681846646:0,0,0,0,0,0,0,0,0,0,0 ,5E,C1,0,0,0,0,0 1681846647:0,0,0,0,0,0,0,0,0,0,0 ,99,2C,0,0,0,0,0 1681846647:0,0,0,0,0,0,0,0,0,0,0 ,F4,FF,0,0,0,0,0 1681846647:0,0,0,0,0,0,0,0,0,0,0 ,6,47,0,0,0,0,0 1681846647:0,0,0,0,0,0,0,0,0,0,0 ,F8,29,0,0,0,0,0 1681846647:0,0,0,0,0,0,0,0,0,0,0 ,81,55,0,0,0,0,0 1681846648:0,0,0,0,0,0,0,0,0,0,0 ,AC,9B,0,0,0,0,0 1681846648:0,0,0,0,0,0,0,0,0,0,0 ,F5,73,0,0,0,0,0 1681846648:0,0,0,0,0,0,0,0,0,0,0 ,FB,C1,0,0,0,0,0 1681846648:0,0,0,0,0,0,0,0,0,0,0 ,E5,83,0,0,0,0,0 1681846648:0,0,0,0,0,0,0,0,0,0,0 ,BA,7A,0,0,0,0,0 1681846649:0,0,0,0,0,0,0,0,0,0,0 ,65,38,0,0,0,0,0 1681846649:0,0,0,0,0,0,0,0,0,0,0 ,ED,9E,0,0,0,0,0 1681846649:0,0,0,0,0,0,0,0,0,0,0 ,BF,99,0,0,0,0,0 1681846649:0,0,0,0,0,0,0,0,0,0,0 ,B9,AF,0,0,0,0,0 1681846650:0,0,0,0,0,0,0,0,0,0,0 ,21,37,0,0,0,0,0 1681846650:0,0,0,0,0,0,0,0,0,0,0 ,9E,26,0,0,0,0,0 1681846650:0,0,0,0,0,0,0,0,0,0,0 ,4A,D,0,0,0,0,0 1681846650:0,0,0,0,0,0,0,0,0,0,0 ,FF,6C,0,0,0,0,0 1681846650:0,0,0,0,0,0,0,0,0,0,0 ,15,F5,0,0,0,0,0 1681846651:0,0,0,0,0,0,0,0,0,0,0 ,A,D,0,0,0,0,0 1681846651:0,0,0,0,0,0,0,0,0,0,0 ,F,5E,0,0,0,0,0 1681846651:0,0,0,0,0,0,0,0,0,0,0 ,54,34,0,0,0,0,0 1681846651:0,0,0,0,0,0,0,0,0,0,0 ,89,B2,0,0,0,0,0 1681846652:0,0,0,0,0,0,0,0,0,0,0 ,7D,74,0,0,0,0,0 1681846652:0,0,0,0,0,0,0,0,0,0,0 ,FE,FF,0,0,0,0,0 1681846652:0,0,0,0,0,0,0,0,0,0,0 ,6,C9,0,0,0,0,0 1681846652:0,0,0,0,0,0,0,0,0,0,0 ,C1,FF,0,0,0,0,0 1681846653:0,0,0,0,0,0,0,0,0,0,0 ,4E,36,0,0,0,0,0 1681846653:0,0,0,0,0,0,0,0,0,0,0 ,61,AB,0,0,0,0,0 1681846653:0,0,0,0,0,0,0,0,0,0,0 ,2B,BA,0,0,0,0,0 1681846654:0,0,0,0,0,0,0,0,0,0,0 ,CD,50,0,0,0,0,0 1681846654:0,0,0,0,0,0,0,0,0,0,0 ,63,FC,0,0,0,0,0 1681846654:0,0,0,0,0,0,0,0,0,0,0 ,E5,A8,0,0,0,0,0 1681846654:0,0,0,0,0,0,0,0,0,0,0 ,DC,35,0,0,0,0,0 1681846655:0,0,0,0,0,0,0,0,0,0,0 ,71,BF,0,0,0,0,0 1681846655:0,0,0,0,0,0,0,0,0,0,0 ,41,6E,0,0,0,0,0 1681846655:0,0,0,0,0,0,0,0,0,0,0 ,72,32,0,0,0,0,0 1681846656:0,0,0,0,0,0,0,0,0,0,0 ,CE,8C,0,0,0,0,0 1681846656:0,0,0,0,0,0,0,0,0,0,0 ,7E,7E,0,0,0,0,0 1681846656:0,0,0,0,0,0,0,0,0,0,0 ,FF,FF,0,0,0,0,0 1681846657:0,0,0,0,0,0,0,0,0,0,0 ,75,DB,0,0,0,0,0 1681846657:0,0,0,0,0,0,0,0,0,0,0 ,2E,7C,0,0,0,0,0 1681846657:0,0,0,0,0,0,0,0,0,0,0 ,DE,CB,0,0,0,0,0 1681846657:0,0,0,0,0,0,0,0,0,0,0 ,FB,FF,0,0,0,0,0 1681846658:0,0,0,0,0,0,0,0,0,0,0 ,9A,20,0,0,0,0,0 1681846658:0,0,0,0,0,0,0,0,0,0,0 ,3B,27,0,0,0,0,0 1681846658:0,0,0,0,0,0,0,0,0,0,0 ,67,63,0,0,0,0,0 1681846659:0,0,0,0,0,0,0,0,0,0,0 ,D7,CD,0,0,0,0,0 1681846659:0,0,0,0,0,0,0,0,0,0,0 ,29,A1,0,0,0,0,0 1681846662:0,0,0,0,0,0,0,0,0,0,0 ,47,D0,0,0,0,0,0 1681846662:0,0,0,0,0,0,0,0,0,0,0 ,1A,7F,0,0,0,0,0 1681846662:0,0,0,0,0,0,0,0,0,0,0 ,BF,7B,0,0,0,0,0 1681846662:0,0,0,0,0,0,0,0,0,0,0 ,7,B1,0,0,0,0,0 1681846662:0,0,0,0,0,0,0,0,0,0,0 ,86,EE,0,0,0,0,0 1681846663:0,0,0,0,0,0,0,0,0,0,0 ,EE,E8,0,0,0,0,0 1681846663:0,0,0,0,0,0,0,0,0,0,0 ,1B,31,0,0,0,0,0 1681846663:0,0,0,0,0,0,0,0,0,0,0 ,FB,D8,0,0,0,0,0 1681846663:0,0,0,0,0,0,0,0,0,0,0 ,1B,8F,0,0,0,0,0 1681846663:0,0,0,0,0,0,0,0,0,0,0 ,AA,F7,0,0,0,0,0 1681846663:0,0,0,0,0,0,0,0,0,0,0 ,FB,A5,0,0,0,0,0 1681846664:0,0,0,0,0,0,0,0,0,0,0 ,92,E6,0,0,0,0,0 1681846664:0,0,0,0,0,0,0,0,0,0,0 ,97,E6,0,0,0,0,0 1681846664:0,0,0,0,0,0,0,0,0,0,0 ,51,D4,0,0,0,0,0 1681846664:0,0,0,0,0,0,0,0,0,0,0 ,35,92,0,0,0,0,0 1681846664:0,0,0,0,0,0,0,0,0,0,0 ,E1,F4,0,0,0,0,0 1681846664:0,0,0,0,0,0,0,0,0,0,0 ,6D,48,0,0,0,0,0 1681846665:0,0,0,0,0,0,0,0,0,0,0 ,7,66,0,0,0,0,0 1681846665:0,0,0,0,0,0,0,0,0,0,0 ,BE,53,0,0,0,0,0 1681846665:0,0,0,0,0,0,0,0,0,0,0 ,B3,E6,0,0,0,0,0 1681846665:0,0,0,0,0,0,0,0,0,0,0 ,97,2E,0,0,0,0,0 1681846665:0,0,0,0,0,0,0,0,0,0,0 ,5E,9D,0,0,0,0,0 1681846666:0,0,0,0,0,0,0,0,0,0,0 ,94,5D,0,0,0,0,0 1681846666:0,0,0,0,0,0,0,0,0,0,0 ,B9,4B,0,0,0,0,0 1681846666:0,0,0,0,0,0,0,0,0,0,0 ,15,BC,0,0,0,0,0 1681846666:0,0,0,0,0,0,0,0,0,0,0 ,4C,1D,0,0,0,0,0 1681846666:0,0,0,0,0,0,0,0,0,0,0 ,F0,CE,0,0,0,0,0 1681846666:0,0,0,0,0,0,0,0,0,0,0 ,EF,FF,0,0,0,0,0 1681846667:0,0,0,0,0,0,0,0,0,0,0 ,21,18,0,0,0,0,0 1681846667:0,0,0,0,0,0,0,0,0,0,0 ,65,A5,0,0,0,0,0 1681846667:0,0,0,0,0,0,0,0,0,0,0 ,5E,94,0,0,0,0,0 1681846667:0,0,0,0,0,0,0,0,0,0,0 ,93,FF,0,0,0,0,0 1681846667:0,0,0,0,0,0,0,0,0,0,0 ,AA,4B,0,0,0,0,0 1681846668:0,0,0,0,0,0,0,0,0,0,0 ,C3,5D,0,0,0,0,0 1681846668:0,0,0,0,0,0,0,0,0,0,0 ,6F,7E,0,0,0,0,0 1681846668:0,0,0,0,0,0,0,0,0,0,0 ,FF,FF,0,0,0,0,0 1681846668:0,0,0,0,0,0,0,0,0,0,0 ,EF,7F,0,0,0,0,0 1681846668:0,0,0,0,0,0,0,0,0,0,0 ,8F,39,0,0,0,0,0 1681846669:0,0,0,0,0,0,0,0,0,0,0 ,6,10,0,0,0,0,0 1681846669:0,0,0,0,0,0,0,0,0,0,0 ,18,73,0,0,0,0,0 1681846669:0,0,0,0,0,0,0,0,0,0,0 ,2E,5B,0,0,0,0,0 1681846669:0,0,0,0,0,0,0,0,0,0,0 ,C3,C4,0,0,0,0,0 1681846669:0,0,0,0,0,0,0,0,0,0,0 ,7A,18,0,0,0,0,0 1681846670:0,0,0,0,0,0,0,0,0,0,0 ,C5,A0,0,0,0,0,0 1681846670:0,0,0,0,0,0,0,0,0,0,0 ,DA,24,0,0,0,0,0 1681846670:0,0,0,0,0,0,0,0,0,0,0 ,D3,B5,0,0,0,0,0 1681846670:0,0,0,0,0,0,0,0,0,0,0 ,46,54,0,0,0,0,0 1681846670:0,0,0,0,0,0,0,0,0,0,0 ,8E,34,0,0,0,0,0 1681846671:0,0,0,0,0,0,0,0,0,0,0 ,A4,6E,0,0,0,0,0 1681846671:0,0,0,0,0,0,0,0,0,0,0 ,E6,49,0,0,0,0,0 1681846671:0,0,0,0,0,0,0,0,0,0,0 ,5D,9F,0,0,0,0,0 1681846673:0,0,0,0,0,0,0,0,0,0,0 ,DC,9A,0,0,0,0,0 1681846673:0,0,0,0,0,0,0,0,0,0,0 ,5B,9F,0,0,0,0,0 1681846673:0,0,0,0,0,0,0,0,0,0,0 ,9A,90,0,0,0,0,0 1681846673:0,0,0,0,0,0,0,0,0,0,0 ,86,73,0,0,0,0,0 1681846673:0,0,0,0,0,0,0,0,0,0,0 ,51,CA,0,0,0,0,0 1681846674:0,0,0,0,0,0,0,0,0,0,0 ,ED,E2,0,0,0,0,0 1681846674:0,0,0,0,0,0,0,0,0,0,0 ,B2,15,0,0,0,0,0 1681846674:0,0,0,0,0,0,0,0,0,0,0 ,20,1A,0,0,0,0,0 1681846674:0,0,0,0,0,0,0,0,0,0,0 ,3E,DA,0,0,0,0,0 1681846674:0,0,0,0,0,0,0,0,0,0,0 ,90,21,0,0,0,0,0 1681846674:0,0,0,0,0,0,0,0,0,0,0 ,7D,B4,0,0,0,0,0 1681846675:0,0,0,0,0,0,0,0,0,0,0 ,1B,DC,0,0,0,0,0 1681846675:0,0,0,0,0,0,0,0,0,0,0 ,49,84,0,0,0,0,0 1681846675:0,0,0,0,0,0,0,0,0,0,0 ,FE,FF,0,0,0,0,0 1681846675:0,0,0,0,0,0,0,0,0,0,0 ,67,4F,0,0,0,0,0 1681846675:0,0,0,0,0,0,0,0,0,0,0 ,BF,93,0,0,0,0,0 1681846676:0,0,0,0,0,0,0,0,0,0,0 ,74,CE,0,0,0,0,0 1681846676:0,0,0,0,0,0,0,0,0,0,0 ,41,B7,0,0,0,0,0 1681846676:0,0,0,0,0,0,0,0,0,0,0 ,85,D9,0,0,0,0,0 1681846676:0,0,0,0,0,0,0,0,0,0,0 ,3D,4D,0,0,0,0,0 1681846676:0,0,0,0,0,0,0,0,0,0,0 ,FC,FF,0,0,0,0,0 1681846677:0,0,0,0,0,0,0,0,0,0,0 ,A8,57,0,0,0,0,0 1681846677:0,0,0,0,0,0,0,0,0,0,0 ,BA,BC,0,0,0,0,0 1681846677:0,0,0,0,0,0,0,0,0,0,0 ,B9,F8,0,0,0,0,0 1681846677:0,0,0,0,0,0,0,0,0,0,0 ,FD,6A,0,0,0,0,0 1681846677:0,0,0,0,0,0,0,0,0,0,0 ,C9,BC,0,0,0,0,0 1681846677:0,0,0,0,0,0,0,0,0,0,0 ,97,A2,0,0,0,0,0 1681846678:0,0,0,0,0,0,0,0,0,0,0 ,9F,2D,0,0,0,0,0 1681846678:0,0,0,0,0,0,0,0,0,0,0 ,C3,6A,0,0,0,0,0 1681846678:0,0,0,0,0,0,0,0,0,0,0 ,3E,D2,0,0,0,0,0 1681846678:0,0,0,0,0,0,0,0,0,0,0 ,2F,E2,0,0,0,0,0 1681846679:0,0,0,0,0,0,0,0,0,0,0 ,FD,CA,0,0,0,0,0 1681846679:0,0,0,0,0,0,0,0,0,0,0 ,F5,BD,0,0,0,0,0 1681846679:0,0,0,0,0,0,0,0,0,0,0 ,E0,2B,0,0,0,0,0 1681846679:0,0,0,0,0,0,0,0,0,0,0 ,84,95,0,0,0,0,0 1681846679:0,0,0,0,0,0,0,0,0,0,0 ,E2,D0,0,0,0,0,0 1681846680:0,0,0,0,0,0,0,0,0,0,0 ,FF,6D,0,0,0,0,0 1681846680:0,0,0,0,0,0,0,0,0,0,0 ,A1,FF,0,0,0,0,0 1681846680:0,0,0,0,0,0,0,0,0,0,0 ,10,57,0,0,0,0,0 1681846680:0,0,0,0,0,0,0,0,0,0,0 ,6B,77,0,0,0,0,0 1681846680:0,0,0,0,0,0,0,0,0,0,0 ,7E,E3,0,0,0,0,0 1681846681:0,0,0,0,0,0,0,0,0,0,0 ,B5,59,0,0,0,0,0 1681846681:0,0,0,0,0,0,0,0,0,0,0 ,BE,9,0,0,0,0,0 1681846681:0,0,0,0,0,0,0,0,0,0,0 ,F3,C,0,0,0,0,0 1681846681:0,0,0,0,0,0,0,0,0,0,0 ,7F,E4,0,0,0,0,0 1681846682:0,0,0,0,0,0,0,0,0,0,0 ,B3,DF,0,0,0,0,0 1681846682:0,0,0,0,0,0,0,0,0,0,0 ,FB,47,0,0,0,0,0 1681846682:0,0,0,0,0,0,0,0,0,0,0 ,7F,D7,0,0,0,0,0 1681846682:0,0,0,0,0,0,0,0,0,0,0 ,59,F9,0,0,0,0,0 1681846682:0,0,0,0,0,0,0,0,0,0,0 ,BC,C0,0,0,0,0,0 1681846683:0,0,0,0,0,0,0,0,0,0,0 ,FE,FF,0,0,0,0,0 1681846683:0,0,0,0,0,0,0,0,0,0,0 ,DB,41,0,0,0,0,0 1681846685:0,0,0,0,0,0,0,0,0,0,0 ,4A,DF,0,0,0,0,0 1681846685:0,0,0,0,0,0,0,0,0,0,0 ,1A,1,0,0,0,0,0 1681846685:0,0,0,0,0,0,0,0,0,0,0 ,EF,3D,0,0,0,0,0 1681846686:0,0,0,0,0,0,0,0,0,0,0 ,7E,43,0,0,0,0,0 1681846686:0,0,0,0,0,0,0,0,0,0,0 ,5C,51,0,0,0,0,0 1681846686:0,0,0,0,0,0,0,0,0,0,0 ,7D,FB,0,0,0,0,0 1681846686:0,0,0,0,0,0,0,0,0,0,0 ,E0,C0,0,0,0,0,0 1681846687:0,0,0,0,0,0,0,0,0,0,0 ,F1,41,0,0,0,0,0 1681846687:0,0,0,0,0,0,0,0,0,0,0 ,98,ED,0,0,0,0,0 1681846687:0,0,0,0,0,0,0,0,0,0,0 ,EB,10,0,0,0,0,0 1681846687:0,0,0,0,0,0,0,0,0,0,0 ,8,D1,0,0,0,0,0 1681846688:0,0,0,0,0,0,0,0,0,0,0 ,C,76,0,0,0,0,0 1681846688:0,0,0,0,0,0,0,0,0,0,0 ,1F,AD,0,0,0,0,0 1681846688:0,0,0,0,0,0,0,0,0,0,0 ,AE,5F,0,0,0,0,0 1681846688:0,0,0,0,0,0,0,0,0,0,0 ,E4,C5,0,0,0,0,0 1681846689:0,0,0,0,0,0,0,0,0,0,0 ,6F,A4,0,0,0,0,0 1681846689:0,0,0,0,0,0,0,0,0,0,0 ,4F,BE,0,0,0,0,0 1681846689:0,0,0,0,0,0,0,0,0,0,0 ,AB,88,0,0,0,0,0 1681846689:0,0,0,0,0,0,0,0,0,0,0 ,B6,FF,0,0,0,0,0 1681846689:0,0,0,0,0,0,0,0,0,0,0 ,43,DA,0,0,0,0,0 1681846690:0,0,0,0,0,0,0,0,0,0,0 ,32,EA,0,0,0,0,0 1681846690:0,0,0,0,0,0,0,0,0,0,0 ,62,D,0,0,0,0,0 1681846690:0,0,0,0,0,0,0,0,0,0,0 ,E2,CD,0,0,0,0,0 1681846690:0,0,0,0,0,0,0,0,0,0,0 ,DE,FC,0,0,0,0,0 1681846691:0,0,0,0,0,0,0,0,0,0,0 ,D7,EE,0,0,0,0,0 1681846691:0,0,0,0,0,0,0,0,0,0,0 ,F7,5C,0,0,0,0,0 1681846691:0,0,0,0,0,0,0,0,0,0,0 ,16,E0,0,0,0,0,0 1681846691:0,0,0,0,0,0,0,0,0,0,0 ,EF,65,0,0,0,0,0 1681846692:0,0,0,0,0,0,0,0,0,0,0 ,E6,FF,0,0,0,0,0 1681846692:0,0,0,0,0,0,0,0,0,0,0 ,89,80,0,0,0,0,0 1681846692:0,0,0,0,0,0,0,0,0,0,0 ,FA,71,0,0,0,0,0 1681846692:0,0,0,0,0,0,0,0,0,0,0 ,F9,FF,0,0,0,0,0 1681846693:0,0,0,0,0,0,0,0,0,0,0 ,25,45,0,0,0,0,0 1681846693:0,0,0,0,0,0,0,0,0,0,0 ,E8,39,0,0,0,0,0 1681846693:0,0,0,0,0,0,0,0,0,0,0 ,A6,E1,0,0,0,0,0 1681846694:0,0,0,0,0,0,0,0,0,0,0 ,AA,65,0,0,0,0,0 1681846694:0,0,0,0,0,0,0,0,0,0,0 ,38,74,0,0,0,0,0 1681846694:0,0,0,0,0,0,0,0,0,0,0 ,24,6D,0,0,0,0,0 1681846694:0,0,0,0,0,0,0,0,0,0,0 ,D4,C0,0,0,0,0,0 1681846695:0,0,0,0,0,0,0,0,0,0,0 ,C1,9B,0,0,0,0,0 1681846695:0,0,0,0,0,0,0,0,0,0,0 ,F5,EE,0,0,0,0,0 1681846695:0,0,0,0,0,0,0,0,0,0,0 ,76,A,0,0,0,0,0 1681846696:0,0,0,0,0,0,0,0,0,0,0 ,7F,14,0,0,0,0,0 1681846696:0,0,0,0,0,0,0,0,0,0,0 ,AB,BA,0,0,0,0,0 1681846696:0,0,0,0,0,0,0,0,0,0,0 ,87,B6,0,0,0,0,0 1681846698:0,0,0,0,0,0,0,0,0,0,0 ,4F,76,0,0,0,0,0 1681846698:0,0,0,0,0,0,0,0,0,0,0 ,33,A4,0,0,0,0,0 1681846698:0,0,0,0,0,0,0,0,0,0,0 ,7D,5F,0,0,0,0,0 1681846699:0,0,0,0,0,0,0,0,0,0,0 ,88,CB,0,0,0,0,0 1681846699:0,0,0,0,0,0,0,0,0,0,0 ,FD,FF,0,0,0,0,0 1681846699:0,0,0,0,0,0,0,0,0,0,0 ,3F,7B,0,0,0,0,0 1681846699:0,0,0,0,0,0,0,0,0,0,0 ,B8,C2,0,0,0,0,0 1681846699:0,0,0,0,0,0,0,0,0,0,0 ,F7,FF,0,0,0,0,0 1681846700:0,0,0,0,0,0,0,0,0,0,0 ,FB,FF,0,0,0,0,0 1681846700:0,0,0,0,0,0,0,0,0,0,0 ,3C,9C,0,0,0,0,0 1681846700:0,0,0,0,0,0,0,0,0,0,0 ,DB,35,0,0,0,0,0 1681846700:0,0,0,0,0,0,0,0,0,0,0 ,D,B,0,0,0,0,0 1681846701:0,0,0,0,0,0,0,0,0,0,0 ,E4,F8,0,0,0,0,0 1681846701:0,0,0,0,0,0,0,0,0,0,0 ,8C,D4,0,0,0,0,0 1681846701:0,0,0,0,0,0,0,0,0,0,0 ,7B,F,0,0,0,0,0 1681846702:0,0,0,0,0,0,0,0,0,0,0 ,9A,5,0,0,0,0,0 1681846702:0,0,0,0,0,0,0,0,0,0,0 ,6,1B,0,0,0,0,0 1681846702:0,0,0,0,0,0,0,0,0,0,0 ,71,7E,0,0,0,0,0 1681846702:0,0,0,0,0,0,0,0,0,0,0 ,4B,E6,0,0,0,0,0 1681846703:0,0,0,0,0,0,0,0,0,0,0 ,F3,FF,0,0,0,0,0 1681846703:0,0,0,0,0,0,0,0,0,0,0 ,A9,61,0,0,0,0,0 1681846703:0,0,0,0,0,0,0,0,0,0,0 ,E9,83,0,0,0,0,0 1681846703:0,0,0,0,0,0,0,0,0,0,0 ,97,F4,0,0,0,0,0 1681846703:0,0,0,0,0,0,0,0,0,0,0 ,84,DE,0,0,0,0,0

T1gg1 commented 1 year ago

After I switched the pins:

1681847014:0,0,0,0,0,0,0,0,0,0,0 ,73,5E,0,0,0,0,0 1681847014:0,0,0,0,0,0,0,0,0,0,0 ,89,FF,0,0,0,0,0 1681847014:0,0,0,0,0,0,0,0,0,0,0 ,DB,9,0,0,0,0,0 1681847016:0,0,0,0,0,0,0,0,0,0,0 ,AF,11,0,0,0,0,0 1681847016:0,0,0,0,0,0,0,0,0,0,0 ,73,9B,0,0,0,0,0 1681847016:0,0,0,0,0,0,0,0,0,0,0 ,D3,14,0,0,0,0,0 1681847016:0,0,0,0,0,0,0,0,0,0,0 ,24,2A,0,0,0,0,0 1681847016:0,0,0,0,0,0,0,0,0,0,0 ,14,F,0,0,0,0,0 1681847016:0,0,0,0,0,0,0,0,0,0,0 ,7F,FA,0,0,0,0,0 1681847017:0,0,0,0,0,0,0,0,0,0,0 ,A0,96,0,0,0,0,0 1681847017:0,0,0,0,0,0,0,0,0,0,0 ,6F,44,0,0,0,0,0 1681847017:0,0,0,0,0,0,0,0,0,0,0 ,FE,D3,0,0,0,0,0 1681847017:0,0,0,0,0,0,0,0,0,0,0 ,4D,B4,0,0,0,0,0 1681847017:0,0,0,0,0,0,0,0,0,0,0 ,54,EA,0,0,0,0,0 1681847017:0,0,0,0,0,0,0,0,0,0,0 ,DF,FA,0,0,0,0,0 1681847017:0,0,0,0,0,0,0,0,0,0,0 ,6A,74,0,0,0,0,0 1681847018:0,0,0,0,0,0,0,0,0,0,0 ,18,D3,0,0,0,0,0 1681847018:0,0,0,0,0,0,0,0,0,0,0 ,92,EF,0,0,0,0,0 1681847018:0,0,0,0,0,0,0,0,0,0,0 ,38,11,0,0,0,0,0 1681847018:0,0,0,0,0,0,0,0,0,0,0 ,3F,7A,0,0,0,0,0 1681847018:0,0,0,0,0,0,0,0,0,0,0 ,23,9,0,0,0,0,0 1681847018:0,0,0,0,0,0,0,0,0,0,0 ,D9,70,0,0,0,0,0 1681847018:0,0,0,0,0,0,0,0,0,0,0 ,BE,F0,0,0,0,0,0 1681847019:0,0,0,0,0,0,0,0,0,0,0 ,D6,89,0,0,0,0,0 1681847019:0,0,0,0,0,0,0,0,0,0,0 ,1E,E9,0,0,0,0,0 1681847019:0,0,0,0,0,0,0,0,0,0,0 ,C8,3A,0,0,0,0,0 1681847019:0,0,0,0,0,0,0,0,0,0,0 ,BE,D1,0,0,0,0,0 1681847019:0,0,0,0,0,0,0,0,0,0,0 ,F,BD,0,0,0,0,0 1681847019:0,0,0,0,0,0,0,0,0,0,0 ,9F,23,0,0,0,0,0 1681847020:0,0,0,0,0,0,0,0,0,0,0 ,EE,FC,0,0,0,0,0 1681847020:0,0,0,0,0,0,0,0,0,0,0 ,FF,FF,0,0,0,0,0 1681847020:0,0,0,0,0,0,0,0,0,0,0 ,5C,F6,0,0,0,0,0 1681847020:0,0,0,0,0,0,0,0,0,0,0 ,B4,99,0,0,0,0,0 1681847020:0,0,0,0,0,0,0,0,0,0,0 ,CE,5F,0,0,0,0,0 1681847020:0,0,0,0,0,0,0,0,0,0,0 ,3E,1C,0,0,0,0,0 1681847021:0,0,0,0,0,0,0,0,0,0,0 ,77,3B,0,0,0,0,0 1681847021:0,0,0,0,0,0,0,0,0,0,0 ,FC,9E,0,0,0,0,0 1681847021:0,0,0,0,0,0,0,0,0,0,0 ,AF,7E,0,0,0,0,0 1681847021:0,0,0,0,0,0,0,0,0,0,0 ,BE,19,0,0,0,0,0 1681847021:0,0,0,0,0,0,0,0,0,0,0 ,3C,F6,0,0,0,0,0 1681847022:0,0,0,0,0,0,0,0,0,0,0 ,3F,F2,0,0,0,0,0 1681847022:0,0,0,0,0,0,0,0,0,0,0 ,FD,FF,0,0,0,0,0 1681847022:0,0,0,0,0,0,0,0,0,0,0 ,8,81,0,0,0,0,0 1681847022:0,0,0,0,0,0,0,0,0,0,0 ,B7,33,0,0,0,0,0 1681847022:0,0,0,0,0,0,0,0,0,0,0 ,DF,AF,0,0,0,0,0 1681847023:0,0,0,0,0,0,0,0,0,0,0 ,AA,DF,0,0,0,0,0 1681847023:0,0,0,0,0,0,0,0,0,0,0 ,CF,8F,0,0,0,0,0 1681847023:0,0,0,0,0,0,0,0,0,0,0 ,F,90,0,0,0,0,0 1681847023:0,0,0,0,0,0,0,0,0,0,0 ,22,BC,0,0,0,0,0 1681847023:0,0,0,0,0,0,0,0,0,0,0 ,62,BD,0,0,0,0,0 1681847024:0,0,0,0,0,0,0,0,0,0,0 ,FC,46,0,0,0,0,0 1681847024:0,0,0,0,0,0,0,0,0,0,0 ,A9,DC,0,0,0,0,0 1681847024:0,0,0,0,0,0,0,0,0,0,0 ,4E,FA,0,0,0,0,0 1681847025:0,0,0,0,0,0,0,0,0,0,0 ,D7,98,0,0,0,0,0

T1gg1 commented 1 year ago

If I switch to a 4 Pin model in the config, then the ESP is very slow and sometimes it won´t start up

visualapproach commented 1 year ago

@T1gg1 you didn't state what pump model you have.

T1gg1 commented 1 year ago

Same as paulandrewcrouch

T1gg1 commented 1 year ago

Logfile with that config: 4 wire, 54123

1681847983:0,0,0,0,0,0,0,0,0,0,0 ,0,0,0,0,0,0,0 1681848356:0,0,0,0,0,0,0,0,0,0,0 ,0,0,0,0,0,0,0 1681848403:FE,FE,FF,FF,FC,F8,1E,0,0,0,0 ,0,0,0,0,0,0,0 1681848405:FE,FE,FE,FE,FF,F9,FC,0,0,0,0 ,0,0,0,0,0,0,0 1681848447:FF,FF,FE,FE,FE,F9,FC,0,0,0,0 ,0,0,0,0,0,0,0 1681848618:FC,FE,FE,FE,FF,F9,FC,0,0,0,0 ,0,0,0,0,0,0,0 1681848620:FE,FE,FE,FE,FE,F8,8E,0,0,0,0 ,0,0,0,0,0,0,0

visualapproach commented 1 year ago

Ok can you log when set to a 4-wire in config. And use the latest beta version uploaded an hour ago

visualapproach commented 1 year ago

Weird data from cio and nothing from dsp... Does anyone of you guys happen to have a logic analyzer?

T1gg1 commented 1 year ago

4 wire, 54154

1681849551:FE,FE,FF,FC,FF,F8,FC,0,0,0,0 ,0,0,0,0,0,0,0,0,0,0,0 1681849554:FE,FF,FF,FE,FE,FA,FE,0,0,0,0 ,0,0,0,0,0,0,0,0,0,0,0

T1gg1 commented 1 year ago

@visualapproach yes I have one

visualapproach commented 1 year ago

Cool, would be helpful to see logs on the two data wires without the esp present.

T1gg1 commented 1 year ago

digital.csv I did it threeway so I connected channel 0/1 to display and pump. It started, I turned it on, turned the bubbles on, turned bubbles off and turned the complete pump off. I hope that help. Should I connected it otherway? Channel0 = fourth contact Channel1 = third contact

T1gg1 commented 1 year ago

I don´t know if that help and how but I hope so :D

visualapproach commented 1 year ago

Can you post a screenshot of the waveform graph where the timing is visible? I looked at the data in excel but don't have a good program to view it in present form and I couldn't be bothered to make one. It looks like a higher frequency than the usual 9600 baud. More like 57600 from a guesstimate

T1gg1 commented 1 year ago

1 2 3 Like this? With async serial 9600 analyzer it shows the third picture I tried it with 57600 and then it shows the foruth picture 4

visualapproach commented 1 year ago

nice, what program are you using and what's the filetype of the samples?

T1gg1 commented 1 year ago

Logic 2 Filetype is .sal

visualapproach commented 1 year ago

okay, I'll look at it when I have time. If you post the file :-)

T1gg1 commented 1 year ago

Session 0.zip I put the plug in, activate it, reduce the temperature, start the bubbles, end the bubbles and deactivate it and pull the plug

visualapproach commented 1 year ago

Thx, it seems like another protocol than the rest of the models. I'm interested in cracking it, but its not obvious to me how to go about it yet. Are you able to see the chip names and we may be lucky to find a datasheet.

paulandrewcrouch commented 1 year ago

It’s so strange that a production line pump would have such variations. I did wonder if it was simply baud rate.

Also so annoying following your tremendous work we seem to have a model that for some reason wants to play differently.

Thanks for all your support so far.

T1gg1 commented 1 year ago

IMG_2674 IMG_2675 IMG_2673 @visualapproach for the display it is a esp wrom 02??? the rest is completely sealed. I can not see the backside. Thank you for your help

@paulandrewcrouch as usual. If you find a way to not use their cloud and app, they will find a way that you have to.

paulandrewcrouch commented 1 year ago

I did wonder what bypassing that would do. Later models appear to still work though, so we just have an odd variant?

wyliecoyoteuk commented 1 year ago

Not sure if this will be of any help but... I have an earlier pump with an ESP wifi module, #54184 6 wires Currently using V4, PCB v2 and pre2021. Remote control works, but none of the buttons or display work.

visualapproach commented 1 year ago

I didn't realize we were talking about wi-fi pumps. Can you make a simple drawing of how it's connected? Will probably not make any difference, but I'm just curious.

paulandrewcrouch commented 1 year ago

4 wires from CIO to DSP, then 4 from DSP to wireless chip. Perhaps I could just tasmotize the chip (with a backup) that's already there?

paulandrewcrouch commented 1 year ago

Sorry 6 from DSP to chip.