Unable to install from qr code

I have been using Arizona’s great version of the irrigation system fora long time however after load shedding and a complete crash of my local Blynk server I havenit been able to install my system via my backup Qr code.
Could some one help with screen copy of the interface pages showing the various virtual pins or how I can reach my backup QR codes.
Have not had much success trying to follow the code to get it right.

Doesn’t this tell you what you need to know?…

Pete.

Thank you Pete got it going however my system connects but now cycles in that valve1 (zone1) opens and closes system connects and disconnects I have not been able to resolve this any suggestions will be most welcome.

What does your serial monitor show? (post text with triple backticks, not a screenshot).

Pete.

Here is the copy of the serial monitor zone 1 valve no longer opens and closes however the disconnect and reconnect is still constant

║   SEGMENT  BYTES    DESCRIPTION
╠══ DATA     1568     initialized variables
╠══ RODATA   3056     constants       
╚══ BSS      27512    zeroed variables
. Instruction RAM (IRAM_ATTR, ICACHE_RAM_ATTR), used 61803 / 65536 bytes (94%)
║   SEGMENT  BYTES    DESCRIPTION
╠══ ICACHE   32768    reserved space for flash instruction cache
╚══ IRAM     29035    code in IRAM    
. Code in flash (default, ICACHE_FLASH_ATTR), used 297812 / 1048576 bytes (28%)
║   SEGMENT  BYTES    DESCRIPTION
╚══ IROM     297812   code in flash   
esptool.py v3.0
Serial port COM7
Connecting....
Chip is ESP8266EX
Features: WiFi
Crystal is 26MHz
MAC: d8:f1:5b:14:93:5b
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Auto-detected Flash size: 4MB
Compressed 335616 bytes to 241924...
Writing at 0x00000000... (6 %)
Writing at 0x00004000... (13 %)
Writing at 0x00008000... (20 %)
Writing at 0x0000c000... (26 %)
Writing at 0x00010000... (33 %)
Writing at 0x00014000... (40 %)
Writing at 0x00018000... (46 %)
Writing at 0x0001c000... (53 %)
Writing at 0x00020000... (60 %)
Writing at 0x00024000... (66 %)
Writing at 0x00028000... (73 %)
Writing at 0x0002c000... (80 %)
Writing at 0x00030000... (86 %)
Writing at 0x00034000... (93 %)
Writing at 0x00038000... (100 %)
Wrote 335616 bytes (241924 compressed) at 0x00000000 in 21.5 seconds (effective 125.1 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting via RTS pin...

That’s not your serial monitor, it’s your compiler/upload results.

Hit the spyglass icon in the top right of the Arduino IDE to open the serial monitor.

Pete.

Hope this is now correct been lost in the woods looking for trees and could not find any.


load 0x4010f000, len 3424, room 16

tail 0

chksum 0x2e

load 0x3fff20b8, len 40, room 8

tail 0

chksum 0x2b

csum 0x2b

v00051f00

~ld

���x�n��>r���n�b��rb�e����a��l�|��n���l`e�>r�xe��l`#��

ets Jan 8 2013,rst cause:2, boot mode:(3,7)

load 0x4010f000, len 3424, room 16

tail 0

chksum 0x2e

load 0x3fff20b8, len 40, room 8

tail 0

chksum 0x2b

csum 0x2b

v00051f00

~ld

���x�n��>r���n�b��rb�e����a��l�|��n���l`e�<r�xe��l`#��

ets Jan 8 2013,rst cause:2, boot mode:(3,7)

load 0x4010f000, len 3424, room 16

tail 0

chksum 0x2e

load 0x3fff20b8, len 40, room 8

tail 0

chksum 0x2b

csum 0x2b

v00051f00

~ld

���x�n��>r���n�b��rb�e����a��l�|��n���l`e�<r�xe��l`#�

indexing: 15/85

Ln 442, Col 1

NodeMCU 1.0 (ESP-12E Module)

on COM7

You need to change the serial monitor baud rate to match the baud rate specified in your Serial.begin(baudrate) command, or change that command to match the baud rate that you are currently using in your serial monitor.

It would also help if you turned-on the timestamp option in the serial monitor.

Pete.

Thank you Pete for your help getting it working problem was 2 fold the local server IP address format and well as the OTA.
One thing I have not been able t resolve is that when I select a valve to open eg. #1 for 5min the switch goes from OFF to a numerical value that looks like a time value, not the word ON as one would expect but it is the cumulative time of each running time of the valve.
Any suggestions

I guess you’ve made a mistake with the design of your app dashboard, or made a change to the original sketch so that data is written to the wrong virtual pin.

Pete.