Mike

Results 6 comments of Mike

The same for me. Can't connect.

Seems that pysolarmanv5 library is not support 27*** serial number for the solarman logger. ```python modbus = PySolarmanV5("192.168.88.206", 2796911391) print(modbus.read_holding_registers(1476, 1)) ``` And error was ``` Traceback (most recent call...

I am using version 3.0.2 ``` pysolarmanv5 3.0.2 ``` Debug information ```python >>> from pysolarmanv5 import PySolarmanV5 >>> modbus = PySolarmanV5("192.168.88.206", 2796911391, verbose=True) DEBUG:pysolarmanv5.pysolarmanv5:Socket setup completed... >>> print(modbus.read_holding_registers(1476, 1)) DEBUG:pysolarmanv5.pysolarmanv5:SENT:...

I am using Deye 3 phase 12kwat inverter.

Confirm. deye-controller can read inverter with 27xxxx serial number. ```python >>> from deye_controller import HoldingRegisters, WritableRegisters >>> from pysolarmanv5 import PySolarmanV5 >>> inv = PySolarmanV5('192.168.88.206', 2796911391) >>> register = HoldingRegisters.BMSBatteryCapacity...

@githubDante Thanks for you support. I recheck the integration, remove and add integration with deye_sg04lp3.yaml config and I happy can say that it is working! I can see all parameters...