Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inverter Firmware update #1421

Open
ThomasCr opened this issue Oct 11, 2023 · 5 comments
Open

Inverter Firmware update #1421

ThomasCr opened this issue Oct 11, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@ThomasCr
Copy link

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

I have read, that it is possible to request firmware update for Homiles Inverters per Mail if you have a DTU from the company. It would be possible to capture that process to a) know how to transfer the firmware to the inverter b) to get the firmware file or maybe also capture the download address.

I know every update should be considered carefully - but it would be a good thing to do it with OpenDTU.

Describe alternatives you've considered

No response

Additional context

No response

@ThomasCr ThomasCr added the enhancement New feature or request label Oct 11, 2023
@stefan123t
Copy link
Contributor

stefan123t commented Dec 20, 2023

The Firmware Update has to be first captured using an original DTU WLite / Pro for us to be able to implement the necessary commands. Even though there is strong evidence in the Hoymiles Source Code of the DTU Pro that the DOWN_DAT 0x0a and INIT 0xff Commands are used in a so called MultiRequest, we still have no logs from the communication between the GD32 and the NRF24L01+ Module in the DTU WLite / Pro when such a Firmware Upgrade is done.

The DOWN_PRO 0x0e to apply a new Grid Profile is also a MultiRequest Command, as it has to send more than the usual 12 Bytes payload to the inverter too. The 141 byte payload (being split into 12 packets of max. 12 bytes) of a Grid Profile is probably a safer target to be implemented thoroughly before we should try the exciting Firmware Upgrade.

@Ayo91
Copy link

Ayo91 commented Jul 4, 2024

Any news on that? Will it be possible to update inverters?

@stefan123t
Copy link
Contributor

@Ayo91 IMHO we first need to implement #900 in order to have the grid profile update understood and working for:

  1. known grid profiles
  2. (optional) custom modified grid profile values

Before implementing the actual Firmware upgrade, we should trace the process for a known FW image by Hoymiles.

Though that would need to be traced first by someone with an Hoymiles DTU, eg. by nivadis/Discord.

@stefan123t
Copy link
Contributor

stefan123t commented Aug 15, 2024

@ThomasCr any progress on implementing the Grid Profile update first, I think we have sufficiently traced it to make it work.

Regarding the Firmware upgrade I heard from users of the DTUBI (HMS-WiFi models have a built-in DTU) that it may take an hour (or more) to download the latest firmware from the Hoymiles CDN and upload it to the inverter, though they had to start over three or more times because some checksum may have failed to match.

Also Note that HMS-WiFi models do not use a radio connection between DTU and inverter, i.e. they use only WiFi between your Router and the Internet with the S-Miles Cloud to download the firmware image and push it via a local UART connection from the DTUBI to the inverter. Hence there should be less / little transmission errors IMHO.

@stefan123t
Copy link
Contributor

stefan123t commented Oct 20, 2024

Ich wollte ja mal die Logs vom Firmware Update von @broth-itk auswerten und wie versprochen dokumentieren.

Also nach allem was wir wissen beginnt das Firmware Update mit dem Command 0x0e DOWN_PRO von der DTU, also alle Zeilen mit b'7e0e...'.

Hier die beiden Log Files von @broth-itk mit den aufgeräumten Zeilen, die Kommandos auf dem UART / der Seriellen Schnittstelle zwischen MCU und NRF / CMT Modul beginnen immer mit 7e und enden auf 7f, wenn das nicht der Fall ist, dann wurde beim Logging etwas umgebrochen, was nicht sein muß / sein sollte.

Firmware Upgrade.zip
log_1_regex.txt
log_2_regex.txt

