home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.75k stars 28.91k forks source link

Goodwe integration not working with LAN module #114173

Open ivik opened 3 months ago

ivik commented 3 months ago

The problem

I have a GW15K-ET which works fine with HA GoodWe integration when using the Wifi module. But as soon as I change to the LAN/WIFI module then HA is not able to find it anymore.

I remove everything and start new integration, I give it the LAN IP and it says "Unknown error occurred" Same if I give it Wifi IP from the LAN/Wifi module.

But If I remove everything again, change to only Wifi module and give it the IP then it works great.

LAN/Wifi module works as I can see data in SEMS portal.

I found some info in the logs, please see below

What version of Home Assistant Core has the issue?

core-2024.3.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

GoodWe inverter

Link to integration documentation on our website

https://www.home-assistant.io/integrations/goodwe

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

File "/usr/src/homeassistant/homeassistant/components/goodwe/config_flow.py", line 36, in async_step_user
    inverter = await connect(host=host, retries=10)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/goodwe/__init__.py", line 52, in connect
    return await discover(host, timeout, retries)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/goodwe/__init__.py", line 72, in discover
    response = await DISCOVERY_COMMAND.execute(host, timeout, retries)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/goodwe/protocol.py", line 109, in execute
    await response_future
  File "/usr/local/lib/python3.12/asyncio/selector_events.py", line 1228, in _read_ready
    data, addr = self._sock.recvfrom(self.max_size)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ConnectionRefusedError: [Errno 111] Connection refused

Additional information

No response

home-assistant[bot] commented 3 months ago

