tbnobody / OpenDTU

Software for ESP32 to talk to Hoymiles/TSUN/Solenso Inverters
GNU General Public License v2.0
1.69k stars 471 forks source link

Missing yieldday and yieldtotal on phase 1 #2114

Closed ThomasDueker closed 2 days ago

ThomasDueker commented 2 days ago

What happened?

I miss yieldday and yieldtotal on phase 1 with version [v24.6.29] Hoymiles HMT 2250 - 6T image image

To Reproduce Bug

Install new version [v24.6.29]

Expected Behavior

I like to see yieldday and yieldtotal on phase 1 as it is in version [v24.1.4] Hoymiles 1500 4 image image

Install Method

Pre-Compiled binary from GitHub

What git-hash/version of OpenDTU?

v24.6.29

Relevant log/trace output

18:34:00.769 > Fetch inverter: 55XYZ
18:34:00.824 > TX RealTimeRunData 865.00 MHz --> 15 90 60 19 93 80 17 19 00 80 0B 00 66 81 88 FA 00 00 00 00 00 00 00 00 DA 78 5D 
18:34:00.876 > Interrupt received
18:34:00.923 > RX 865.00 MHz --> 95 90 60 19 93 80 17 19 00 01 00 01 01 31 00 21 00 28 00 65 00 7C 00 00 7C 42 7F | -67 dBm
18:34:00.977 > Interrupt received
18:34:01.023 > RX 865.00 MHz --> 95 90 60 19 93 80 17 19 00 02 00 00 AC 1D 01 B8 02 32 01 2E 00 27 00 29 00 76 0C | -67 dBm
18:34:01.073 > Interrupt received
18:34:01.124 > RX 865.00 MHz --> 95 90 60 19 93 80 17 19 00 03 00 7E 00 00 90 7A 00 00 C0 C7 02 12 02 54 01 2A 9C | -67 dBm
18:34:01.175 > Interrupt received
18:34:01.226 > RX 865.00 MHz --> 95 90 60 19 93 80 17 19 00 04 00 2A 00 2B 00 7F 00 82 00 00 B7 35 00 00 C4 14 CB | -67 dBm
18:34:01.277 > Interrupt received
18:34:01.325 > RX 865.00 MHz --> 95 90 60 19 93 80 17 19 00 05 02 45 02 6D 09 23 09 30 09 31 0F E7 0F EC 0F D8 BB | -67 dBm
18:34:01.375 > Interrupt received
18:34:01.426 > RX 865.00 MHz --> 95 90 60 19 93 80 17 19 00 06 13 87 02 B4 00 00 00 09 00 09 00 09 03 E8 00 F1 56 | -67 dBm
18:34:01.472 > Interrupt received
18:34:01.524 > RX 865.00 MHz --> 95 90 60 19 93 80 17 19 00 87 01 26 E9 2B 03 | -67 dBm
18:34:01.575 > RX Period End
18:34:01.575 > Success
18:34:05.771 > Fetch inverter: 55XYZ
18:34:05.826 > TX RealTimeRunData 865.00 MHz --> 15 90 60 19 93 80 17 19 00 80 0B 00 66 81 88 FF 00 00 00 00 00 00 00 00 8A 47 37 
18:34:05.877 > Interrupt received
18:34:05.928 > RX 865.00 MHz --> 95 90 60 19 93 80 17 19 00 01 00 01 01 2E 00 21 00 29 00 65 00 7E 00 00 7C 42 63 | -67 dBm
18:34:05.982 > Interrupt received
18:34:06.028 > RX 865.00 MHz --> 95 90 60 19 93 80 17 19 00 02 00 00 AC 1D 01 B8 02 32 01 30 00 27 00 29 00 77 13 | -67 dBm
18:34:06.078 > Interrupt received
18:34:06.128 > RX 865.00 MHz --> 95 90 60 19 93 80 17 19 00 03 00 7F 00 00 90 7A 00 00 C0 C7 02 12 02 54 01 2C 9B | -67 dBm
18:34:06.177 > Interrupt received
18:34:06.228 > RX 865.00 MHz --> 95 90 60 19 93 80 17 19 00 04 00 2A 00 2B 00 7F 00 82 00 00 B7 35 00 00 C4 14 CB | -67 dBm
18:34:06.277 > Interrupt received
18:34:06.329 > RX 865.00 MHz --> 95 90 60 19 93 80 17 19 00 05 02 45 02 6D 09 27 09 2F 09 2D 0F E7 0F E7 0F DA B5 | -67 dBm
18:34:06.378 > Interrupt received
18:34:06.429 > RX 865.00 MHz --> 95 90 60 19 93 80 17 19 00 06 13 87 02 B9 00 00 00 09 00 09 00 09 03 E8 00 F1 5B | -67 dBm
18:34:06.475 > Interrupt received
18:34:06.524 > RX 865.00 MHz --> 95 90 60 19 93 80 17 19 00 87 01 26 FD 29 15 | -67 dBm
18:34:06.573 > RX Period End
18:34:06.573 > Success

Anything else?

Expected structure as described in the link https://github.com/tbnobody/OpenDTU/discussions/317

Fixed in 4373ee6 https://github.com/tbnobody/OpenDTU/commit/4373ee651fac11141b0ba5c04fc7d8b95dd79d3b https://github.com/tbnobody/OpenDTU/issues/32

Please confirm the following

tbnobody commented 2 days ago

Both values where moved to the General section as they are not available specificly to phase 1.

ThomasDueker commented 2 days ago

Thanks