Ich habe die folgenden Regex'e dazu verwendet, vielleicht kann man die noch in das Python Script einarbeiten ?

  • Umbrüche entfernen (?<!7f)'\n[AB]: [0-9-]{10} [0-9:.]{15}: b'(?!7e) -> ''
  • Serial Protocol Escape Sequenzen ersetzen:
    • escape ESC: 7d5d -> 7d
    • escape SOF: 7d5e -> 7e
    • escape EOF: 7d5f -> 7f
    • all escape sequences: 7d5([d-f]) -> 7\1
  • Abstände zwischen den Feldern einfügen
    • mit CRC16: b'7e([a-f0-9]{2})([a-f0-9]{8})([a-f0-9]{8})([a-f0-9]{2})([a-f0-9]*)([a-f0-9]{4})([a-f0-9]{2})([a-f0-9]{2})' -> b'7e \1 \2 \3 \4 \5 \6 \7 \8'
    • mit CRC8: b'7e([a-f0-9]{2})([a-f0-9]{8})([a-f0-9]{8})([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})' -> b'7e \1 \2 \3 \4 \5 \6'
    • nur CRC8: b'7e([a-f0-9]{2})([a-f0-9]{8})([a-f0-9]{8})([a-f0-9]{2})([a-f0-9]{2})' -> b'7e \1 \2 \3 \4 \5'

Es werden immer drei Pakete 0x01 .. 0x83 geschickt, dann kommt die nächste Speicherstelle / -offset.
Ganz am Anfang kommt 0x01 0x18 und danach immer 0x01 0x20 bis zum Schluss mit 0x01 0x1e geendet wird.
Danach folgen noch einige Weiderholungen der Firmware Checksumme, diese ist bei beiden Firmware Updates gleich CRC16 e4c1 CRC8 ab.

Erstes Firmware Update Serial `80729785`

