Giel Janssens

Results 90 comments of Giel Janssens

I'm connected through lan. (On the WiFi stick)

Now I have this error ``` >>> import huawei_solar >>> inverter = huawei_solar.HuaweiSolar("192.168.89.44") >>> inverter.get("model_name") could not read register value, is an other device already connected? Traceback (most recent call...

``` >>> from pymodbus.client.sync import ModbusTcpClient >>> client = ModbusTcpClient('192.168.89.44', '502') >>> result = client.read_holding_registers(30000,15) >>> result = client.read_holding_registers(30000,15) >>> result = client.read_holding_registers(30000,15) >>> result = client.read_holding_registers(30000,15) >>> result.encode() Traceback...

> Do you happen to have anything else connected with the modbus server? It only supports one connection at the same time. I have the FusionSolar app

``` >>> result = client.read_holding_registers(32066,15) >>> print(result) Modbus Error: [Input/Output] No Response received from the remote unit/Unable to decode response >>> result.encode() Traceback (most recent call last): File "", line...

I think the cloud connection When I turn off wifi on my phone, the app still connects And I get this error on my Mac ``` ❯ python3 Python 3.9.1...

I'm sorry, I've found it... Now my nuc is connected to my main Lan through ethernet (like it always was) AND my nuc is connected through wifi to the inverters...

Sometimes I'm seeing this issues ``` Logger: pymodbus.client.sync Source: /usr/local/lib/python3.8/site-packages/pymodbus/client/sync.py:214 First occurred: 17:41:59 (5 occurrences) Last logged: 17:43:24 Connection to (192.168.200.1, 502) failed: timed out ``` ``` Logger: huawei_solar.huawei_solar Source:...

It happens +/- 2 times an hour...

Since the new HA this component never starts again ``` Logger: homeassistant.loader Source: loader.py:802 First occurred: 15:05:59 (1 occurrences) Last logged: 15:05:59 No 'version' key in the manifest file for...