Hey there @mletenay, @starkillerog, mind taking a look at this issue as it has been labeled with an integration (goodwe) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `goodwe` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign goodwe` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


goodwe documentation goodwe source (message by IssueLinks)

RalfWinter commented 3 months ago

I had the LAN module in my GW15K-ET and in general it works. The problem is the change of IP address. I preferred to use the already discovered instance in order to keep the data. Just go into the directory where your configuration.yaml lives, cd into to .storage and edit core.config_entries where you search for your old WiFi address of the Goodwe and change it to the LAN IP address. Restart HA and your inverter is back in business.

ivik commented 3 months ago

I will try it out, not sure if there was a IP change problem, this happened when I setup a new integration using the IP I got from the LAN module. But I will try your solution later today and update the ticket if it works.

ivik commented 3 months ago

I just tried it out and it did not work. As soon as the LAN module is connected (updated IP in HA as you wrote and restarted HA) it cannot send anything to HA, nothing is recived. Even trying to reload the device in HA did not help or adding a new one using the LAN IP.

Instead SEMS Portal start working again which stops working when using the WIFI module (does not matter to me).

Not sure which LAN module you have, I have the new one, version 2 which is a LAN/Wifi module. But when using the module which only has Wifi then its works again with HA.

From what I understand this integration uses UDP modbus but the new LAN/Wifi module (version 2) seems to be using TCP modbus. But I could be wrong or perhaps that doesn't even matter?

RalfWinter commented 3 months ago

How did you configure the LAN/WiFi module? I configured it via the SEMS portal app on the mobile phone. It is important to only configure the LAN-side, Wifi is not configured to connect to your home Wifi.

ivik commented 2 months ago

What do you mean with configure? I just insert LAN cable in to the module and use the LAN IP in HA. I don't use the Wifi IP at all. I will look again when I get home later today, but pretty sure there was nothing to play around with when it comes to LAN. Are you sure you mean SEMS Portal app or do you mean the SolarGo app?

The SolarGo app had some settings for Wifi or LAN. I'm sure I have tried to shutdown wifi and only have settings for LAN but it did not help.

RalfWinter commented 2 months ago

You need to select LAN as the "Internet access port" within SEMS Portal WiFi-configuration (I know, "WIFI-configuration" is a bit misleading...). You may want to watch the Goodwe Configuration video of the Wii-Fi+LAN-kit on youtube Good luck!

savagejimmy85 commented 2 months ago

I am having what seems to be the exact same issue with my inverter - GW5000-DNS-30. Worked fine with the wifi module while I waited for the LAN/Wifi module to arrive. Now that the LAN module is installed I am getting the same "Unknown error occurred" when re-adding the integration. Running on VM HassOS

savagejimmy85 commented 2 months ago

Looking into this further the only open port that I can find is TCP 502 with nmap. I no longer have the wifi only module to compare this to but I suspect @ivik has hit the nail on the head that its not using UDP anymore, just TCP

savagejimmy85 commented 2 months ago

Apologies, I have found port 48899 open

mletenay commented 2 months ago

48899 is the "discovery" port of the module itself. UDP/8899 is the port for the inverter (modbus) protocol. TCP/502 is indeed the modbus/TCP, until now not used/supported by goodwe inverters.

It should not be a rocket science to add TCP support, but since I don't have such interface at hand, it might be a bit difficult to implement it in blind or over some mock ...

mletenay commented 2 months ago

What is exactly the LAN/WIFI module type/version ? I have already collected few bucks on my Buy-me-a-coffee so I might have enough soon to buy that module myself, so I can add proper support for it ...

mletenay commented 2 months ago

I finally found some doc regarding the 2.0 version of the WIFI/LAN module - https://www.memodo.cz/media/pdf/a4/e4/21/sa-e-20230921-001statement_of_wifilan_kit-20_2b87cc807f18fb171fecf24308f64207.pdf It seems I will not be able to buy/test it locally, since it supports only ET15+ and ES G2 :-(

Can you confirm it is the 2.0 version you have ?

RalfWinter commented 2 months ago

Hello @mletenay , what me concerns I received the old version.

treecamp commented 2 months ago

I just got my WIFI/LAN module today, I set it up as LAN, and gave it a static IP, and got it connected now with the GoodWe HA integration. I don't think it's the latest version though, I got the module from the company that placed my inverter, so i didn't ordered it myself.

I added some pictures below, i'll let y'all know if it stays stable. If i can answer any questions, let me know.

image image

ivik commented 2 months ago

Sorry I have been away for awhile and not been able to test the given suggestion. I will see if I can try it out later today. I have added some pics on the Wifi/Lan module v2.

20240417_132858 20240417_132920

ivik commented 2 months ago

I finally found some doc regarding the 2.0 version of the WIFI/LAN module - https://www.memodo.cz/media/pdf/a4/e4/21/sa-e-20230921-001statement_of_wifilan_kit-20_2b87cc807f18fb171fecf24308f64207.pdf It seems I will not be able to buy/test it locally, since it supports only ET15+ and ES G2 :-(

Can you confirm it is the 2.0 version you have ?

Yes I have version 2, please check above pictures.

mletenay commented 2 months ago

So to summarize it: There are (at least) 2 versions of the WIFI/LAN kit

1) V1 - product number GA10081-69-00P

2) V2 - product number WLA0000-01-00P

ivik commented 2 months ago

I think the summarization is correct. The v2 seems to be working with TCP/modbus instead of TCP.

If it helps, I can connect the new v2 again and give you raw data on output but you need to help me a bit and tell me what I need and what I should do. I have not worked with modbus before but if you can dumb it down a bit perhaps I could help extract data?

I tried downloading a windows app to check the modbus connection but the app was a freeware and in half Chinese and half bad english so I could not understand what I needed to do in order to get any meaningful data out of it.

I also tried to do what Ralf suggested but that does not work since the v2 only handle configuration using bluetooth and not wifi. It does not have AP for wifi the way the older models do.

For now I'm using the Wifi only kit which works fine, no SEMS portal access anymore (don't care, SEMS sucks anyway) but it would be nice to get of Wifi and use LAN instead...

mletenay commented 2 months ago

@ivik I have started coding the TCP support, but it make take couple of days/week until I have something usable. At some point I would need help with testing, so if you can setup python and checkout the https://github.com/marcelblijleven/goodwe so you can test the communication, it will help a lot. (There is this in inverter_check.py script which is used for basic testing).

ivik commented 2 months ago

Sure thing, just let me know when you have anything ready for test. I have a little bit of knowledge around Python so it should not be a problem.

mletenay commented 2 months ago

@ivik So, I implemented the Modbus/TCP protocol and tested it as much as I could on simple mocks. Now the real testing is necessary. Please checkout the code and try to execute the https://github.com/marcelblijleven/goodwe/blob/master/tests/inverter_check.py script (adjusting the IP and the port to 502).

ivik commented 2 months ago

Not much is happening, it prints couple rows and nothing else happens. I have waited 5 min before I killed the script:

2024-04-24 17:04:11,179 init(54) - DEBUG: Using selector: SelectSelector 2024-04-24 17:04:11,180 discover(70) - DEBUG: Probing inverter at 192.168.0.23. 2024-04-24 17:04:11,180 _send_request(67) - DEBUG: Sending: aa55c07f0102000241 2024-04-24 17:08:18,181 _retry_mechanism(77) - DEBUG: Failed to receive response to aa55c07f0102000241 in time (247s). 2024-04-24 17:08:18,181 _send_request(67) - DEBUG: Sending: aa55c07f0102000241 - retry #1/1 2024-04-24 17:12:25,182 discover(101) - DEBUG: Probing ET inverter at 192.168.0.23. 2024-04-24 17:12:25,182 _ensure_lock(123) - DEBUG: Creating lock instance for current event loop. 2024-04-24 17:12:25,182 _send_request(67) - DEBUG: Sending: READ 33 registers from 35000 (f70388b800213ac1) 2024-04-24 17:16:32,188 _retry_mechanism(77) - DEBUG: Failed to receive response to READ 33 registers from 35000 (f70388b800213ac1) in time (247s). 2024-04-24 17:16:32,188 _send_request(67) - DEBUG: Sending: READ 33 registers from 35000 (f70388b800213ac1) - retry #1/1

But this is done using the Goodwe python from PIP. I suspected you have changed the code and downloaded the your entire project and tried the script again, but then it fails on importing the Goodwe module:

(goodwe_test) PS C:\Users\Erfan\anaconda3\envs\goodwe_test\goodwe-master> python.exe .\tests\inverter_check.py Traceback (most recent call last): File "C:\Users\Erfan\anaconda3\envs\goodwe_test\goodwe-master\tests\inverter_check.py", line 8, in import goodwe ModuleNotFoundError: No module named 'goodwe' (goodwe_test) PS C:\Users\Erfan\anaconda3\envs\goodwe_test\goodwe-master>

The line above the import error tells the path to the Goodwe module (non PIP version) but it says:

sys.path.insert(0, '../../goodwe')

Should I not be:

sys.path.insert(0, '../goodwe')

I tried that as well but still same error....

mletenay commented 2 months ago

@ivik The ../../ stuff assumes you are running it from test directory as _python invertercheck.py, if you run it from parent, then yes you have to adjust it. Anyway to the real problem - it seems it skipped or you did not pass it the "ET" as family parameter and it tried to do the discovery stuff which is not really supported with Modbus/TCP. I did tweak the code so when connecting to TCP/502 it should now automatically assume ET family. Please re-test.

ivik commented 2 months ago

I tried again, after couple of attampts it started to try DT family inverter and I killed the script. But as you see it started with assuming ET family:

2024-05-02 20:42:30,327 init(54) - DEBUG: Using selector: SelectSelector 2024-05-02 20:42:30,327 discover(70) - DEBUG: Probing inverter at 192.168.0.23. 2024-05-02 20:42:30,327 _send_request(67) - DEBUG: Sending: aa55c07f0102000241 2024-05-02 20:46:37,340 _retry_mechanism(77) - DEBUG: Failed to receive response to aa55c07f0102000241 in time (247s). 2024-05-02 20:46:37,340 _send_request(67) - DEBUG: Sending: aa55c07f0102000241 - retry #1/1 2024-05-02 20:50:44,342 _retry_mechanism(81) - DEBUG: Max number of retries (1) reached, request aa55c07f0102000241 failed. 2024-05-02 20:50:44,342 discover(101) - DEBUG: Probing ET inverter at 192.168.0.23. 2024-05-02 20:50:44,342 _ensure_lock(123) - DEBUG: Creating lock instance for current event loop. 2024-05-02 20:50:44,342 _send_request(67) - DEBUG: Sending: READ 33 registers from 35000 (f70388b800213ac1) 2024-05-02 20:54:51,348 _retry_mechanism(77) - DEBUG: Failed to receive response to READ 33 registers from 35000 (f70388b800213ac1) in time (247s). 2024-05-02 20:54:51,348 _send_request(67) - DEBUG: Sending: READ 33 registers from 35000 (f70388b800213ac1) - retry #1/1 2024-05-02 20:58:58,354 _retry_mechanism(81) - DEBUG: Max number of retries (1) reached, request READ 33 registers from 35000 (f70388b800213ac1) failed. 2024-05-02 20:58:58,354 discover(101) - DEBUG: Probing DT inverter at 192.168.0.23. 2024-05-02 20:58:58,354 _ensure_lock(123) - DEBUG: Creating lock instance for current event loop. 2024-05-02 20:58:58,354 _send_request(67) - DEBUG: Sending: READ 40 registers from 30001 (7f03753100280409)

mletenay commented 2 months ago

@ivik Something's wrong. It should not go to the discover method at all. What was the log output before it started the discovery ?

Anyway, I've just fixed a locking problem so it should no longer freeze when connection attempt fails.

ivik commented 2 months ago

@mletenay That was the full output, I just removed the first line where I called the script, but I will include it in the future. I will download and try again.

ivik commented 2 months ago

@mletenay

I cancelled again after it tried to check DT inverter family. Btw, how long do I need to wait until I can kill the script and be sure it does not work, now it runs for 15min before I kill it. Could I kill it after 1min in after first _send_request()?

(base) PS C:\python\goodwe-master\tests> python.exe .\inverter_check.py 2024-05-03 21:03:59,718 init(54) - DEBUG: Using selector: SelectSelector 2024-05-03 21:03:59,718 discover(70) - DEBUG: Probing inverter at 192.168.0.23. 2024-05-03 21:03:59,718 _send_request(67) - DEBUG: Sending: aa55c07f0102000241 2024-05-03 21:08:06,719 _retry_mechanism(77) - DEBUG: Failed to receive response to aa55c07f0102000241 in time (247s). 2024-05-03 21:08:06,719 _send_request(67) - DEBUG: Sending: aa55c07f0102000241 - retry #1/1 2024-05-03 21:12:13,730 _retry_mechanism(81) - DEBUG: Max number of retries (1) reached, request aa55c07f0102000241 failed. 2024-05-03 21:12:13,730 discover(101) - DEBUG: Probing ET inverter at 192.168.0.23. 2024-05-03 21:12:13,730 _ensure_lock(123) - DEBUG: Creating lock instance for current event loop. 2024-05-03 21:12:13,730 _send_request(67) - DEBUG: Sending: READ 33 registers from 35000 (f70388b800213ac1) 2024-05-03 21:16:20,735 _retry_mechanism(77) - DEBUG: Failed to receive response to READ 33 registers from 35000 (f70388b800213ac1) in time (247s). 2024-05-03 21:16:20,735 _send_request(67) - DEBUG: Sending: READ 33 registers from 35000 (f70388b800213ac1) - retry #1/1 2024-05-03 21:20:27,746 _retry_mechanism(81) - DEBUG: Max number of retries (1) reached, request READ 33 registers from 35000 (f70388b800213ac1) failed. 2024-05-03 21:20:27,746 discover(101) - DEBUG: Probing DT inverter at 192.168.0.23. 2024-05-03 21:20:27,746 _ensure_lock(123) - DEBUG: Creating lock instance for current event loop. 2024-05-03 21:20:27,746 _send_request(67) - DEBUG: Sending: READ 40 registers from 30001 (7f03753100280409)

mletenay commented 2 months ago

@ivik It seems it is executing the code from pypi, not the local sources. The log file now prints also the port number, your output does not - i.e. it is old code. Try to fiddle with the imports ...

ivik commented 2 months ago

@mletenay

Finally we are getting somewhere! :D

(goodwe_test) PS C:\python\goodwe\tests> python.exe .\inverter_check.py 2024-05-04 07:55:37,566 init(54) - DEBUG: Using selector: SelectSelector 2024-05-04 07:55:37,566 connect(55) - DEBUG: Connecting to ET family inverter at 192.168.0.23:502. 2024-05-04 07:55:37,566 _ensure_lock(43) - DEBUG: Creating lock instance for current event loop. 2024-05-04 07:55:37,566 _connect(193) - DEBUG: Opening connection. 2024-05-04 07:55:37,566 connection_made(201) - DEBUG: Connection opened. 2024-05-04 07:55:37,566 _send_request(277) - DEBUG: Sending: READ 33 registers from 35000 (000100000006f70388b80021) 2024-05-04 07:55:37,593 data_received(222) - DEBUG: Received: 000100000045f7034200003a980001393031354b455454323334573036373200000000000000000000000700071b9c0008019130343036322d30372d53303030323032302d30382d533031 2024-05-04 07:55:37,593 _send_request(277) - DEBUG: Sending: READ 6 registers from 47547 (000100000006f703b9bb0006) 2024-05-04 07:55:37,621 data_received(222) - DEBUG: Received: 00010000000ff7030c000000000000000000000000 2024-05-04 07:55:37,621 _send_request(277) - DEBUG: Sending: READ 6 registers from 47589 (000100000006f703b9e50006) 2024-05-04 07:55:37,649 data_received(222) - DEBUG: Received: 00010000000ff7030cffff00000000000000000000 2024-05-04 07:55:37,649 connect(57) - DEBUG: Connected to inverter , S/N:9015KETT234W0672. Identified inverter

2024-05-04 07:55:37,649 init(54) - DEBUG: Using selector: SelectSelector 2024-05-04 07:55:37,649 _ensure_lock(43) - DEBUG: Creating lock instance for current event loop. 2024-05-04 07:55:37,649 _close_transport(304) - DEBUG: Failed to close transport. 2024-05-04 07:55:37,649 _connect(193) - DEBUG: Opening connection. 2024-05-04 07:55:37,649 connection_made(201) - DEBUG: Connection opened. 2024-05-04 07:55:37,649 _send_request(277) - DEBUG: Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-04 07:55:38,649 _timeout_mechanism(288) - DEBUG: Failed to receive response to READ 125 registers from 35100 (000100000006f703891c007d) in time (1s). 2024-05-04 07:55:38,649 connection_lost(213) - DEBUG: Connection closed. 2024-05-04 07:55:38,649 _connect(193) - DEBUG: Opening connection. Traceback (most recent call last): File "C:\python\goodwe\tests../../goodwe\goodwe\protocol.py", line 247, in send_request await response_future asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\python\goodwe\tests\inverter_check.py", line 46, in response = asyncio.run(inverter.read_runtime_data()) File "C:\Users\Erfan\anaconda3\envs\goodwe_test\lib\asyncio\runners.py", line 44, in run return loop.run_until_complete(main) File "C:\Users\Erfan\anaconda3\envs\goodwe_test\lib\asyncio\base_events.py", line 649, in run_until_complete return future.result() File "C:\python\goodwe\tests../../goodwe\goodwe\et.py", line 502, in read_runtime_data response = await self._read_from_socket(self._READ_RUNNING_DATA) File "C:\python\goodwe\tests../../goodwe\goodwe\inverter.py", line 122, in _read_from_socket result = await command.execute(self._protocol) File "C:\python\goodwe\tests../../goodwe\goodwe\protocol.py", line 372, in execute response_future = await protocol.send_request(self) File "C:\python\goodwe\tests../../goodwe\goodwe\protocol.py", line 257, in send_request return await self.send_request(command) File "C:\python\goodwe\tests../../goodwe\goodwe\protocol.py", line 244, in send_request await self._connect() File "C:\python\goodwe\tests../../goodwe\goodwe\protocol.py", line 194, in _connect self._transport, self.protocol = await asyncio.get_running_loop().create_connection( File "C:\Users\Erfan\anaconda3\envs\goodwe_test\lib\asyncio\base_events.py", line 1076, in create_connection raise exceptions[0] File "C:\Users\Erfan\anaconda3\envs\goodwe_test\lib\asyncio\base_events.py", line 1060, in create_connection sock = await self._connect_sock( File "C:\Users\Erfan\anaconda3\envs\goodwe_test\lib\asyncio\base_events.py", line 969, in _connect_sock await self.sock_connect(sock, address) File "C:\Users\Erfan\anaconda3\envs\goodwe_test\lib\asyncio\selector_events.py", line 501, in sock_connect return await fut File "C:\Users\Erfan\anaconda3\envs\goodwe_test\lib\asyncio\selector_events.py", line 541, in _sock_connect_cb raise OSError(err, f'Connect call failed {address}') TimeoutError: [Errno 10060] Connect call failed ('192.168.0.23', 502)

mletenay commented 2 months ago

@ivik Great, that's progress and confirmation the core protocol code works ! Is this failure to read_runtime_data() 100% reproducible ? Does it always fail this way ? If yes, could you try this script ?

async def get_runtime_data():

    inverter = await goodwe.connect('192.168.0.23', 502)
    runtime_data = await inverter.read_runtime_data()

    for sensor in inverter.sensors():
        if sensor.id_ in runtime_data:
            print(f"{sensor.id_}: \t\t {sensor.name} = {runtime_data[sensor.id_]} {sensor.unit}")

asyncio.run(get_runtime_data())

And obviously, please pull latest changes, I've added the TimeoutErorr handling so it should retry now ...

ivik commented 2 months ago

@mletenay

Yesterday I ran it twice and got the same error twice so 100% reproducible but twice is perhaps not the best metric :D I will run it couple of more times today.

The new code you added in the comment above. I presume it needs to have the same setup as the inverter_check.py file?

I created a new file and added this:

import asyncio import logging import sys

Force the local files, not pip installed lib

sys.path.insert(0, '../../goodwe') import goodwe

async def get_runtime_data():

inverter = await goodwe.connect('192.168.0.23', 502)
runtime_data = await inverter.read_runtime_data()

for sensor in inverter.sensors():
    if sensor.id_ in runtime_data:
        print(f"{sensor.id_}: \t\t {sensor.name} = {runtime_data[sensor.id_]} {sensor.unit}")

asyncio.run(get_runtime_data())

I hope that is also what you had in mind? Well I guess we will see soon enough, I will get back in 10-15minutes.

ivik commented 2 months ago

@mletenay Wow, we are getting somewhere my friend!

The inverter_check seems to found all the sensor:

(goodwe_test) PS C:\python\goodwe\tests> python.exe .\inverter_check.py 2024-05-04 22:04:49,368 init(54) - DEBUG: Using selector: SelectSelector 2024-05-04 22:04:49,368 connect(55) - DEBUG: Connecting to ET family inverter at 192.168.0.23:502. 2024-05-04 22:04:49,368 _ensure_lock(43) - DEBUG: Creating lock instance for current event loop. 2024-05-04 22:04:49,368 _connect(193) - DEBUG: Opening connection. 2024-05-04 22:04:49,368 connection_made(201) - DEBUG: Connection opened. 2024-05-04 22:04:49,368 _send_request(277) - DEBUG: Sending: READ 33 registers from 35000 (000100000006f70388b80021) 2024-05-04 22:04:49,399 data_received(222) - DEBUG: Received: 000100000045f7034200003a980001393031354b455454323334573036373200000000000000000000000700071b9c0008019130343036322d30372d53303030323032302d30382d533031 2024-05-04 22:04:49,399 _send_request(277) - DEBUG: Sending: READ 6 registers from 47547 (000100000006f703b9bb0006) 2024-05-04 22:04:49,415 data_received(222) - DEBUG: Received: 00010000000ff7030c000000000000000000000000 2024-05-04 22:04:49,415 _send_request(277) - DEBUG: Sending: READ 6 registers from 47589 (000100000006f703b9e50006) 2024-05-04 22:04:49,446 data_received(222) - DEBUG: Received: 00010000000ff7030cffff00000000000000000000 2024-05-04 22:04:49,446 connect(57) - DEBUG: Connected to inverter , S/N:9015KETT234W0672. Identified inverter

2024-05-04 22:04:49,446 init(54) - DEBUG: Using selector: SelectSelector 2024-05-04 22:04:49,446 _ensure_lock(43) - DEBUG: Creating lock instance for current event loop. 2024-05-04 22:04:49,446 _close_transport(304) - DEBUG: Failed to close transport. 2024-05-04 22:04:49,446 _connect(193) - DEBUG: Opening connection. 2024-05-04 22:04:49,446 connection_made(201) - DEBUG: Connection opened. 2024-05-04 22:04:49,446 _send_request(277) - DEBUG: Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-04 22:04:50,446 _timeout_mechanism(288) - DEBUG: Failed to receive response to READ 125 registers from 35100 (000100000006f703891c007d) in time (1s). 2024-05-04 22:04:50,446 connection_lost(213) - DEBUG: Connection closed. 2024-05-04 22:04:50,446 _connect(193) - DEBUG: Opening connection. 2024-05-04 22:05:11,470 send_request(262) - DEBUG: Connection refused error: [Errno 10060] Connect call failed ('192.168.0.23', 502) 2024-05-04 22:05:11,470 _connect(193) - DEBUG: Opening connection. 2024-05-04 22:05:32,475 send_request(262) - DEBUG: Connection refused error: [Errno 10060] Connect call failed ('192.168.0.23', 502) 2024-05-04 22:05:32,475 _connect(193) - DEBUG: Opening connection. 2024-05-04 22:05:33,492 connection_made(201) - DEBUG: Connection opened. 2024-05-04 22:05:33,492 _send_request(277) - DEBUG: Sending: READ 125 registers from 35100 (000100000006f703891c007d) - retry #3/3 2024-05-04 22:05:33,524 data_received(222) - DEBUG: Received: 0001000000fdf703fa18050416051f00000000000000000000000000000000000000000000000000000000000000000000000009130000138600000000090900001388ffffffff091900001386000000000001fffffffffffffc960000000000000000000f00000632000000000000000f00000020000000000000000f00001388000000000000000002370000001d0000011400000000000003760000015f006901230000134e09b500000000000000000000000400290000000000000000000050c8000001e800005109000005fd01ca0000022100000001c20e01290000020b00000000012e000000080000000000000000040b00000000020401c8000000001200 2024-05-04 22:05:33,524 _send_request(277) - DEBUG: Sending: READ 58 registers from 36000 (000100000006f7038ca0003a) 2024-05-04 22:05:33,570 data_received(222) - DEBUG: Received: 000100000177f7037400070048000a00000001fdc9ffe2feedfc970182ffa1ffe9ffabffad13870000000000000000fffffdc9ffffffe2fffffeedfffffc97000000710000007c0000009400000182fffffdaeffffff7ffffffebdfffffbe9000200050000000000000000000000000000090f0908091400190005000ee62a1388000000000000000002370000001d0000011400000000000003760000015f006901230000134e09b500000000000000000000000400290000000000000000000050c8000001e800005109000005fd01ca0000022100000001c20e01290000020b00000000012e000000080000000000000000040b00000000020401c80000000012007f0000000100000006f7038ca0003afbfd000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-04 22:05:33,570 _send_request(277) - DEBUG: Sending: READ 61 registers from 35301 (000100000006f70389e5003d) 2024-05-04 22:05:33,602 data_received(222) - DEBUG: Received: 00010000017df7037a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000409200920092000000000ffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a8650000000002370000001d0000011400000000000003760000015f006901230000134e09b500000000000000000000000400290000000000000000000050c8000001e800005109000005fd01ca0000022100000001c20e01290000020b00000000012e000000080000000000000000040b00000000020401c80000000012007f0000000100000006f70389e5003dab26000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 timestamp: Timestamp = 2024-05-04 22:05:31 vpv1: PV1 Voltage = 0.0 V ipv1: PV1 Current = 0.0 A ppv1: PV1 Power = 0 W vpv2: PV2 Voltage = 0.0 V ipv2: PV2 Current = 0.0 A ppv2: PV2 Power = 0 W vpv3: PV3 Voltage = 0.0 V ipv3: PV3 Current = 0.0 A ppv3: PV3 Power = 0 W vpv4: PV4 Voltage = 0.0 V ipv4: PV4 Current = 0.0 A ppv4: PV4 Power = 0 W ppv: PV Power = 0 W pv4_mode: PV4 Mode code = 0 pv4_mode_label: PV4 Mode = PV panels not connected pv3_mode: PV3 Mode code = 0 pv3_mode_label: PV3 Mode = PV panels not connected pv2_mode: PV2 Mode code = 0 pv2_mode_label: PV2 Mode = PV panels not connected pv1_mode: PV1 Mode code = 0 pv1_mode_label: PV1 Mode = PV panels not connected vgrid: On-grid L1 Voltage = 232.3 V igrid: On-grid L1 Current = 0.0 A fgrid: On-grid L1 Frequency = 49.98 Hz pgrid: On-grid L1 Power = 0 W vgrid2: On-grid L2 Voltage = 231.3 V igrid2: On-grid L2 Current = 0.0 A fgrid2: On-grid L2 Frequency = 50.0 Hz pgrid2: On-grid L2 Power = -1 W vgrid3: On-grid L3 Voltage = 232.9 V igrid3: On-grid L3 Current = 0.0 A fgrid3: On-grid L3 Frequency = 49.98 Hz pgrid3: On-grid L3 Power = 0 W grid_mode: Grid Mode code = 1 grid_mode_label: Grid Mode = Connected to grid total_inverter_power: Total Power = -1 W active_power: Active Power = -874 W grid_in_out: On-grid Mode code = 2 grid_in_out_label: On-grid Mode = Importing reactive_power: Reactive Power = 0 var apparent_power: Apparent Power = 0 VA backup_v1: Back-up L1 Voltage = 1.5 V backup_i1: Back-up L1 Current = 0.0 A backup_f1: Back-up L1 Frequency = 15.86 Hz load_mode1: Load Mode L1 = 0 backup_p1: Back-up L1 Power = 0 W backup_v2: Back-up L2 Voltage = 1.5 V backup_i2: Back-up L2 Current = 0.0 A backup_f2: Back-up L2 Frequency = 0.32 Hz load_mode2: Load Mode L2 = 0 backup_p2: Back-up L2 Power = 0 W backup_v3: Back-up L3 Voltage = 1.5 V backup_i3: Back-up L3 Current = 0.0 A backup_f3: Back-up L3 Frequency = 50.0 Hz load_mode3: Load Mode L3 = 0 backup_p3: Back-up L3 Power = 0 W load_p1: Load L1 = 567 W load_p2: Load L2 = 29 W load_p3: Load L3 = 276 W backup_ptotal: Back-up Load = 0 W load_ptotal: Load = 886 W ups_load: Ups Load = 0 % temperature_air: Inverter Temperature (Air) = 35.1 C temperature_module: Inverter Temperature (Module) = 10.5 C temperature: Inverter Temperature (Radiator) = 29.1 C function_bit: Function Bit = 0 bus_voltage: Bus Voltage = 494.2 V nbus_voltage: NBus Voltage = 248.5 V vbattery1: Battery Voltage = 0.0 V ibattery1: Battery Current = 0.0 A pbattery1: Battery Power = 0 W battery_mode: Battery Mode code = 0 battery_mode_label: Battery Mode = No battery warning_code: Warning code = 4 safety_country: Safety Country code = 41 safety_country_label: Safety Country = SE LV work_mode: Work Mode code = 0 work_mode_label: Work Mode = Wait Mode operation_mode: Operation Mode code = 0 error_codes: Error Codes = 0 errors: Errors = e_total: Total PV Generation = 2068.0 kWh e_day: Today's PV Generation = 48.8 kWh e_total_exp: Total Energy (export) = 2074.5 kWh h_total: Hours Total = 1533 h e_day_exp: Today Energy (export) = 45.8 kWh e_total_imp: Total Energy (import) = 54.5 kWh e_day_imp: Today Energy (import) = 0.0 kWh e_load_total: Total Load = 11521.4 kWh e_load_day: Today Load = 29.7 kWh e_bat_charge_total: Total Battery Charge = 52.3 kWh e_bat_charge_day: Today Battery Charge = 0.0 kWh e_bat_discharge_total: Total Battery Discharge = 30.2 kWh e_bat_discharge_day: Today Battery Discharge = 0.0 kWh diagnose_result: Diag Status Code = 33817032 diagnose_result_label: Diag Status = BMS: Discharge disabled, Discharge Driver On, BMS: Discharge current low, APP: Discharge current too low, BMS: Charge disabled, PF value set house_consumption: House Consumption = 874 W commode: Commode = 7 rssi: RSSI = 72 manufacture_code: Manufacture Code = 10 meter_test_status: Meter Test Status = 0 meter_comm_status: Meter Communication Status = 1 active_power1: Active Power L1 = -567 W active_power2: Active Power L2 = -30 W active_power3: Active Power L3 = -275 W active_power_total: Active Power Total = -873 W reactive_power_total: Reactive Power Total = 386 var meter_power_factor1: Meter Power Factor L1 = -0.095 meter_power_factor2: Meter Power Factor L2 = -0.023 meter_power_factor3: Meter Power Factor L3 = -0.085 meter_power_factor: Meter Power Factor = -0.083 meter_freq: Meter Frequency = 49.99 Hz meter_e_total_exp: Meter Total Energy (export) = 0.0 kWh meter_e_total_imp: Meter Total Energy (import) = 0.0 kWh meter_active_power1: Meter Active Power L1 = -567 W meter_active_power2: Meter Active Power L2 = -30 W meter_active_power3: Meter Active Power L3 = -275 W meter_active_power_total: Meter Active Power Total = -873 W meter_reactive_power1: Meter Reactive Power L1 = 113 var meter_reactive_power2: Meter Reactive Power L2 = 124 var meter_reactive_power3: Meter Reactive Power L2 = 148 var meter_reactive_power_total: Meter Reactive Power Total = 386 var meter_apparent_power1: Meter Apparent Power L1 = -594 VA meter_apparent_power2: Meter Apparent Power L2 = -129 VA meter_apparent_power3: Meter Apparent Power L3 = -323 VA meter_apparent_power_total: Meter Apparent Power Total = -1047 VA meter_type: Meter Type = 2 meter_sw_version: Meter Software Version = 5 meter2_active_power: Meter 2 Active Power = 0 W meter2_e_total_exp: Meter 2 Total Energy (export) = 0.0 kWh meter2_e_total_imp: Meter 2 Total Energy (import) = 0.0 kWh meter2_comm_status: Meter 2 Communication Status = 0 meter_voltage1: Meter L1 Voltage = 231.9 V meter_voltage2: Meter L2 Voltage = 231.2 V meter_voltage3: Meter L3 Voltage = 232.4 V meter_current1: Meter L1 Current = 2.5 A meter_current2: Meter L2 Current = 0.5 A meter_current3: Meter L3 Current = 1.4 A ppv_total: PV Power Total = 0 W pv_channel: PV Channel = 0 vpv5: PV5 Voltage = 0.0 V ipv5: PV5 Current = 0.0 A vpv6: PV6 Voltage = 0.0 V ipv6: PV6 Current = 0.0 A vpv7: PV7 Voltage = 0.0 V ipv7: PV7 Current = 0.0 A vpv8: PV8 Voltage = 0.0 V ipv8: PV8 Current = 0.0 A vpv9: PV9 Voltage = 0.0 V ipv9: PV9 Current = 0.0 A vpv10: PV10 Voltage = 0.0 V ipv10: PV10 Current = 0.0 A vpv11: PV11 Voltage = 0.0 V ipv11: PV11 Current = 0.0 A vpv12: PV12 Voltage = 0.0 V ipv12: PV12 Current = 0.0 A vpv13: PV13 Voltage = 0.0 V ipv13: PV13 Current = 0.0 A vpv14: PV14 Voltage = 0.0 V ipv14: PV14 Current = 0.0 A vpv15: PV15 Voltage = 0.0 V ipv15: PV15 Current = 0.0 A vpv16: PV16 Voltage = 0.0 V ipv16: PV16 Current = 0.0 A pmppt1: MPPT1 Power = 0 W pmppt2: MPPT2 Power = 0 W pmppt3: MPPT3 Power = 0 W pmppt4: MPPT4 Power = 0 W pmppt5: MPPT5 Power = 0 W pmppt6: MPPT6 Power = 0 W pmppt7: MPPT7 Power = 0 W pmppt8: MPPT8 Power = 0 W imppt1: MPPT1 Current = 0.0 A imppt2: MPPT2 Current = 0.0 A imppt3: MPPT3 Current = 0.0 A imppt4: MPPT4 Current = 0.0 A imppt5: MPPT5 Current = 0.0 A imppt6: MPPT6 Current = 0.0 A imppt7: MPPT7 Current = 0.0 A imppt8: MPPT8 Current = 0.0 A reactive_power1: Reactive Power L1 = 0 var reactive_power2: Reactive Power L2 = 0 var reactive_power3: Reactive Power L3 = 0 var apparent_power1: Apparent Power L1 = 0 VA apparent_power2: Apparent Power L2 = 43109 VA apparent_power3: Apparent Power L3 = 0 VA

ivik commented 2 months ago

@mletenay

And the script you gave me even returned everything and it did it instantly! 👍

(goodwe_test) PS C:\python\goodwe\tests> python.exe .\new_test.py timestamp: Timestamp = 2024-05-04 22:07:30 vpv1: PV1 Voltage = 0.0 V ipv1: PV1 Current = 0.0 A ppv1: PV1 Power = 0 W vpv2: PV2 Voltage = 0.0 V ipv2: PV2 Current = 0.0 A ppv2: PV2 Power = 0 W vpv3: PV3 Voltage = 0.0 V ipv3: PV3 Current = 0.0 A ppv3: PV3 Power = 0 W vpv4: PV4 Voltage = 0.0 V ipv4: PV4 Current = 0.0 A ppv4: PV4 Power = 0 W ppv: PV Power = 0 W pv4_mode: PV4 Mode code = 0 pv4_mode_label: PV4 Mode = PV panels not connected pv3_mode: PV3 Mode code = 0 pv3_mode_label: PV3 Mode = PV panels not connected pv2_mode: PV2 Mode code = 0 pv2_mode_label: PV2 Mode = PV panels not connected pv1_mode: PV1 Mode code = 0 pv1_mode_label: PV1 Mode = PV panels not connected vgrid: On-grid L1 Voltage = 231.3 V igrid: On-grid L1 Current = 0.0 A fgrid: On-grid L1 Frequency = 49.97 Hz pgrid: On-grid L1 Power = 0 W vgrid2: On-grid L2 Voltage = 231.9 V igrid2: On-grid L2 Current = 0.0 A fgrid2: On-grid L2 Frequency = 49.96 Hz pgrid2: On-grid L2 Power = 0 W vgrid3: On-grid L3 Voltage = 233.2 V igrid3: On-grid L3 Current = 0.1 A fgrid3: On-grid L3 Frequency = 49.97 Hz pgrid3: On-grid L3 Power = 0 W grid_mode: Grid Mode code = 1 grid_mode_label: Grid Mode = Connected to grid total_inverter_power: Total Power = 0 W active_power: Active Power = -863 W grid_in_out: On-grid Mode code = 2 grid_in_out_label: On-grid Mode = Importing reactive_power: Reactive Power = 22 var apparent_power: Apparent Power = 23 VA backup_v1: Back-up L1 Voltage = 1.5 V backup_i1: Back-up L1 Current = 0.0 A backup_f1: Back-up L1 Frequency = 15.86 Hz load_mode1: Load Mode L1 = 0 backup_p1: Back-up L1 Power = 0 W backup_v2: Back-up L2 Voltage = 1.5 V backup_i2: Back-up L2 Current = 0.0 A backup_f2: Back-up L2 Frequency = 0.32 Hz load_mode2: Load Mode L2 = 0 backup_p2: Back-up L2 Power = 0 W backup_v3: Back-up L3 Voltage = 1.5 V backup_i3: Back-up L3 Current = 0.0 A backup_f3: Back-up L3 Frequency = 50.0 Hz load_mode3: Load Mode L3 = 0 backup_p3: Back-up L3 Power = 0 W load_p1: Load L1 = 565 W load_p2: Load L2 = 28 W load_p3: Load L3 = 269 W backup_ptotal: Back-up Load = 0 W load_ptotal: Load = 874 W ups_load: Ups Load = 0 % temperature_air: Inverter Temperature (Air) = 35.0 C temperature_module: Inverter Temperature (Module) = 10.5 C temperature: Inverter Temperature (Radiator) = 28.9 C function_bit: Function Bit = 0 bus_voltage: Bus Voltage = 494.1 V nbus_voltage: NBus Voltage = 248.5 V vbattery1: Battery Voltage = 0.0 V ibattery1: Battery Current = 0.0 A pbattery1: Battery Power = 0 W battery_mode: Battery Mode code = 0 battery_mode_label: Battery Mode = No battery warning_code: Warning code = 4 safety_country: Safety Country code = 41 safety_country_label: Safety Country = SE LV work_mode: Work Mode code = 0 work_mode_label: Work Mode = Wait Mode operation_mode: Operation Mode code = 0 error_codes: Error Codes = 0 errors: Errors = e_total: Total PV Generation = 2068.0 kWh e_day: Today's PV Generation = 48.8 kWh e_total_exp: Total Energy (export) = 2074.5 kWh h_total: Hours Total = 1533 h e_day_exp: Today Energy (export) = 45.8 kWh e_total_imp: Total Energy (import) = 54.5 kWh e_day_imp: Today Energy (import) = 0.0 kWh e_load_total: Total Load = 11521.4 kWh e_load_day: Today Load = 29.7 kWh e_bat_charge_total: Total Battery Charge = 52.3 kWh e_bat_charge_day: Today Battery Charge = 0.0 kWh e_bat_discharge_total: Total Battery Discharge = 30.2 kWh e_bat_discharge_day: Today Battery Discharge = 0.0 kWh diagnose_result: Diag Status Code = 33817032 diagnose_result_label: Diag Status = BMS: Discharge disabled, Discharge Driver On, BMS: Discharge current low, APP: Discharge current too low, BMS: Charge disabled, PF value set house_consumption: House Consumption = 863 W commode: Commode = 7 rssi: RSSI = 72 manufacture_code: Manufacture Code = 10 meter_test_status: Meter Test Status = 0 meter_comm_status: Meter Communication Status = 1 active_power1: Active Power L1 = -568 W active_power2: Active Power L2 = -29 W active_power3: Active Power L3 = -275 W active_power_total: Active Power Total = -872 W reactive_power_total: Reactive Power Total = 388 var meter_power_factor1: Meter Power Factor L1 = -0.095 meter_power_factor2: Meter Power Factor L2 = -0.022 meter_power_factor3: Meter Power Factor L3 = -0.085 meter_power_factor: Meter Power Factor = -0.083 meter_freq: Meter Frequency = 49.97 Hz meter_e_total_exp: Meter Total Energy (export) = 0.0 kWh meter_e_total_imp: Meter Total Energy (import) = 0.0 kWh meter_active_power1: Meter Active Power L1 = -568 W meter_active_power2: Meter Active Power L2 = -29 W meter_active_power3: Meter Active Power L3 = -275 W meter_active_power_total: Meter Active Power Total = -872 W meter_reactive_power1: Meter Reactive Power L1 = 112 var meter_reactive_power2: Meter Reactive Power L2 = 127 var meter_reactive_power3: Meter Reactive Power L2 = 148 var meter_reactive_power_total: Meter Reactive Power Total = 388 var meter_apparent_power1: Meter Apparent Power L1 = -595 VA meter_apparent_power2: Meter Apparent Power L2 = -130 VA meter_apparent_power3: Meter Apparent Power L3 = -323 VA meter_apparent_power_total: Meter Apparent Power Total = -1048 VA meter_type: Meter Type = 2 meter_sw_version: Meter Software Version = 5 meter2_active_power: Meter 2 Active Power = 0 W meter2_e_total_exp: Meter 2 Total Energy (export) = 0.0 kWh meter2_e_total_imp: Meter 2 Total Energy (import) = 0.0 kWh meter2_comm_status: Meter 2 Communication Status = 0 meter_voltage1: Meter L1 Voltage = 230.8 V meter_voltage2: Meter L2 Voltage = 231.7 V meter_voltage3: Meter L3 Voltage = 232.7 V meter_current1: Meter L1 Current = 2.5 A meter_current2: Meter L2 Current = 0.5 A meter_current3: Meter L3 Current = 1.4 A ppv_total: PV Power Total = 0 W pv_channel: PV Channel = 0 vpv5: PV5 Voltage = 0.0 V ipv5: PV5 Current = 0.0 A vpv6: PV6 Voltage = 0.0 V ipv6: PV6 Current = 0.0 A vpv7: PV7 Voltage = 0.0 V ipv7: PV7 Current = 0.0 A vpv8: PV8 Voltage = 0.0 V ipv8: PV8 Current = 0.0 A vpv9: PV9 Voltage = 0.0 V ipv9: PV9 Current = 0.0 A vpv10: PV10 Voltage = 0.0 V ipv10: PV10 Current = 0.0 A vpv11: PV11 Voltage = 0.0 V ipv11: PV11 Current = 0.0 A vpv12: PV12 Voltage = 0.0 V ipv12: PV12 Current = 0.0 A vpv13: PV13 Voltage = 0.0 V ipv13: PV13 Current = 0.0 A vpv14: PV14 Voltage = 0.0 V ipv14: PV14 Current = 0.0 A vpv15: PV15 Voltage = 0.0 V ipv15: PV15 Current = 0.0 A vpv16: PV16 Voltage = 0.0 V ipv16: PV16 Current = 0.0 A pmppt1: MPPT1 Power = 0 W pmppt2: MPPT2 Power = 0 W pmppt3: MPPT3 Power = 0 W pmppt4: MPPT4 Power = 0 W pmppt5: MPPT5 Power = 0 W pmppt6: MPPT6 Power = 0 W pmppt7: MPPT7 Power = 0 W pmppt8: MPPT8 Power = 0 W imppt1: MPPT1 Current = 0.0 A imppt2: MPPT2 Current = 0.0 A imppt3: MPPT3 Current = 0.0 A imppt4: MPPT4 Current = 0.0 A imppt5: MPPT5 Current = 0.0 A imppt6: MPPT6 Current = 0.0 A imppt7: MPPT7 Current = 0.0 A imppt8: MPPT8 Current = 0.0 A reactive_power1: Reactive Power L1 = 0 var reactive_power2: Reactive Power L2 = 0 var reactive_power3: Reactive Power L3 = 0 var apparent_power1: Apparent Power L1 = 0 VA apparent_power2: Apparent Power L2 = 43109 VA apparent_power3: Apparent Power L3 = 0 VA

ivik commented 2 months ago

Don't worry about this part:

pv4_mode: PV4 Mode code = 0 pv4_mode_label: PV4 Mode = PV panels not connected pv3_mode: PV3 Mode code = 0 pv3_mode_label: PV3 Mode = PV panels not connected pv2_mode: PV2 Mode code = 0 pv2_mode_label: PV2 Mode = PV panels not connected pv1_mode: PV1 Mode code = 0 pv1_mode_label: PV1 Mode = PV panels not connected

The sun is sleeping :D

mletenay commented 2 months ago

Perfect ! I can now release the library and HACS integration and we can give it a try in real life !

ivik commented 2 months ago

Great, thank you very much with all your help and time!

I use the standard Goodwe inverter integration and not HACS. Please let me know when its up in HACS and I will change or will this also make its way to the standard Goodwe integration library as well?

mletenay commented 2 months ago

Proper Modbus/TCP support is now present in HACS version of this integration (since v0.9.9.18) - https://github.com/mletenay/home-assistant-goodwe-inverter Once confirmed to be stable, it will be ported to core HA integration.

ivik commented 2 months ago

@mletenay

Do you know what will happen if I use this by using HACS when I already have the "standard" integration? I saw some info about the other way around, but will I loose anything If I have standard integration and use HACS instead? Or could I just remove integration and download and use the HACS version with loosing entity names and stats?

mletenay commented 1 month ago

HACS should simply work as drop-in replacement, keeping all the entities, just install it over standard HA. But do backup your HA first ! I cannot guarantee something won't go wrong ;-)

savagejimmy85 commented 1 month ago

I'm very happy to see the progress made :) Unfortunately I still seem to be out of luck for this working with my GW5000-DNS-30 I have downloaded the latest version onto my PC and run the inverter-check.py and this is my output:

PS C:\Users*****\Downloads\goodwe-master\goodwe-master\tests> python .\inverter_check.py 2024-05-07 15:04:58,266 init(54) - DEBUG: Using selector: SelectSelector 2024-05-07 15:04:58,267 discover(70) - DEBUG: Probing inverter at 192.168.1.166. 2024-05-07 15:04:58,268 _send_request(67) - DEBUG: Sending: aa55c07f0102000241 2024-05-07 15:07:05,280 _retry_mechanism(77) - DEBUG: Failed to receive response to aa55c07f0102000241 in time (127s). 2024-05-07 15:07:05,280 _send_request(67) - DEBUG: Sending: aa55c07f0102000241 - retry #1/1 2024-05-07 15:09:12,283 _retry_mechanism(81) - DEBUG: Max number of retries (1) reached, request aa55c07f0102000241 failed. 2024-05-07 15:09:12,284 discover(101) - DEBUG: Probing ET inverter at 192.168.1.166. 2024-05-07 15:09:12,284 _ensure_lock(123) - DEBUG: Creating lock instance for current event loop. 2024-05-07 15:09:12,284 _send_request(67) - DEBUG: Sending: READ 33 registers from 35000 (f70388b800213ac1)

I had modified the file inverter-check.py to:

Set the appropriate IP address

IP_ADDRESS = "192.168.1.166" PORT = 502 FAMILY = "D-NS" # One of ET, EH, ES, EM, DT, NS, XS or None to detect family automatically COMM_ADDR = 0x7f # Usually 0xf7 for ET/EH/EM/ES or 0x7f for DT/D-NS/XS, or None for default value TIMEOUT = 1 RETRIES = 3

I will confirm the wifi/lan module part/version number when home if this will assist

ivik commented 1 month ago

@savagejimmy85

Are you sure you have the new Wifi/Lan module? Version 2.0. Please check my pictures above for referens. I think the TCP modbus was only for the new version.

savagejimmy85 commented 1 month ago

Yep. I've confirmed it's definitely the new version I have Screenshot_20240508_174110_Photos

mletenay commented 1 month ago

Your code is not running the latest version (there is no port mentioned in log output). Either update pip. or try fiddling with the sys.path.insert(0, '../../goodwe') - one ../ less or more

mletenay commented 1 month ago

v0.9.9.19 of HACS version was just released, fixing the problem with setup of TCP mode.

xrsprint commented 1 month ago

Hi @mletenay.

just added this experimental version and love the ability to apply the Eco Modes! I read this thread and I also have a Lan V2 Module that I had here and couldn't use on the HA integration, I tried to add it using TCP and when it adds I also get the issue where the entities don't appear and it keeps re-trying, I'm running v0.9.9.19 so not sure if the setup fix works on all devices, I'm new to some of this so I don't know how to run the python script, but just to let you know, I'm happy to wait a bit until this matures before adding the LAN module, I'm also running the ES G2 inverter

Cheers

RalfWinter commented 1 month ago

Hello @xrsprint , could you please activate debug logging of the "Goodwe Inverter"-integration, rerun the addition of your v2 module and share the relevant lines of the home-assistant.log entries? That would help. Thanks.

xrsprint commented 1 month ago

Hello @RalfWinter

Sure, ok now I Did some More testing and also found the following:

when I first added the LAN Module, I Would Get the connection just opening and then straight away closing. (See attachment "After Adding")

I then Rebooted HA and found that then it showed connected and all the entitles were available, however after 20 seconds a fair amount of my entitles would become unavailable, and this would happen over and over again, (see attachment "After Reboot")

I have also attached the firmware versions, and a photo of the dongle, and below are the logs when the entitles would disappear and come back

Cheers

2024-05-11 16:04:00.486 DEBUG (MainThread) [goodwe] Connecting to ET family inverter at 192.168.199.171:502. 2024-05-11 16:04:00.486 DEBUG (MainThread) [goodwe.protocol] Creating lock instance for current event loop. 2024-05-11 16:04:00.486 DEBUG (MainThread) [goodwe.protocol] Opening connection. 2024-05-11 16:04:00.488 DEBUG (MainThread) [goodwe.protocol] Connection opened. 2024-05-11 16:04:00.488 DEBUG (MainThread) [goodwe.protocol] Sending: READ 33 registers from 35000 (000100000006f70388b80021) 2024-05-11 16:04:00.515 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f70342007913ba0000353530303045534e3233325730323534475736303030455332300000000019ce0000016a30343034382d30362d53303630323032302d30382d533031 2024-05-11 16:04:00.518 DEBUG (MainThread) [goodwe.protocol] Sending: READ 6 registers from 47547 (000100000006f703b9bb0006) 2024-05-11 16:04:00.540 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7030c0000173b5500fc1800640fff 2024-05-11 16:04:00.541 DEBUG (MainThread) [goodwe.protocol] Sending: READ 6 registers from 47589 (000100000006f703b9e50006) 2024-05-11 16:04:00.574 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7030c000000005500000000000000 2024-05-11 16:04:00.576 DEBUG (MainThread) [goodwe] Connected to inverter GW6000ES20, S/N:55000ESN232W0254. 2024-05-11 16:04:00.576 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:04:00.642 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10033808b7000e000001330a2e000e000001820000000000000000000000000000000000000202095b001c13880000028e000000000000000000000000000000000000000000010000028b00000157000000000000028e094b000313880001000000000000000000000000000000000000000000000000000000000000013500000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000 2024-05-11 16:04:00.647 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:04:00.707 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200970d780d2cb0028e000000000000000000000000000000000000000000010000028b00000157000000000000028e094b000313880001000000000000000000000000000000000000000000000000000000000000013500000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000392b00000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:04:00.710 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:04:00.749 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a000000010159000000000159021fc224863c863cc22413890000000000000000000001590000000000000000000001590000021f00000000000000000000021f000002b20000000000000000000002b200000050b13f000313880001000000000000000000000000000000000000000000000000000000000000013500000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000392b00000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:04:00.750 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.174 seconds (success: True) 2024-05-11 16:04:00.762 DEBUG (MainThread) [goodwe.protocol] Sending: READ 3 registers from 45200 (000100000006f703b0900003) 2024-05-11 16:04:00.783 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7030618050b100338c3ca00010159000000000159021fc224863c863cc22413890000000000000000000001590000000000000000000001590000021f00000000000000000000021f000002b20000000000000000000002b200000050b13f000313880001000000000000000000000000000000000000000000000000000000000000013500000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000392b00000100000006f703b0 2024-05-11 16:04:00.787 DEBUG (MainThread) [goodwe.protocol] Sending: READ register 47510 (000100000006f703b9960001) 2024-05-11 16:04:00.806 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f70302000070510338c3ca00010159000000000159021fc224863c863cc22413890000000000000000000001590000000000000000000001590000021f00000000000000000000021f000002b20000000000000000000002b200000050b13f000313880001000000000000000000000000000000000000000000000000000000000000013500000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000392b000001000000 2024-05-11 16:04:00.807 DEBUG (MainThread) [goodwe.protocol] Sending: READ register 47000 (000100000006f703b7980001) 2024-05-11 16:04:00.831 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703020005b0520338c3ca00010159000000000159021fc224863c863cc22413890000000000000000000001590000000000000000000001590000021f00000000000000000000021f000002b20000000000000000000002b200000050b13f000313880001000000000000000000000000000000000000000000000000000000000000013500000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000392b000001000000 2024-05-11 16:04:00.831 DEBUG (MainThread) [goodwe.protocol] Sending: READ register 47596 (000100000006f703b9ec0001) 2024-05-11 16:04:00.857 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f70302000070510338c3ca00010159000000000159021fc224863c863cc22413890000000000000000000001590000000000000000000001590000021f00000000000000000000021f000002b20000000000000000000002b200000050b13f000313880001000000000000000000000000000000000000000000000000000000000000013500000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000392b000001000000 2024-05-11 16:04:00.868 DEBUG (MainThread) [goodwe.protocol] Sending: READ register 45356 (000100000006f703b12c0001) 2024-05-11 16:04:00.904 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f70302000af0560338c3ca00010159000000000159021fc224863c863cc22413890000000000000000000001590000000000000000000001590000021f00000000000000000000021f000002b20000000000000000000002b200000050b13f000313880001000000000000000000000000000000000000000000000000000000000000013500000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000392b000001000000 2024-05-11 16:04:00.933 DEBUG (MainThread) [goodwe.protocol] Sending: READ 6 registers from 47547 (000100000006f703b9bb0006) 2024-05-11 16:04:00.952 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7030c0000173b5500fc1800640fff871a00000159021fc224863c863cc22413890000000000000000000001590000000000000000000001590000021f00000000000000000000021f000002b20000000000000000000002b200000050b13f000313880001000000000000000000000000000000000000000000000000000000000000013500000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000392b00000100000006f703b9bb0006842700 2024-05-11 16:04:00.952 DEBUG (MainThread) [goodwe.protocol] Sending: READ register 47509 (000100000006f703b9950001) 2024-05-11 16:04:00.976 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f70302000070515500fc1800640fff871a00000159021fc224863c863cc22413890000000000000000000001590000000000000000000001590000021f00000000000000000000021f000002b20000000000000000000002b200000050b13f000313880001000000000000000000000000000000000000000000000000000000000000013500000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000392b000001000000 2024-05-11 16:04:00.976 DEBUG (MainThread) [goodwe.protocol] Sending: READ 6 registers from 47547 (000100000006f703b9bb0006) 2024-05-11 16:04:01.002 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7030c0000173b5500fc1800640fff871a00000159021fc224863c863cc22413890000000000000000000001590000000000000000000001590000021f00000000000000000000021f000002b20000000000000000000002b200000050b13f000313880001000000000000000000000000000000000000000000000000000000000000013500000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000392b00000100000006f703b9bb0006842700 2024-05-11 16:04:01.004 DEBUG (MainThread) [goodwe.protocol] Sending: READ 6 registers from 47547 (000100000006f703b9bb0006) 2024-05-11 16:04:01.036 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7030c0000173b5500fc1800640fff871a00000159021fc224863c863cc22413890000000000000000000001590000000000000000000001590000021f00000000000000000000021f000002b20000000000000000000002b200000050b13f000313880001000000000000000000000000000000000000000000000000000000000000013500000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000392b00000100000006f703b9bb0006842700 2024-05-11 16:04:04.897 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:04:04.938 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b100400088d000e000001340a2c000e000001820000000000000000000000000000000000000202095a001c138a0000028c000000000000000000000000000000000000000000010000028800000164ffffffff0000028c094a0003138a0001000000000000000000000000000000000000000000000000000000000000012900000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000faa100000100000006f703891c007d7ae70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:04:04.939 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:04:04.968 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200970d780d2cb0028c000000000000000000000000000000000000000000010000028800000164ffffffff0000028c094a0003138a0001000000000000000000000000000000000000000000000000000000000000012900000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000faa100000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e313439000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:04:04.969 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:04:05.004 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a00000001015e00000000015e021fc92c863c863cc92c138900000000000000000000015e00000000000000000000015e0000021f00000000000000000000021f000002b10000000000000000000002b100000050b4db0003138a0001000000000000000000000000000000000000000000000000000000000000012900000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000faa100000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e313439000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:04:05.004 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.107 seconds (success: True) 2024-05-11 16:04:09.898 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:04:09.949 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10040508ad000e000001360a27000e0000018200000000000000000000000000000000000002020958001c13880000028c000000000000000000000000000000000000000000010000028900000160fffffffc0000028c0948000313880001000000000000000000000000000000000000000000000000000000000000012a00000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000130300000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002dec4c0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000303000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c00000038000000000000 2024-05-11 16:04:09.950 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:04:09.972 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200970d780d2cb0028c000000000000000000000000000000000000000000010000028900000160fffffffc0000028c0948000313880001000000000000000000000000000000000000000000000000000000000000012a00000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000130300000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002dec4c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390300001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f0000000000000000000000000000000000000000000000000000000000 2024-05-11 16:04:09.972 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:04:10.006 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a000000010162000000000162021cc738863c863cc73813880000000000000000000001620000000000000000000001620000021c00000000000000000000021c000002b20000000000000000000002b200000050879e000313880001000000000000000000000000000000000000000000000000000000000000012a00000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000130300000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002dec4c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000630300001000000001000000bbf30000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:04:10.006 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.108 seconds (success: True) 2024-05-11 16:04:14.898 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:04:14.938 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10040a08ce000d000001360a40000e0000018300000000000000000000000000000000000002020957001c13840000028f000000000000000000000000000000000000000000010000028900000165000000010000028f0947000313840001000000000000000000000000000000000000000000000000000000000000012a00000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000848a00000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002dec4c0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000304000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3fc86c0b00883cfc3fd479fd3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb 2024-05-11 16:04:14.939 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:04:14.968 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200970d780d2cb0028f000000000000000000000000000000000000000000010000028900000165000000010000028f0947000313840001000000000000000000000000000000000000000000000000000000000000012a00000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000848a00000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002dec4c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390400001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3ff16c0b00883cfc3fd479fd3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000 2024-05-11 16:04:14.969 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:04:15.004 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a0000000101600000000001600218c800863c863cc800138600000000000000000000016000000000000000000000016000000218000000000000000000000218000002b00000000000000000000002b0000000505d48000313840001000000000000000000000000000000000000000000000000000000000000012a00000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c200000f450067000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000848a00000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002dec4c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000630400001000000001000000bbf30000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f0f6d0b00883cfc3fd479fd3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:04:15.004 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.106 seconds (success: True) 2024-05-11 16:04:19.898 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:04:19.940 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10040f08c0000e000001360a34000e0000018300000000000000000000000000000000000002020957001c13860000028d000000000000000000000000000000000000000000010000028a00000157000000040000028d0947000313860001000000000000000000000000000000000000000000000000000000000000013000000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000644700000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002dec4c0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000305000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f50800b00883cfc3fd479fd3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f0000000000000000000000 2024-05-11 16:04:19.941 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:04:19.969 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200970d780d2cb0028d000000000000000000000000000000000000000000010000028a00000157000000040000028d0947000313860001000000000000000000000000000000000000000000000000000000000000013000000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000644700000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002dec4c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390500001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f7b800b00883cfc3fd479fd3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff009400 2024-05-11 16:04:19.971 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:04:20.003 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a00000001015d00000000015d021bc3b4863c863cc418138600000000000000000000015d00000000000000000000015d0000021b00000000000000000000021b000002b00000000000000000000002b0000000505420000313860001000000000000000000000000000000000000000000000000000000000000013000000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000644700000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002dec4c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000630500001000000001000000bbf30000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f99800b00883cfc3f883cfc3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff0094000000007973a1380188d2dfffff3fb300000000140000005883fc3f908dfd3ff700ad0338d4403f98a7fd 2024-05-11 16:04:20.004 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.106 seconds (success: True) 2024-05-11 16:04:24.897 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:04:24.938 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10041408c4000d000001360a33000e0000017f00000000000000000000000000000000000002020958001c13880000028f000000000000000000000000000000000000000000010000028a00000169000000060000028f0948000313880001000000000000000000000000000000000000000000000000000000000000013300000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f30065000013330043000000000001000000000000000000000000018000020000000004bd00000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002dec4c0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000306000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3fd7930b00883cfc3f883cfc3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff0094000000007973a1380188d2dfffff3fb300000000140000005883fc3f908dfd3ff700ad0338d4403f98a7fd3f5c0000000000000098a7fd3f000000000000000000000000b0a7fd3fffffffffb0a7fd3fb0a7fd3f00000000c4a7fd3fffffffffc4a7fd3fc4a7fd3f 2024-05-11 16:04:24.940 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:04:24.940 DEBUG (MainThread) [goodwe.modbus] Response is command failure: UNKNOWN. 2024-05-11 16:04:24.940 DEBUG (MainThread) [goodwe.protocol] Received exception response: 010000000100000000000000ffff00b400000000cc6d6ac101430b77ffff3fb30000000004060000000000005ca8fd3f630063008000010000000000000000001d85c0a8c7c0e00000fb14e914e9002fe32d0000000000010000000000000f42524e33 2024-05-11 16:04:24.940 ERROR (MainThread) [custom_components.goodwe.coordinator] Error fetching GoodWe data: UNKNOWN 2024-05-11 16:04:24.940 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.043 seconds (success: False) 2024-05-11 16:04:24.968 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200970d770d2940028f000000000000000000000000000000000000000000010000028a00000169000000060000028f0948000313880001000000000000000000000000000000000000000000000000000000000000013300000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f30065000013330043000000000001000000000000000000000000018000020000000004bd00000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002dec4c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390600001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f01940b00883cfc3fd479fd3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff0094000000007973a1380188d2dfffff3fb300000000140000005883fc3f908dfd3ff700ad0338d4403f98a7fd3f5c0000000000000098a7fd3f000000000000000000000000b0a7fd3fffffffffb0a7fd3fb0a7fd3f00000000c4a7fd3fffffffffc4a7fd3fc4a7fd3f 2024-05-11 16:04:24.969 ERROR (MainThread) [homeassistant] Error doing job: Fatal error: protocol.data_received() call failed. Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/selector_events.py", line 1017, in _read_ready__data_received self._protocol.data_received(data) File "/usr/local/lib/python3.12/site-packages/goodwe/protocol.py", line 224, in data_received self.response_future.set_result(data) asyncio.exceptions.InvalidStateError: invalid state 2024-05-11 16:04:24.971 DEBUG (MainThread) [goodwe.protocol] Connection closed with error: invalid state. 2024-05-11 16:04:29.898 DEBUG (MainThread) [goodwe.protocol] Opening connection. 2024-05-11 16:04:29.902 DEBUG (MainThread) [goodwe.protocol] Connection opened. 2024-05-11 16:04:29.902 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:04:29.947 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10041908ce000e000001380a43000e0000018300000000000000000000000000000000000002020958001c13880000028e000000000000000000000000000000000000000000010000028c00000163000000050000028e0948000313880001000000000000000000000000000000000000000000000000000000000000013200000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000 2024-05-11 16:04:29.947 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:04:29.972 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200970d780d2cb0028e000000000000000000000000000000000000000000010000028c00000163000000050000028e0948000313880001000000000000000000000000000000000000000000000000000000000000013200000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000da8100000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:04:29.973 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:04:30.007 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a000000010161000000000161021dc738863c863cc73813890000000000000000000001610000000000000000000001610000021d00000000000000000000021d000002b30000000000000000000002b3000000501a36000313880001000000000000000000000000000000000000000000000000000000000000013200000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000da8100000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:04:30.007 INFO (MainThread) [custom_components.goodwe.coordinator] Fetching GoodWe data recovered 2024-05-11 16:04:30.007 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.110 seconds (success: True) 2024-05-11 16:04:30.188 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.helpers.event. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from event directly at custom_components/hacs/base.py, line 642: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues 2024-05-11 16:04:34.898 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:04:34.939 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10041e08cf000e000001390a5e000e0000017d00000000000000000000000000000000000002020957001c13880000028d000000000000000000000000000000000000000000010000028a00000164000000020000028d0947000313880001000000000000000000000000000000000000000000000000000000000000012800000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000751d00000100000006f703891c007d7ae70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:04:34.941 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:04:34.968 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200970d770d2940028d000000000000000000000000000000000000000000010000028a00000164000000020000028d0947000313880001000000000000000000000000000000000000000000000000000000000000012800000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000751d00000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e313439000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:04:34.968 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:04:35.003 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a000000010165000000000165021ac738863c863cc73813870000000000000000000001650000000000000000000001650000021a00000000000000000000021a000002b20000000000000000000002b200000050fc51000313880001000000000000000000000000000000000000000000000000000000000000012800000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000751d00000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e313439000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:04:35.003 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.105 seconds (success: True) 2024-05-11 16:04:39.899 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:04:39.941 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10042308ca000e0000013a0a3f000e0000017d00000000000000000000000000000000000002020957001c13850000028e000000000000000000000000000000000000000000010000028a0000015ffffffffc0000028e0947000313850001000000000000000000000000000000000000000000000000000000000000012a00000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000b10900000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c91ec0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000303000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c00000038000000000000 2024-05-11 16:04:39.942 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:04:39.971 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200970d770d2940028e000000000000000000000000000000000000000000010000028a0000015ffffffffc0000028e0947000313850001000000000000000000000000000000000000000000000000000000000000012a00000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000b10900000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c91ec0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390300001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f0000000000000000000000000000000000000000000000000000000000 2024-05-11 16:04:39.972 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:04:40.005 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a0000000101640000000001640219c47c863c863cc47c138700000000000000000000016400000000000000000000016400000219000000000000000000000219000002b20000000000000000000002b200000050a020000313850001000000000000000000000000000000000000000000000000000000000000012a00000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000b10900000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c91ec0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000630300001000000001000000bbf30000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:04:40.007 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.108 seconds (success: True) 2024-05-11 16:04:44.898 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:04:44.939 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10042808c7000e000001370a50000e000001800000000000000000000000000000000000000202095a001c138500000290000000000000000000000000000000000000000000010000028c0000015b0000000400000290094a000313850001000000000000000000000000000000000000000000000000000000000000012b00000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f3006500001333004300000000000100000000000000000000000001800002000000001f2700000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c91ec0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000304000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a57001000010a0fd3f40a5fd3ff7e10b00a03bfc3fd437fe3faca5fd3f983bfc3f1400000068c5fe3f68c5fe3faca5fd3f60c5fe3f05000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb 2024-05-11 16:04:44.940 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:04:44.968 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200970d770d29400290000000000000000000000000000000000000000000010000028c0000015b0000000400000290094a000313850001000000000000000000000000000000000000000000000000000000000000012b00000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f3006500001333004300000000000100000000000000000000000001800002000000001f2700000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c91ec0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390400001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f21e20b00883cfc3f883cfc3faca5fd3f803cfc3f1400000038b1fb3f38b1fb3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000 2024-05-11 16:04:44.970 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:04:45.002 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a0000000101670000000001670219c79c863c863cc79c138600000000000000000000016700000000000000000000016700000219000000000000000000000219000002b40000000000000000000002b4000000506794000313850001000000000000000000000000000000000000000000000000000000000000012b00000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f3006500001333004300000000000100000000000000000000000001800002000000001f2700000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c91ec0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000630400001000000001000000bbf30000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a57001000010a0fd3f40a5fd3f3fe20b00a03bfc3fd437fe3faca5fd3f983bfc3f1400000068c5fe3f68c5fe3faca5fd3f60c5fe3f05000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:04:45.002 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.105 seconds (success: True) 2024-05-11 16:04:49.899 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:04:49.945 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10042d08d2000d000001360a56000e000001820000000000000000000000000000000000000202095b001c138600000292000000000000000000000000000000000000000000010000028e000001590000000400000292094b000313860001000000000000000000000000000000000000000000000000000000000000013600000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000f27e00000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c91ec0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000305000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f80f50b00883cfc3f883cfc3faca5fd3f803cfc3f1400000038b1fb3f38b1fb3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f0000000000000000000000 2024-05-11 16:04:49.946 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:04:49.969 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200950d770d28f80292000000000000000000000000000000000000000000010000028e000001590000000400000292094b000313860001000000000000000000000000000000000000000000000000000000000000013600000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000f27e00000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c91ec0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390500001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3faff50b00883cfc3f883cfc3faca5fd3f803cfc3f1400000038b1fb3f38b1fb3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff009400 2024-05-11 16:04:49.969 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:04:50.003 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a00000001015c00000000015c021bc4e0863c863cc4e0138700000000000000000000015c00000000000000000000015c0000021b00000000000000000000021b000002b20000000000000000000002b200000050acb8000313860001000000000000000000000000000000000000000000000000000000000000013600000000000000000000000000000109000001610000013c00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000f27e00000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c91ec0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000630500001000000001000000bbf30000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3fc6f50b00883cfc3fd479fd3faca5fd3f803cfc3f1400000038b1fb3f38b1fb3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff0094000000007973a1380188d2dfffff3fb300000000140000005883fc3f908dfd3ff700ad0338d4403f98a7fd 2024-05-11 16:04:50.004 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.105 seconds (success: True) 2024-05-11 16:04:54.898 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:04:54.939 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10043208ce000e000001390a59000e000001830000000000000000000000000000000000000202095b001c138a00000292000000000000000000000000000000000000000000010000028e0000015e0000000300000292094b0003138a0001000000000000000000000000000000000000000000000000000000000000012c00000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000f03f00000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c91ec0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000306000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f08090c00883cfc3fd479fd3faca5fd3f803cfc3f1400000038b1fb3f38b1fb3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff0094000000007973a1380188d2dfffff3fb300000000140000005883fc3f908dfd3ff700ad0338d4403f98a7fd3f5c0000000000000098a7fd3f000000000000000000000000b0a7fd3fffffffffb0a7fd3fb0a7fd3f00000000c4a7fd3fffffffffc4a7fd3fc4a7fd3f 2024-05-11 16:04:54.940 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:04:54.941 DEBUG (MainThread) [goodwe.modbus] Response is command failure: UNKNOWN. 2024-05-11 16:04:54.941 DEBUG (MainThread) [goodwe.protocol] Received exception response: 010000000100000000000000ffff00b400000000cc6d6ac101430b77ffff3fb30000000004060000000000005ca8fd3f63006300800001000000000000000000905ac0a8c795c0a8c7ab1ec9f601e81015de5edcbaa95010887be38d00000000000000 2024-05-11 16:04:54.942 ERROR (MainThread) [custom_components.goodwe.coordinator] Error fetching GoodWe data: UNKNOWN 2024-05-11 16:04:54.942 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.044 seconds (success: False) 2024-05-11 16:04:54.969 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200970d770d29400292000000000000000000000000000000000000000000010000028e0000015e0000000300000292094b0003138a0001000000000000000000000000000000000000000000000000000000000000012c00000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000f03f00000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c91ec0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390600001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f32090c00883cfc3f883cfc3faca5fd3f803cfc3f1400000038b1fb3f38b1fb3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff0094000000007973a1380188d2dfffff3fb300000000140000005883fc3f908dfd3ff700ad0338d4403f98a7fd3f5c0000000000000098a7fd3f000000000000000000000000b0a7fd3fffffffffb0a7fd3fb0a7fd3f00000000c4a7fd3fffffffffc4a7fd3fc4a7fd3f 2024-05-11 16:04:54.969 ERROR (MainThread) [homeassistant] Error doing job: Fatal error: protocol.data_received() call failed. Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/selector_events.py", line 1017, in _read_ready__data_received self._protocol.data_received(data) File "/usr/local/lib/python3.12/site-packages/goodwe/protocol.py", line 224, in data_received self.response_future.set_result(data) asyncio.exceptions.InvalidStateError: invalid state 2024-05-11 16:04:54.970 DEBUG (MainThread) [goodwe.protocol] Connection closed with error: invalid state. 2024-05-11 16:04:59.897 DEBUG (MainThread) [goodwe.protocol] Opening connection. 2024-05-11 16:04:59.902 DEBUG (MainThread) [goodwe.protocol] Connection opened. 2024-05-11 16:04:59.902 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:04:59.945 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10043708e6000d000001380a78000e0000017e0000000000000000000000000000000000000202095a001c138400000293000000000000000000000000000000000000000000010000028e000001670000000200000293094a000313840001000000000000000000000000000000000000000000000000000000000000013000000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000 2024-05-11 16:04:59.946 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:04:59.976 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200950d770d28f80293000000000000000000000000000000000000000000010000028e000001670000000200000293094a000313840001000000000000000000000000000000000000000000000000000000000000013000000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000eb0300000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:04:59.978 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:05:00.008 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a000000010166000000000166021cc990863c863cc99013850000000000000000000001660000000000000000000001660000021c00000000000000000000021c000002b60000000000000000000002b5000000509432000313840001000000000000000000000000000000000000000000000000000000000000013000000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000eb0300000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:05:00.010 INFO (MainThread) [custom_components.goodwe.coordinator] Fetching GoodWe data recovered 2024-05-11 16:05:00.010 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.113 seconds (success: True) 2024-05-11 16:05:04.898 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:05:04.939 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10050008c0000e000001380a76000e000001810000000000000000000000000000000000000202095c001c138400000292000000000000000000000000000000000000000000010000028e0000016afffffffc00000292094c000313840001000000000000000000000000000000000000000000000000000000000000012700000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f30065000013330043000000000001000000000000000000000000018000020000000013d000000100000006f703891c007d7ae70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:05:04.939 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:05:04.969 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200970d770d29400292000000000000000000000000000000000000000000010000028e0000016afffffffc00000292094c000313840001000000000000000000000000000000000000000000000000000000000000012700000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f30065000013330043000000000001000000000000000000000000018000020000000013d000000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e313439000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:05:04.970 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:05:05.004 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a00000001016b00000000016b021bcb20863c863ccabc138500000000000000000000016b00000000000000000000016b0000021b00000000000000000000021b000002b70000000000000000000002b700000050909c000313840001000000000000000000000000000000000000000000000000000000000000012700000000000000000000000000000109000001610000013c00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f30065000013330043000000000001000000000000000000000000018000020000000013d000000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e313439000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:05:05.004 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.106 seconds (success: True) 2024-05-11 16:05:09.898 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:05:09.939 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10050508cc000e000001370a77000e0000017f0000000000000000000000000000000000000202095c001c138600000291000000000000000000000000000000000000000000010000028f000001660000000400000291094c000313860001000000000000000000000000000000000000000000000000000000000000013400000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000cd4200000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002ec32c0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000303000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c00000038000000000000 2024-05-11 16:05:09.940 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:05:09.969 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200950d770d28f80291000000000000000000000000000000000000000000010000028f000001660000000400000291094c000313860001000000000000000000000000000000000000000000000000000000000000013400000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000cd4200000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002ec32c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390300001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f0000000000000000000000000000000000000000000000000000000000 2024-05-11 16:05:09.969 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:05:10.003 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a000000010164000000000164021cc60c863c863cc67013860000000000000000000001640000000000000000000001640000021c00000000000000000000021c000002b50000000000000000000002b500000050f2d2000313860001000000000000000000000000000000000000000000000000000000000000013400000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000cd4200000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002ec32c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000630300001000000001000000bbf30000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:05:10.003 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.105 seconds (success: True) 2024-05-11 16:05:14.898 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:05:14.939 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10050a08e2000e0000013d0a87000e000001820000000000000000000000000000000000000202095d001c13830000029500000000000000000000000000000000000000000001000002910000016a0000000300000295094d000313830001000000000000000000000000000000000000000000000000000000000000012600000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000b38200000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002ec32c0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000304000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f28570c00883cfc3f883cfc3faca5fd3f803cfc3f1400000038b1fb3f38b1fb3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb 2024-05-11 16:05:14.940 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:05:14.969 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200950d770d28f8029500000000000000000000000000000000000000000001000002910000016a0000000300000295094d000313830001000000000000000000000000000000000000000000000000000000000000012600000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000b38200000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002ec32c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390400001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f51570c00883cfc3f883cfc3faca5fd3f803cfc3f1400000038b1fb3f38b1fb3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000 2024-05-11 16:05:14.969 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:05:15.002 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a00000001016f00000000016f021acbe8863c863ccbe8138500000000000000000000016f00000000000000000000016f0000021a00000000000000000000021a000002b80000000000000000000002b800000050b818000313830001000000000000000000000000000000000000000000000000000000000000012600000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000b38200000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002ec32c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000630400001000000001000000bbf30000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f6e570c00883cfc3fd479fd3faca5fd3f803cfc3f1400000038b1fb3f38b1fb3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:05:15.002 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.104 seconds (success: True) 2024-05-11 16:05:18.479 DEBUG (MainThread) [goodwe.protocol] Sending: 00010000000df710b09000030618050b100512 2024-05-11 16:05:18.499 DEBUG (MainThread) [goodwe.protocol] Received: 00010000000df710b0900003b2730a00000001016f00000000016f021acbe8863c863ccbe8138500000000000000000000016f00000000000000000000016f0000021a00000000000000000000021a000002b80000000000000000000002b800000050b818000313830001000000000000000000000000000000000000000000000000000000000000012600000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000b3820000010000000df710b09000030618050b100512b06c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002ec32c0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000c0400001000000001000000b06c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f13000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f24650c00883cfc3f883cfc3faca5fd3f803cfc3f140000001046fd3f1046fd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f0000000000000000 2024-05-11 16:05:19.898 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:05:19.940 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10051208da000e0000013a0a6e000e0000017e0000000000000000000000000000000000000202095b001c138300000294000000000000000000000000000000000000000000010000028f00000163fffffffb00000294094b000313830001000000000000000000000000000000000000000000000000000000000000012f00000000000000000000000000000109000001610000013b00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f30065000013330043000000000001000000000000000000000000018000020000000010bf00000100000006f703891c007d7ae7050b100512b06c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002ec32c0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000305000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3fb06a0c00883cfc3f883cfc3faca5fd3f803cfc3f140000001046fd3f1046fd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f0000000000000000000000 2024-05-11 16:05:19.941 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:05:19.969 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200950d770d28f80294000000000000000000000000000000000000000000010000028f00000163fffffffb00000294094b000313830001000000000000000000000000000000000000000000000000000000000000012f00000000000000000000000000000109000001610000013b00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f30065000013330043000000000001000000000000000000000000018000020000000010bf00000100000006f70390880018fc7c050b100512b06c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002ec32c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390500001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3fda6a0c00883cfc3f883cfc3faca5fd3f803cfc3f140000001046fd3f1046fd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff009400 2024-05-11 16:05:19.970 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:05:20.003 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a0000000101650000000001640219c79c863c863cc79c138500000000000000000000016500000000000000000000016400000219000000000000000000000219000002b20000000000000000000002b200000050606c000313830001000000000000000000000000000000000000000000000000000000000000012f00000000000000000000000000000109000001610000013b00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f30065000013330043000000000001000000000000000000000000018000020000000010bf00000100000006f7038ca0002dbbf3050b100512b06c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002ec32c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000630500001000000001000000bbf30000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3ff76a0c00883cfc3f883cfc3faca5fd3f803cfc3f140000001046fd3f1046fd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff0094000000007973a1380188d2dfffff3fb300000000140000005883fc3f908dfd3ff700ad0338d4403f98a7fd 2024-05-11 16:05:20.004 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.105 seconds (success: True) 2024-05-11 16:05:24.897 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:05:24.938 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10051708d9000e0000013b0a91000e000001810000000000000000000000000000000000000202095b001c138400000291000000000000000000000000000000000000000000010000029000000169fffffffb00000291094b000313840001000000000000000000000000000000000000000000000000000000000000012500000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000e32700000100000006f703891c007d7ae7050b100512b06c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002ec32c0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000306000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f367e0c00883cfc3f883cfc3faca5fd3f803cfc3f140000001046fd3f1046fd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff0094000000007973a1380188d2dfffff3fb300000000140000005883fc3f908dfd3ff700ad0338d4403f98a7fd3f5c0000000000000098a7fd3f000000000000000000000000b0a7fd3fffffffffb0a7fd3fb0a7fd3f00000000c4a7fd3fffffffffc4a7fd3fc4a7fd3f 2024-05-11 16:05:24.939 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:05:24.940 DEBUG (MainThread) [goodwe.modbus] Response is command failure: UNKNOWN. 2024-05-11 16:05:24.940 DEBUG (MainThread) [goodwe.protocol] Received exception response: 010000000100000000000000ffff00b400000000cc6d6ac101430b77ffff3fb30000000004060000000000005ca8fd3f630063008000010000000000000000005c2bc0a8c795c0a8c7ab32ecf601db1499f92a7d9aa95010887b005700000000000000 2024-05-11 16:05:24.940 ERROR (MainThread) [custom_components.goodwe.coordinator] Error fetching GoodWe data: UNKNOWN 2024-05-11 16:05:24.940 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.043 seconds (success: False) 2024-05-11 16:05:24.967 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200950d770d28f80291000000000000000000000000000000000000000000010000029000000169fffffffb00000291094b000313840001000000000000000000000000000000000000000000000000000000000000012500000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000e32700000100000006f70390880018fc7c050b100512b06c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002ec32c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390600001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f607e0c00883cfc3fd479fd3faca5fd3f803cfc3f140000002caefd3f2caefd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff0094000000007973a1380188d2dfffff3fb300000000140000005883fc3f908dfd3ff700ad0338d4403f98a7fd3f5c0000000000000098a7fd3f000000000000000000000000b0a7fd3fffffffffb0a7fd3fb0a7fd3f00000000c4a7fd3fffffffffc4a7fd3fc4a7fd3f 2024-05-11 16:05:24.968 ERROR (MainThread) [homeassistant] Error doing job: Fatal error: protocol.data_received() call failed. Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/selector_events.py", line 1017, in _read_ready__data_received self._protocol.data_received(data) File "/usr/local/lib/python3.12/site-packages/goodwe/protocol.py", line 224, in data_received self.response_future.set_result(data) asyncio.exceptions.InvalidStateError: invalid state 2024-05-11 16:05:24.969 DEBUG (MainThread) [goodwe.protocol] Connection closed with error: invalid state. 2024-05-11 16:05:29.898 DEBUG (MainThread) [goodwe.protocol] Opening connection. 2024-05-11 16:05:29.902 DEBUG (MainThread) [goodwe.protocol] Connection opened. 2024-05-11 16:05:29.902 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:05:29.948 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10051c08fe000e0000013b0a5f000e0000017f0000000000000000000000000000000000000202095d001c138600000296000000000000000000000000000000000000000000010000028f0000016c0000000300000296094d000313860001000000000000000000000000000000000000000000000000000000000000013000000000000000000000000000000109000001610000013b00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000 2024-05-11 16:05:29.948 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:05:29.974 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200950d770d28f80296000000000000000000000000000000000000000000010000028f0000016c0000000300000296094d000313860001000000000000000000000000000000000000000000000000000000000000013000000000000000000000000000000109000001610000013b00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000b68000000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:05:29.974 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:05:30.009 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a000000010166000000000166021ecd78863c863ccd7813870000000000000000000001660000000000000000000001660000021e00000000000000000000021e000002b60000000000000000000002b600000050386d000313860001000000000000000000000000000000000000000000000000000000000000013000000000000000000000000000000109000001610000013b00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000b68000000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:05:30.009 INFO (MainThread) [custom_components.goodwe.coordinator] Fetching GoodWe data recovered 2024-05-11 16:05:30.009 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.111 seconds (success: True) 2024-05-11 16:05:34.898 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:05:34.939 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b1005210905000d0000013e0a8d000e0000017e00000000000000000000000000000000000002020959001c13880000029b00000000000000000000000000000000000000000001000002950000016cfffffffc0000029b0949000313880001000000000000000000000000000000000000000000000000000000000000012c00000000000000000000000000000109000001610000013b00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000990a00000100000006f703891c007d7ae70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:05:34.940 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:05:34.968 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200950d770d28f8029b00000000000000000000000000000000000000000001000002950000016cfffffffc0000029b0949000313880001000000000000000000000000000000000000000000000000000000000000012c00000000000000000000000000000109000001610000013b00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000990a00000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e313439000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:05:34.969 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:05:35.003 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a000000010171000000000171021bcddc863c863ccddc13880000000000000000000001710000000000000000000001710000021b00000000000000000000021b000002b80000000000000000000002b8000000505574000313880001000000000000000000000000000000000000000000000000000000000000012c00000000000000000000000000000109000001610000013b00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000990a00000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e313439000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:05:35.003 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.105 seconds (success: True) 2024-05-11 16:05:39.898 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:05:39.939 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10052608ff000d0000013b0aa5000e0000018000000000000000000000000000000000000002020959001c13880000029900000000000000000000000000000000000000000001000002940000017200000002000002990949000313880001000000000000000000000000000000000000000000000000000000000000012d00000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000536d00000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e3134390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100296b0c0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000303000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c00000038000000000000 2024-05-11 16:05:39.940 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:05:39.969 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200950d770d28f8029900000000000000000000000000000000000000000001000002940000017200000002000002990949000313880001000000000000000000000000000000000000000000000000000000000000012d00000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000536d00000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e3134390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100296b0c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390300001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f0000000000000000000000000000000000000000000000000000000000 2024-05-11 16:05:39.970 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:05:40.003 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a00000001016c00000000016c0219cea4863c863ccea4138800000000000000000000016c00000000000000000000016c00000219000000000000000000000219000002b30000000000000000000002b300000050eb76000313880001000000000000000000000000000000000000000000000000000000000000012d00000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000536d00000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e3134390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100296b0c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000630300001000000001000000bbf30000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:05:40.004 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.106 seconds (success: True) 2024-05-11 16:05:44.897 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:05:44.939 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10052b08f4000e0000013b0a7e000e0000018200000000000000000000000000000000000002020959001c13840000029600000000000000000000000000000000000000000001000002900000016f00000004000002960949000313840001000000000000000000000000000000000000000000000000000000000000012c00000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000f16b00000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e3134390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100296b0c0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000304000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000f09ffd3f40a5fd3f57cc0c00d437fe3fa4fbfd3faca5fd3f983bfc3f1400000068c5fe3f68c5fe3faca5fd3f60c5fe3f05000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb 2024-05-11 16:05:44.940 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:05:44.969 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200950d770d28f8029600000000000000000000000000000000000000000001000002900000016f00000004000002960949000313840001000000000000000000000000000000000000000000000000000000000000012c00000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000f16b00000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e3134390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100296b0c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390400001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f81cc0c00883cfc3f883cfc3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000 2024-05-11 16:05:44.970 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:05:45.005 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a00000001016a00000000016a021cce40863c863cce40138500000000000000000000016a00000000000000000000016a0000021c00000000000000000000021c000002b40000000000000000000002b400000050592b000313840001000000000000000000000000000000000000000000000000000000000000012c00000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000f16b00000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e3134390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100296b0c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000630400001000000001000000bbf30000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f9fcc0c00883cfc3fd479fd3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:05:45.006 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.109 seconds (success: True) 2024-05-11 16:05:49.897 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:05:49.938 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10053008f0000e0000013f0a91000e000001830000000000000000000000000000000000000202095c001c13830000029800000000000000000000000000000000000000000001000002920000015f0000000300000298094c000313830001000000000000000000000000000000000000000000000000000000000000013500000000000000000000000000000109000001610000013b00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000f02700000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e3134390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100296b0c0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000305000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3fdfdf0c00883cfc3fd479fd3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f0000000000000000000000 2024-05-11 16:05:49.939 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:05:49.968 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200950d770d28f8029800000000000000000000000000000000000000000001000002920000015f0000000300000298094c000313830001000000000000000000000000000000000000000000000000000000000000013500000000000000000000000000000109000001610000013b00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000f02700000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e3134390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100296b0c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390500001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f08e00c00883cfc3f883cfc3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff009400 2024-05-11 16:05:49.969 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:05:50.003 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a000000010164000000000164021dc79c863c863cc79c13840000000000000000000001640000000000000000000001640000021d00000000000000000000021d000002b50000000000000000000002b500000050a3a6000313830001000000000000000000000000000000000000000000000000000000000000013500000000000000000000000000000109000001610000013b00000f93ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000f02700000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e3134390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100296b0c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000630500001000000001000000bbf30000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f26e00c00883cfc3fd479fd3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff0094000000007973a1380188d2dfffff3fb300000000140000005883fc3f908dfd3ff700ad0338d4403f98a7fd 2024-05-11 16:05:50.004 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.106 seconds (success: True) 2024-05-11 16:05:54.897 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:05:54.939 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10053508f9000d0000013b0aa1000e000001840000000000000000000000000000000000000202095c001c1383000002980000000000000000000000000000000000000000000100000293000001690000000400000298094c000313830001000000000000000000000000000000000000000000000000000000000000012800000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f3006500001333004300000000000100000000000000000000000001800002000000000ff800000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e3134390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100296b0c0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000306000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f67f30c00883cfc3f883cfc3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff0094000000007973a1380188d2dfffff3fb300000000140000005883fc3f908dfd3ff700ad0338d4403f98a7fd3f5c0000000000000098a7fd3f000000000000000000000000b0a7fd3fffffffffb0a7fd3fb0a7fd3f00000000c4a7fd3fffffffffc4a7fd3fc4a7fd3f 2024-05-11 16:05:54.940 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:05:54.942 DEBUG (MainThread) [goodwe.modbus] Response is command failure: UNKNOWN. 2024-05-11 16:05:54.942 DEBUG (MainThread) [goodwe.protocol] Received exception response: 010000000100000000000000ffff00b400000000cc6d6ac101430b77ffff3fb30000000004060000000000005ca8fd3f63006300800001000000000000000000d5b1c0a8c795c0a8c7abb096f601fa9107ccf902d0fb5010887b2e4700000000000000 2024-05-11 16:05:54.942 ERROR (MainThread) [custom_components.goodwe.coordinator] Error fetching GoodWe data: UNKNOWN 2024-05-11 16:05:54.942 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.045 seconds (success: False) 2024-05-11 16:05:54.969 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200950d770d28f802980000000000000000000000000000000000000000000100000293000001690000000400000298094c000313830001000000000000000000000000000000000000000000000000000000000000012800000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f3006500001333004300000000000100000000000000000000000001800002000000000ff800000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e3134390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100296b0c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390600001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f91f30c00883cfc3f883cfc3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff0094000000007973a1380188d2dfffff3fb300000000140000005883fc3f908dfd3ff700ad0338d4403f98a7fd3f5c0000000000000098a7fd3f000000000000000000000000b0a7fd3fffffffffb0a7fd3fb0a7fd3f00000000c4a7fd3fffffffffc4a7fd3fc4a7fd3f 2024-05-11 16:05:54.969 ERROR (MainThread) [homeassistant] Error doing job: Fatal error: protocol.data_received() call failed. Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/selector_events.py", line 1017, in _read_ready__data_received self._protocol.data_received(data) File "/usr/local/lib/python3.12/site-packages/goodwe/protocol.py", line 224, in data_received self.response_future.set_result(data) asyncio.exceptions.InvalidStateError: invalid state 2024-05-11 16:05:54.970 DEBUG (MainThread) [goodwe.protocol] Connection closed with error: invalid state. 2024-05-11 16:05:59.897 DEBUG (MainThread) [goodwe.protocol] Opening connection. 2024-05-11 16:05:59.901 DEBUG (MainThread) [goodwe.protocol] Connection opened. 2024-05-11 16:05:59.902 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:05:59.943 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10053a08f2000d000001380a8e000e000001810000000000000000000000000000000000000202095a001c138300000297000000000000000000000000000000000000000000010000028f00000168fffffffa00000297094a000313830001000000000000000000000000000000000000000000000000000000000000013400000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000 2024-05-11 16:05:59.944 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:05:59.972 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200950d770d28f80297000000000000000000000000000000000000000000010000028f00000168fffffffa00000297094a000313830001000000000000000000000000000000000000000000000000000000000000013400000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f30065000013330043000000000001000000000000000000000000018000020000000075d100000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:05:59.973 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:06:00.007 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a00000001016c00000000016c021bca58863c863cca58138500000000000000000000016c00000000000000000000016c0000021b00000000000000000000021b000002b50000000000000000000002b500000050a79c000313830001000000000000000000000000000000000000000000000000000000000000013400000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f30065000013330043000000000001000000000000000000000000018000020000000075d100000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:06:00.007 INFO (MainThread) [custom_components.goodwe.coordinator] Fetching GoodWe data recovered 2024-05-11 16:06:00.008 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.110 seconds (success: True) 2024-05-11 16:06:04.897 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:06:04.938 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10060308f9000d000001370aa1000e000001840000000000000000000000000000000000000202095c001c1385000002970000000000000000000000000000000000000000000100000293000001680000000200000297094c000313850001000000000000000000000000000000000000000000000000000000000000012a00000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000a32900000100000006f703891c007d7ae70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:06:04.938 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:06:04.969 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200950d770d28f802970000000000000000000000000000000000000000000100000293000001680000000200000297094c000313850001000000000000000000000000000000000000000000000000000000000000012a00000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000a32900000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e313439000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:06:04.970 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:06:05.003 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a000000010169000000000169021dcd78863c863ccd7813850000000000000000000001690000000000000000000001690000021d00000000000000000000021d000002b70000000000000000000002b70000005007c9000313850001000000000000000000000000000000000000000000000000000000000000012a00000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000a32900000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e313439000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:06:05.004 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.107 seconds (success: True) 2024-05-11 16:06:09.897 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:06:09.939 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b1006080900000d0000013a0aaf000e000001800000000000000000000000000000000000000202095a001c13840000029500000000000000000000000000000000000000000001000002920000016e0000000400000295094a000313840001000000000000000000000000000000000000000000000000000000000000012e00000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000b63400000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002de60c0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000303000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c00000038000000000000 2024-05-11 16:06:09.940 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:06:09.969 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200950d770d28f8029500000000000000000000000000000000000000000001000002920000016e0000000400000295094a000313840001000000000000000000000000000000000000000000000000000000000000012e00000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000b63400000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002de60c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390300001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f0000000000000000000000000000000000000000000000000000000000 2024-05-11 16:06:09.969 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:06:10.003 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a000000010167000000000167021dcd14863c863cccb013860000000000000000000001670000000000000000000001670000021d00000000000000000000021d000002b30000000000000000000002b30000005027ea000313840001000000000000000000000000000000000000000000000000000000000000012e00000000000000000000000000000109000001610000013b00000f92ffff022a00010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000b63400000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002de60c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000630300001000000001000000bbf30000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:06:10.003 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.106 seconds (success: True) 2024-05-11 16:06:14.899 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:06:14.940 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10060d0906000d000001390ab6000d000001800000000000000000000000000000000000000202095b001c13840000029600000000000000000000000000000000000000000001000002910000016f0000000200000296094b000313840001000000000000000000000000000000000000000000000000000000000000012b00000000000000000000000000000109000001610000013b00000f93ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000d7ab00000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002de60c0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000304000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f88410d00883cfc3f883cfc3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb 2024-05-11 16:06:14.941 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:06:14.969 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200950d770d28f8029600000000000000000000000000000000000000000001000002910000016f0000000200000296094b000313840001000000000000000000000000000000000000000000000000000000000000012b00000000000000000000000000000109000001610000013b00000f93ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000d7ab00000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002de60c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390400001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3fb1410d00883cfc3f883cfc3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000 2024-05-11 16:06:14.969 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:06:15.002 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a000000010167000000000167021eca58863c863cca5813860000000000000000000001670000000000000000000001670000021e00000000000000000000021e000002b40000000000000000000002b400000050bf27000313840001000000000000000000000000000000000000000000000000000000000000012b00000000000000000000000000000109000001610000013b00000f93ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000d7ab00000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002de60c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000630400001000000001000000bbf30000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3fce410d00883cfc3fd479fd3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:06:15.003 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.104 seconds (success: True) 2024-05-11 16:06:19.898 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:06:19.940 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10061208ef000d000001360aae000e000001840000000000000000000000000000000000000202095b001c138600000294000000000000000000000000000000000000000000010000028f000001600000000300000294094b000313860001000000000000000000000000000000000000000000000000000000000000013100000000000000000000000000000109000001610000013b00000f92ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000fdab00000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002de60c0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000305000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f10550d00883cfc3f883cfc3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f0000000000000000000000 2024-05-11 16:06:19.941 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:06:19.969 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200950d770d28f80294000000000000000000000000000000000000000000010000028f000001600000000300000294094b000313860001000000000000000000000000000000000000000000000000000000000000013100000000000000000000000000000109000001610000013b00000f92ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000fdab00000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002de60c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390500001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f3a550d00883cfc3fd479fd3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff009400 2024-05-11 16:06:19.970 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:06:20.003 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a000000010163000000000163021fc4e0863c863cc4e013870000000000000000000001630000000000000000000001630000021f00000000000000000000021f000002b40000000000000000000002b40000005011f7000313860001000000000000000000000000000000000000000000000000000000000000013100000000000000000000000000000109000001610000013b00000f92ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000fdab00000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002de60c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000630500001000000001000000bbf30000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a57001000010a0fd3f40a5fd3f57550d00a03bfc3fa4fbfd3faca5fd3f983bfc3f1400000068c5fe3f68c5fe3faca5fd3f60c5fe3f05000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff0094000000007973a1380188d2dfffff3fb300000000140000005883fc3f908dfd3ff700ad0338d4403f98a7fd 2024-05-11 16:06:20.004 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.106 seconds (success: True) 2024-05-11 16:06:24.898 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:06:24.939 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b1006170903000d000001370abd000e000001840000000000000000000000000000000000000202095b001c138800000293000000000000000000000000000000000000000000010000028e0000016bffffffff00000293094b000313880001000000000000000000000000000000000000000000000000000000000000012900000000000000000000000000000109000001610000013b00000f92ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000b76300000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002de60c0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000306000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f97680d00883cfc3f883cfc3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff0094000000007973a1380188d2dfffff3fb300000000140000005883fc3f908dfd3ff700ad0338d4403f98a7fd3f5c0000000000000098a7fd3f000000000000000000000000b0a7fd3fffffffffb0a7fd3fb0a7fd3f00000000c4a7fd3fffffffffc4a7fd3fc4a7fd3f 2024-05-11 16:06:24.940 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:06:24.941 DEBUG (MainThread) [goodwe.modbus] Response is command failure: UNKNOWN. 2024-05-11 16:06:24.941 DEBUG (MainThread) [goodwe.protocol] Received exception response: 010000000100000000000000ffff00b400000000cc6d6ac101430b77ffff3fb30000000004060000000000005ca8fd3f6300630080000100000000000000000000000000000000e110821db8215bff0200000000000000000000000000fb14e914e900 2024-05-11 16:06:24.941 ERROR (MainThread) [custom_components.goodwe.coordinator] Error fetching GoodWe data: UNKNOWN 2024-05-11 16:06:24.942 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.044 seconds (success: False) 2024-05-11 16:06:24.969 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200940d770d29040293000000000000000000000000000000000000000000010000028e0000016bffffffff00000293094b000313880001000000000000000000000000000000000000000000000000000000000000012900000000000000000000000000000109000001610000013b00000f92ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000b76300000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002de60c0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390600001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3fc1680d00883cfc3fd479fd3faca5fd3f803cfc3f140000001c4efd3f1c4efd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff0094000000007973a1380188d2dfffff3fb300000000140000005883fc3f908dfd3ff700ad0338d4403f98a7fd3f5c0000000000000098a7fd3f000000000000000000000000b0a7fd3fffffffffb0a7fd3fb0a7fd3f00000000c4a7fd3fffffffffc4a7fd3fc4a7fd3f 2024-05-11 16:06:24.969 ERROR (MainThread) [homeassistant] Error doing job: Fatal error: protocol.data_received() call failed. Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/selector_events.py", line 1017, in _read_ready__data_received self._protocol.data_received(data) File "/usr/local/lib/python3.12/site-packages/goodwe/protocol.py", line 224, in data_received self.response_future.set_result(data) asyncio.exceptions.InvalidStateError: invalid state 2024-05-11 16:06:24.970 DEBUG (MainThread) [goodwe.protocol] Connection closed with error: invalid state. 2024-05-11 16:06:29.898 DEBUG (MainThread) [goodwe.protocol] Opening connection. 2024-05-11 16:06:29.902 DEBUG (MainThread) [goodwe.protocol] Connection opened. 2024-05-11 16:06:29.903 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:06:29.943 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10061c08e2000d000001330a8b000d0000017d00000000000000000000000000000000000002020958001c138a00000290000000000000000000000000000000000000000000010000028700000160000000060000029009480003138a0001000000000000000000000000000000000000000000000000000000000000013100000000000000000000000000000109000001610000013b00000f93ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000 2024-05-11 16:06:29.943 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:06:29.973 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200940d770d29040290000000000000000000000000000000000000000000010000028700000160000000060000029009480003138a0001000000000000000000000000000000000000000000000000000000000000013100000000000000000000000000000109000001610000013b00000f93ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000d23b00000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:06:29.973 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:06:30.007 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a00000001015d00000000015d021bc864863c863cc864138900000000000000000000015d00000000000000000000015d0000021b00000000000000000000021b000002af0000000000000000000002af000000504a710003138a0001000000000000000000000000000000000000000000000000000000000000013100000000000000000000000000000109000001610000013b00000f93ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000d23b00000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:06:30.008 INFO (MainThread) [custom_components.goodwe.coordinator] Fetching GoodWe data recovered 2024-05-11 16:06:30.008 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.110 seconds (success: True) 2024-05-11 16:06:34.898 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:06:34.938 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b1006210900000d000001370a9c000d0000017e0000000000000000000000000000000000000202095a001c138800000290000000000000000000000000000000000000000000010000028d000001680000000500000290094a000313880001000000000000000000000000000000000000000000000000000000000000012b00000000000000000000000000000109000001610000013b00000f92ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f3006500001333004300000000000100000000000000000000000001800002000000006adf00000100000006f703891c007d7ae70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:06:34.939 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:06:34.968 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200940d770d29040290000000000000000000000000000000000000000000010000028d000001680000000500000290094a000313880001000000000000000000000000000000000000000000000000000000000000012b00000000000000000000000000000109000001610000013b00000f92ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f3006500001333004300000000000100000000000000000000000001800002000000006adf00000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e313439000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:06:34.968 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:06:35.002 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a000000010165000000000165021cc6d4863c863cc6d413880000000000000000000001650000000000000000000001650000021c00000000000000000000021c000002b30000000000000000000002b3000000509c8f000313880001000000000000000000000000000000000000000000000000000000000000012b00000000000000000000000000000109000001610000013b00000f92ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f3006500001333004300000000000100000000000000000000000001800002000000006adf00000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e313439000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:06:35.002 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.105 seconds (success: True) 2024-05-11 16:06:39.898 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:06:39.940 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b1006260909000d000001380aa9000d0000017b0000000000000000000000000000000000000202095b001c138a00000292000000000000000000000000000000000000000000010000028c000001670000000500000292094b0003138a0001000000000000000000000000000000000000000000000000000000000000012e00000000000000000000000000000109000001610000013b00000f93ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f3006500001333004300000000000100000000000000000000000001800002000000008f8000000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c08ec0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000303000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c00000038000000000000 2024-05-11 16:06:39.941 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:06:39.969 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200940d770d29040292000000000000000000000000000000000000000000010000028c000001670000000500000292094b0003138a0001000000000000000000000000000000000000000000000000000000000000012e00000000000000000000000000000109000001610000013b00000f93ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f3006500001333004300000000000100000000000000000000000001800002000000008f8000000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c08ec0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390300001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f0000000000000000000000000000000000000000000000000000000000 2024-05-11 16:06:39.970 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:06:40.003 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a000000010166000000000166021bc738863c863cc73813890000000000000000000001660000000000000000000001660000021b00000000000000000000021b000002b20000000000000000000002b20000005019ac0003138a0001000000000000000000000000000000000000000000000000000000000000012e00000000000000000000000000000109000001610000013b00000f93ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f3006500001333004300000000000100000000000000000000000001800002000000008f8000000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c08ec0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000630300001000000001000000bbf30000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:06:40.004 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.106 seconds (success: True) 2024-05-11 16:06:44.898 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:06:44.939 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b10062b0920000d000001350ac9000d0000017f0000000000000000000000000000000000000202095a001c138800000293000000000000000000000000000000000000000000010000028c0000016c0000000400000293094a000313880001000000000000000000000000000000000000000000000000000000000000012d00000000000000000000000000000109000001610000013a00000f93ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000750a00000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c08ec0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000304000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3fb6b60d00883cfc3fd479fd3faca5fd3f803cfc3f1400000030b9fd3f30b9fd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb 2024-05-11 16:06:44.940 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:06:44.969 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200940d770d29040293000000000000000000000000000000000000000000010000028c0000016c0000000400000293094a000313880001000000000000000000000000000000000000000000000000000000000000012d00000000000000000000000000000109000001610000013a00000f93ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000750a00000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c08ec0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390400001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3fe1b60d00883cfc3f883cfc3faca5fd3f803cfc3f1400000030b9fd3f30b9fd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000 2024-05-11 16:06:44.969 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:06:45.003 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a0000000101670000000001670218cb84863c863ccb84138900000000000000000000016700000000000000000000016700000218000000000000000000000218000002b20000000000000000000002b200000050fdf5000313880001000000000000000000000000000000000000000000000000000000000000012d00000000000000000000000000000109000001610000013a00000f93ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f300650000133300430000000000010000000000000000000000000180000200000000750a00000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c08ec0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000630400001000000001000000bbf30000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3ffeb60d00883cfc3fd479fd3faca5fd3f803cfc3f1400000030b9fd3f30b9fd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2024-05-11 16:06:45.004 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.106 seconds (success: True) 2024-05-11 16:06:49.897 DEBUG (MainThread) [goodwe.protocol] Sending: READ 125 registers from 35100 (000100000006f703891c007d) 2024-05-11 16:06:49.938 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f703fa18050b1006300913000d000001360aad000d0000017d0000000000000000000000000000000000000202095b001c13850000028d000000000000000000000000000000000000000000010000028a00000153000000020000028d094b000313850001000000000000000000000000000000000000000000000000000000000000013800000000000000000000000000000109000001610000013a00000f93ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f3006500001333004300000000000100000000000000000000000001800002000000004ad900000100000006f703891c007d7ae700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c08ec0a8c7950000000000000000000000000000000000000000000201f60000000000000000000000000000000000000000000000000305000010000000010000007ae70000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f3eca0d00883cfc3fd479fd3faca5fd3f803cfc3f1400000030b9fd3f30b9fd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f0000000000000000000000 2024-05-11 16:06:49.939 DEBUG (MainThread) [goodwe.protocol] Sending: READ 24 registers from 37000 (000100000006f70390880018) 2024-05-11 16:06:49.969 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7033000ff00ea000100e600000064000000640064000100000022000000006a00000001050303030b0110e600d200940d770d2904028d000000000000000000000000000000000000000000010000028a00000153000000020000028d094b000313850001000000000000000000000000000000000000000000000000000000000000013800000000000000000000000000000109000001610000013a00000f93ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f3006500001333004300000000000100000000000000000000000001800002000000004ad900000100000006f70390880018fc7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c08ec0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000390500001000000001000000fc7c0000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f67ca0d00883cfc3fd479fd3faca5fd3f803cfc3f1400000030b9fd3f30b9fd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff009400 2024-05-11 16:06:49.969 DEBUG (MainThread) [goodwe.protocol] Sending: READ 45 registers from 36000 (000100000006f7038ca0002d) 2024-05-11 16:06:50.003 DEBUG (MainThread) [goodwe.protocol] Received: 000100000006f7035a00060000000a000000010155000000000155021ec15c863c863cc15c13870000000000000000000001550000000000000000000001550000021e00000000000000000000021e000002af0000000000000000000002af0000005029ec000313850001000000000000000000000000000000000000000000000000000000000000013800000000000000000000000000000109000001610000013a00000f93ffff022900010000000500030000000900010200000000000000ec27000000590000e0c300000f450068000001b50048000047870050000012f3006500001333004300000000000100000000000000000000000001800002000000004ad900000100000006f7038ca0002dbbf300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003139322e3136382e3139392e31343900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001002c08ec0a8c7950000000000000000000000000000000000000000000201f6000000000000000000000000000000000000000000000000630500001000000001000000bbf30000000000000000000000000000c0a4fd3f3ca3fd3f00000000000000000000000030a4fd3f0c000000380000000000000000000000000000000000000000000000000000004ca5fd3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a5a5a5a5a5a570010000d09ffd3f40a5fd3f86ca0d00883cfc3f883cfc3faca5fd3f803cfc3f1400000030b9fd3f30b9fd3faca5fd3f0000000005000000a88dfd3f6d6f646275735f74637000344a5eb6b15a3f81191247e2b73f670a2c99204c00ffffff7fa0a5fd3f0e00000000000000050000000000000058b4fb3f7c420d4080000000c067fb3f2868fb3f9068fb3f000000000000000001000000000000000000000000000000481d004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003f5c0000000000000020a7fd3f00000000000000000000000038a7fd3fffffffff38a7fd3f38a7fd3f000000004ca7fd3fffffffff4ca7fd3f4ca7fd3f010000000100000000000000ffff0094000000007973a1380188d2dfffff3fb300000000140000005883fc3f908dfd3ff700ad0338d4403f98a7fd 2024-05-11 16:06:50.003 DEBUG (MainThread) [custom_components.goodwe.coordinator] Finished fetching GoodWe data in 0.106 seconds (success: True)

After Adding After Reboot Dongle Firmware

RalfWinter commented 1 month ago

Thanks @xrsprint , at the beginning of the log it looks good but then errors occur. @mletenay needs to look into that.

xrsprint commented 1 month ago

No. Thank you @RalfWinter . as said it works fine with the Wifi dongle I got with the unit. it will be nice to get that lan unit working, so no rush at all

cheers