A: 2024-02-04 10:28:19.619589: b'7e 0e 80729785 80729785 81 0600001110121000272b a574 57 7f'
A: 2024-02-04 10:28:19.699604: b'7e 0e 80729785 80729785 81 02000010000d f9c1 a8 7f'
A: 2024-02-04 10:28:19.811663: b'7e 0e 80729785 80729785 81 02000010000d f9c1 a8 7f'
A: 2024-02-04 10:28:19.907703: b'7e 0e 80729785 80729785 81 02000010000d f9c1 a8 7f'
A: 2024-02-04 10:28:20.003693: b'7e 0e 80729785 80729785 81 02000010000d f9c1 a8 7f'
A: 2024-02-04 10:28:20.099804: b'7e 0e 80729785 80729785 81 02000010000d f9c1 a8 7f'
A: 2024-02-04 10:28:20.195817: b'7e 0e 80729785 80729785 81 020000040008 fe41 3e 7f'
A: 2024-02-04 10:28:20.275879: b'7e 0e 80729785 80729785 81 020000040008 fe41 3e 7f'
A: 2024-02-04 10:28:20.355931: b'7e 0e 80729785 80729785 01 18300000000830100008ff7e92af f92d 6f 7f'
A: 2024-02-04 10:28:20.403932: b'7e 0e 80729785 80729785 82 272b07e7025d040010121000 c1e3 0b 7f'
A: 2024-02-04 10:28:20.483982: b'7e 0e 80729785 80729785 81 043010000048fedb 46f3 73 7f'
A: 2024-02-04 10:28:20.564106: b'7e 0e 80729785 80729785 01 20301800fcf70008fcf70008fcf7 0008 04 7f'
A: 2024-02-04 10:28:20.612065: b'7e 0e 80729785 80729785 02 fcf70008fcf70008fcf70008fcf7 0008 0c 7f'
A: 2024-02-04 10:28:20.676063: b'7e 0e 80729785 80729785 83 fcf70008 f513 68 7f'
A: 2024-02-04 10:28:20.756097: b'7e 0e 80729785 80729785 01 20302800fcf70008fcf70008fcf7 0008 34 7f'
A: 2024-02-04 10:28:20.804123: b'7e 0e 80729785 80729785 02 fcf70008fcf70008fd830008fd8d 0008 02 7f'
A: 2024-02-04 10:28:20.852142: b'7e 0e 80729785 80729785 83 faef0008 b3c1 e2 7f'
A: 2024-02-04 10:28:20.932206: b'7e 0e 80729785 80729785 01 20303800fd1f0008fb710008fce3 0008 58 7f'
A: 2024-02-04 10:28:20.980229: b'7e 0e 80729785 80729785 02 fca70008fdb50008fdbf0008fdc9 0008 69 7f'
A: 2024-02-04 10:28:21.028247: b'7e 0e 80729785 80729785 83 fdd30008 7a9e 4f 7f'
A: 2024-02-04 10:28:21.108318: b'7e 0e 80729785 80729785 01 20304800fddd0008fde70008fdf1 0008 69 7f'
A: 2024-02-04 10:28:21.156344: b'7e 0e 80729785 80729785 02 fdfb0008fe050008fd970008fda1 0008 c7 7f'
A: 2024-02-04 10:28:21.204364: b'7e 0e 80729785 80729785 83 fdab0008 af4d 31 7f'
A: 2024-02-04 10:28:21.284397: b'7e 0e 80729785 80729785 01 20305800eff60008fcf70008fa45 0008 e2 7f'
A: 2024-02-04 10:28:21.332410: b'7e 0e 80729785 80729785 02 fe2d0008fe370008fcf70008fd79 0008 99 7f'
A: 2024-02-04 10:28:21.396444: b'7e 0e 80729785 80729785 83 fe0f0008 6189 9c 7f'
A: 2024-02-04 10:28:21.476479: b'7e 0e 80729785 80729785 01 20306800fb850008fb990008fbad 0008 35 7f'
A: 2024-02-04 10:28:21.524483: b'7e 0e 80729785 80729785 02 fbc10008fbd50008fbe90008fbfd 0008 0c 7f'
A: 2024-02-04 10:28:21.572526: b'7e 0e 80729785 80729785 83 fcf70008 59af 78 7f'
A: 2024-02-04 10:28:21.652522: b'7e 0e 80729785 80729785 01 20307800fb7b0008fb8f0008fba3 0008 c3 7f'
A: 2024-02-04 10:28:21.700545: b'7e 0e 80729785 80729785 02 fbb70008fbcb0008fbdf0008fbf3 0008 5c 7f'
A: 2024-02-04 10:28:21.748573: b'7e 0e 80729785 80729785 83 fcf70008 3738 81 7f'
A: 2024-02-04 10:28:21.828624: b'7e 0e 80729785 80729785 01 20308800fb490008fb530008fb67 0008 19 7f'
A: 2024-02-04 10:28:21.876632: b'7e 0e 80729785 80729785 02 fcf70008fcf70008fcf70008fcf7 0008 0c 7f'
A: 2024-02-04 10:28:21.924654: b'7e 0e 80729785 80729785 83 fcf70008 9e03 13 7f'
A: 2024-02-04 10:28:22.004705: b'7e 0e 80729785 80729785 01 20309800fc070008fc110008fcf7 0008 92 7f'
...
A: 2024-02-04 10:38:18.982731: b'7e 0e 80729785 80729785 83 92d45201 f4d1 bd 7f'
A: 2024-02-04 10:38:19.062757: b'7e 0e 80729785 80729785 01 20ff100060032bd4c2c400061ea6 92d4 a2 7f'
A: 2024-02-04 10:38:19.110771: b'7e 0e 80729785 80729785 02 520160032bd4c2c400061ea692d4 5201 6e 7f'
A: 2024-02-04 10:38:19.174835: b'7e 0e 80729785 80729785 83 60032bd4 a578 cc 7f'
A: 2024-02-04 10:38:19.254864: b'7e 0e 80729785 80729785 01 20ff2000c2c400061ea692d45201 6003 3e 7f'
A: 2024-02-04 10:38:19.302862: b'7e 0e 80729785 80729785 02 2bd4c2c40006ff58c4a461041901 7d86 b2 7f'
A: 2024-02-04 10:38:19.350854: b'7e 0e 80729785 80729785 83 60fe0006 160b 08 7f'
A: 2024-02-04 10:38:19.430918: b'7e 0e 80729785 80729785 01 20ff300083a42bd4dd0b1ac50001 0006 36 7f'
A: 2024-02-04 10:38:19.478920: b'7e 0e 80729785 80729785 02 83a42bd4dd0b1ac5000100067622 761f e7 7f'
A: 2024-02-04 10:38:19.526937: b'7e 0e 80729785 80729785 83 01c02b29 89d9 1e 7f'
A: 2024-02-04 10:38:19.606973: b'7e 0e 80729785 80729785 01 20ff4000761a0006520161039a00 6f02 3c 7f'
A: 2024-02-04 10:38:19.655038: b'7e 0e 80729785 80729785 02 9a0b0006520161039a006f029a07 0006 c6 7f'
A: 2024-02-04 10:38:19.703049: b'7e 0e 80729785 80729785 83 58a98f00 5a7d d4 7f'
A: 2024-02-04 10:38:19.783076: b'7e 0e 80729785 80729785 01 20ff5000bcc09294ffcb0006c444 c546 cb 7f'
A: 2024-02-04 10:38:19.847133: b'7e 0e 80729785 80729785 02 1ec4c2d4c3e400068f00bcc0f67f 2b84 34 7f'
A: 2024-02-04 10:38:19.895150: b'7e 0e 80729785 80729785 83 0006761f a0f9 bb 7f'
A: 2024-02-04 10:38:19.975194: b'7e 0e 80729785 80729785 01 20ff600002e556bf01120006e203 00c4 8e 7f'
A: 2024-02-04 10:38:20.023233: b'7e 0e 80729785 80729785 02 e20301d4000656bf01d42bdc0006 dc06 29 7f'
A: 2024-02-04 10:38:20.071172: b'7e 0e 80729785 80729785 83 7648e5d5 7973 89 7f'
A: 2024-02-04 10:38:20.151227: b'7e 0e 80729785 80729785 01 1eff70000006d5027648f3f30006 d505 a7 7f'
A: 2024-02-04 10:38:20.199259: b'7e 0e 80729785 80729785 02 7648f3f3000618c4fffc00069a01 0006 70 7f'
A: 2024-02-04 10:38:20.247272: b'7e 0e 80729785 80729785 83 0006 63f0 18 7f'
A: 2024-02-04 10:38:20.327301: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:20.423348: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:20.535436: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:20.631486: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:20.727610: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:20.823607: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:20.935638: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:21.031664: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:21.127691: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:21.223739: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:21.335796: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:21.431848: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:21.527900: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:21.623951: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:21.736008: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:21.832055: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:21.928127: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:22.024151: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:22.136204: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:22.232280: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:22.328316: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:22.424363: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:22.536419: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:22.632439: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:22.728493: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:22.824572: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:22.936679: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:23.032673: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:38:23.128725: b'7e 0e 80729785 80729785 81 00000001 e4c1 ab 7f'

