-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi,
I would like to use my Easun - ISolar SMW 11Kw with Home Assistant, and tried to use easunpy.
but it seems does not work.
Is this easun device supported?
This is the command line output:
#python3 -m easunpy
Discovering inverter IP...
Trying discovery message: set>server=
Broadcasting to 255.255.255.255:58899
✓ Found device at 192.168.188.127
Response: rsp>server=2;
Found inverter at: 192.168.188.127
WARNING:easunpy.async_isolar:AsyncISolar initialized with model: ISOLAR_SMG_II_11K
WARNING:easunpy.async_isolar:Getting all data for model: ISOLAR_SMG_II_11K
INFO:easunpy.async_modbusclient:Bulk send attempt 1/5
INFO:easunpy.async_modbusclient:Received response from ('192.168.188.127', 58899)
UDP discovery result: True
INFO:easunpy.async_modbusclient:Server started on 192.168.188.41:8899
INFO:easunpy.async_modbusclient:Client connected from ('192.168.188.127', 58536)
WARNING:easunpy.async_modbusclient:Sending command: 07720001000aff04000300c9000155e5
ERROR:easunpy.async_modbusclient:Timeout reading response for command: 07720001000aff04000300c9000155e5
INFO:easunpy.async_modbusclient:Bulk send attempt 2/5
INFO:easunpy.async_modbusclient:Received response from ('192.168.188.127', 58899)
UDP discovery result: True
INFO:easunpy.async_modbusclient:Server started on 192.168.188.41:8899
INFO:easunpy.async_modbusclient:Client connected from ('192.168.188.127', 62075)
WARNING:easunpy.async_modbusclient:Sending command: 07720001000aff04000300c9000155e5
WARNING:easunpy.async_modbusclient:Response: 077200010002ff04
WARNING:easunpy.async_modbusclient:Sending command: 07730001000aff040003011500059420
ERROR:easunpy.async_modbusclient:Timeout reading response for command: 07730001000aff040003011500059420
WARNING:easunpy.async_isolar:Failed to decode register group (201, 1): invalid literal for int() with base 16: ''
No data received from inverter
Best Regards,
Robert