EMMA-02 connectivity working on 1.4.1 but not working on 1.5.0.beta2 #881
Unanswered
menyhartda
asked this question in
Setting up the integration
Replies: 1 comment
-
Same here but 1.5.0a1 is working for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi There,
I thought my experience could give you some insights. On version 1.4.1 i can include my Smartguard with EMMA-02 by connecting over TCP port 502 and slave 3. I installed version 1.5.0 beta2 to test it out. On this version when i try to connect to the same IP same TCP port and slave ID id does not work i get an unexpected error and the log is stating this:
Logger: custom_components.huawei_solar.config_flow
Source: custom_components/huawei_solar/config_flow.py:536
integration: Huawei Solar (documentation, issues)
First occurred: 11:04:01 AM (5 occurrences)
Last logged: 11:13:23 AM
Unexpected exception while connecting via ModbusTCP
Traceback (most recent call last):
File "/usr/local/lib/python3.13/asyncio/tasks.py", line 507, in wait_for
return await fut
^^^^^^^^^
File "/usr/local/lib/python3.13/asyncio/locks.py", line 213, in wait
await fut
asyncio.exceptions.CancelledError
My server versions are:
Core 2025.1.2
Supervisor 2024.12.3
Operating System 14.1
Frontend 20250109.0
Is this issue because of the pymodbus version?
Beta Was this translation helpful? Give feedback.
All reactions