und

zweites Firmware Update Serial `81313070`

A: 2024-02-04 10:38:29.131566: b'7e 0e 81313070 81313070 81 0600001110121000272b a574 57 7f'
A: 2024-02-04 10:38:29.211618: b'7e 0e 81313070 81313070 81 02000010000d f9c1 a8 7f'
A: 2024-02-04 10:38:29.307636: b'7e 0e 81313070 81313070 81 02000010000d f9c1 a8 7f'
A: 2024-02-04 10:38:29.403740: b'7e 0e 81313070 81313070 81 02000010000d f9c1 a8 7f'
A: 2024-02-04 10:38:29.515714: b'7e 0e 81313070 81313070 81 02000010000d f9c1 a8 7f'
A: 2024-02-04 10:38:29.611741: b'7e 0e 81313070 81313070 81 02000010000d f9c1 a8 7f'
A: 2024-02-04 10:38:29.707786: b'7e 0e 81313070 81313070 81 020000040008 fe41 3e 7f'
A: 2024-02-04 10:38:29.771839: b'7e 0e 81313070 81313070 81 020000040008 fe41 3e 7f'
A: 2024-02-04 10:38:29.851872: b'7e 0e 81313070 81313070 01 18300000000830100008ff7e92af f92d 6f 7f'
A: 2024-02-04 10:38:29.899893: b'7e 0e 81313070 81313070 82 272b07e7025d040010121000 c1e3 0b 7f'
A: 2024-02-04 10:38:29.979909: b'7e 0e 81313070 81313070 81 043010000048fedb 46f3 73 7f'
A: 2024-02-04 10:38:30.076026: b'7e 0e 81313070 81313070 01 20301800fcf70008fcf70008fcf7 0008 04 7f'
A: 2024-02-04 10:38:30.124043: b'7e 0e 81313070 81313070 02 fcf70008fcf70008fcf70008fcf7 0008 0c 7f'
A: 2024-02-04 10:38:30.172058: b'7e 0e 81313070 81313070 83 fcf70008 f513 68 7f'
A: 2024-02-04 10:38:30.252055: b'7e 0e 81313070 81313070 01 20302800fcf70008fcf70008fcf7 0008 34 7f'
A: 2024-02-04 10:38:30.300078: b'7e 0e 81313070 81313070 02 fcf70008fcf70008fd830008fd8d 0008 02 7f'
A: 2024-02-04 10:38:30.348103: b'7e 0e 81313070 81313070 83 faef0008 b3c1 e2 7f'
A: 2024-02-04 10:38:30.428133: b'7e 0e 81313070 81313070 01 20303800fd1f0008fb710008fce3 0008 58 7f'
A: 2024-02-04 10:38:30.476151: b'7e 0e 81313070 81313070 02 fca70008fdb50008fdbf0008fdc9 0008 69 7f'
A: 2024-02-04 10:38:30.540181: b'7e 0e 81313070 81313070 83 fdd30008 7a9e 4f 7f'
A: 2024-02-04 10:38:30.620238: b'7e 0e 81313070 81313070 01 20304800fddd0008fde70008fdf1 0008 69 7f'
A: 2024-02-04 10:38:30.668306: b'7e 0e 81313070 81313070 02 fdfb0008fe050008fd970008fda1 0008 c7 7f'
A: 2024-02-04 10:38:30.716322: b'7e 0e 81313070 81313070 83 fdab0008 af4d 31 7f'
A: 2024-02-04 10:38:30.796359: b'7e 0e 81313070 81313070 01 20305800eff60008fcf70008fa45 0008 e2 7f'
A: 2024-02-04 10:38:30.844380: b'7e 0e 81313070 81313070 02 fe2d0008fe370008fcf70008fd79 0008 99 7f'
A: 2024-02-04 10:38:30.892404: b'7e 0e 81313070 81313070 83 fe0f0008 6189 9c 7f'
A: 2024-02-04 10:38:30.972438: b'7e 0e 81313070 81313070 01 20306800fb850008fb990008fbad 0008 35 7f'
A: 2024-02-04 10:38:31.020465: b'7e 0e 81313070 81313070 02 fbc10008fbd50008fbe90008fbfd 0008 0c 7f'
...
A: 2024-02-04 10:48:26.941341: b'7e 0e 81313070 81313070 83 900f9694 5395 d6 7f'
A: 2024-02-04 10:48:27.021374: b'7e 0e 81313070 81313070 01 20fef0000006e591e590e20301c4 e203 e3 7f'
A: 2024-02-04 10:48:27.069416: b'7e 0e 81313070 81313070 02 00d40006e591e590e20301c4e203 00d4 ce 7f'
A: 2024-02-04 10:48:27.133419: b'7e 0e 81313070 81313070 83 00061ea6 4fec 90 7f'
A: 2024-02-04 10:48:27.213478: b'7e 0e 81313070 81313070 01 20ff000092c4520160032bc4c2f4 0006 69 7f'
A: 2024-02-04 10:48:27.261508: b'7e 0e 81313070 81313070 02 7622761f17481808fffc761a0006 1ea6 af 7f'
A: 2024-02-04 10:48:27.309525: b'7e 0e 81313070 81313070 83 92d45201 f4d1 bd 7f'
A: 2024-02-04 10:48:27.389560: b'7e 0e 81313070 81313070 01 20ff100060032bd4c2c400061ea6 92d4 a2 7f'
A: 2024-02-04 10:48:27.437629: b'7e 0e 81313070 81313070 02 520160032bd4c2c400061ea692d4 5201 6e 7f'
A: 2024-02-04 10:48:27.485640: b'7e 0e 81313070 81313070 83 60032bd4 a578 cc 7f'
A: 2024-02-04 10:48:27.565682: b'7e 0e 81313070 81313070 01 20ff2000c2c400061ea692d45201 6003 3e 7f'
A: 2024-02-04 10:48:27.613666: b'7e 0e 81313070 81313070 02 2bd4c2c40006ff58c4a461041901 7d86 b2 7f'
A: 2024-02-04 10:48:27.661684: b'7e 0e 81313070 81313070 83 60fe0006 160b 08 7f'
A: 2024-02-04 10:48:27.741744: b'7e 0e 81313070 81313070 01 20ff300083a42bd4dd0b1ac50001 0006 36 7f'
A: 2024-02-04 10:48:27.789753: b'7e 0e 81313070 81313070 02 83a42bd4dd0b1ac5000100067622 761f e7 7f'
A: 2024-02-04 10:48:27.853829: b'7e 0e 81313070 81313070 83 01c02b29 89d9 1e 7f'
A: 2024-02-04 10:48:27.933802: b'7e 0e 81313070 81313070 01 20ff4000761a0006520161039a00 6f02 3c 7f'
A: 2024-02-04 10:48:27.981848: b'7e 0e 81313070 81313070 02 9a0b0006520161039a006f029a07 0006 c6 7f'
A: 2024-02-04 10:48:28.029873: b'7e 0e 81313070 81313070 83 58a98f00 5a7d d4 7f'
A: 2024-02-04 10:48:28.109967: b'7e 0e 81313070 81313070 01 20ff5000bcc09294ffcb0006c444 c546 cb 7f'
A: 2024-02-04 10:48:28.157975: b'7e 0e 81313070 81313070 02 1ec4c2d4c3e400068f00bcc0f67f 2b84 34 7f'
A: 2024-02-04 10:48:28.205970: b'7e 0e 81313070 81313070 83 0006761f a0f9 bb 7f'
A: 2024-02-04 10:48:28.286041: b'7e 0e 81313070 81313070 01 20ff600002e556bf01120006e203 00c4 8e 7f'
A: 2024-02-04 10:48:28.334052: b'7e 0e 81313070 81313070 02 e20301d4000656bf01d42bdc0006 dc06 29 7f'
A: 2024-02-04 10:48:28.382059: b'7e 0e 81313070 81313070 83 7648e5d5 7973 89 7f'
A: 2024-02-04 10:48:28.462183: b'7e 0e 81313070 81313070 01 1eff70000006d5027648f3f30006 d505 a7 7f'
A: 2024-02-04 10:48:28.526188: b'7e 0e 81313070 81313070 02 7648f3f3000618c4fffc00069a01 0006 70 7f'
A: 2024-02-04 10:48:28.574198: b'7e 0e 81313070 81313070 83 0006 63f0 18 7f'
A: 2024-02-04 10:48:28.654213: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:28.750232: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:28.846255: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:28.942311: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:29.054382: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:29.150435: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:29.246511: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:29.342555: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:29.454618: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:29.550645: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:29.646681: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:29.742702: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:29.854788: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:29.950836: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:30.046920: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:30.142985: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:30.255006: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:30.351059: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:30.447103: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:30.543173: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:30.655207: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:30.751260: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:30.847313: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:30.943351: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:31.055438: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:31.151462: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:31.247541: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:31.359594: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'
A: 2024-02-04 10:48:31.455645: b'7e 0e 81313070 81313070 81 00000001 e4c1 ab 7f'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants