From the Miszko logs you can see:
1Byte - STX = 0x68
2Bytes - flax
(len -6Bytes) = data
2Bytes crc
1Byte - ETX = 0x16
crc nothing came to me, you could download the firmware from EcoNet and bury it, but there we'll probably only find crc checking because it probably only transfers to the appropriate server, but maybe it would be possible to get ftp passwords and download firmware updates from the driver and maybe something take it out of it, ATMEGA on the bank is secured against reading so you will not get anything from it. If someone was from the vicinity of Ostrów Wlkp and had EcoNet, I can play it.
Added after 5 [minutes]:
Oftop and ecolink do not provide a PC software that displays data? The protocol can be drawn more easily from it.
Added after 11 [hours] 2 [minutes]:
68 25 00 00 50 fc 15 89 54 49 4d 45 14 17 36 e3 07 02 06 03 0d 3c 00 00 00 00 00 00 00 02 56 04 aa 3d 1b 3d 6e 16
TIME frame
STX = 0x68
len = 0x0025
? = 00.50
fc, 15-common or fc, 14 some identifier?
? = 89
54,49,4d, 45 = TIME
14 = 20 o'clock
17 = 23 minutes
36 = sure sec
07e3 = 2019
02 = February
06 = day
?? = 03,0d, 3c, 00,00,00,00,00,00,02,56,04, aa, 3d, 1b - what repeats some frame, sensors?
crc = 3d, 6e
etx = 16
What sensors do they use? It is best to connect permanent equivalents in their place and change the values individually and check which fields to change.