-
**Description**
Since 03rd of September 2023 I had twice a extreme Spike in HA Energy Dashboard for Solax Battery Charging. I could eliminate the Spike via HA Developer Tools --> Statistics (using th…
-
I am not getting functionality of following program which is using pymodbus library.
Please can anubody help me in this
`# -*- coding: utf-8 -*-
| from pyscada import log
|
| try:
| fr…
-
Hi!!!!!
I have one problem that is when i was send query through GPIO (BeagleBoneBlack P8-18&P8-30). when i was send query before i enabled GPIO is HIGH(both). after sending query i make it GPIO LOW …
-
### Versions
* Python: 3.7
* OS: Ubuntu 18.04
* Pymodbus: 2.2
* Modbus Hardware (if used): -
### Pymodbus Specific
* Server: tcp/rtu/ascii - sync/
* Client: tcp/rtu/ascii - sync/
###…
-
**Describe the issue**
Somehow the Modbus connector is not able to start. Most probably the configuration file is not correct?
Error is:
|ERROR| - [tb_gateway_service.py] - tb_gateway_service - _co…
-
### Versions
* Python: 3.6 and above (3.7 and above preferrably)
* OS: linux|windows|osx
* Pymodbus: 3.x
* Modbus Hardware (if used): NA
### Pymodbus Specific
* Server: tcp/rtu/ascii - sync…
-
I have a Growatt MIN 4600TL-X with a Growatt ShineLan-X dongle
The datasheet of the dongle says inverter communication is: USB (Modbus RTU)
and Server communication is: TCP(Modbus TCP)
I see that…
-
```
client = ModbusSerialClient(port='/dev/ttyS0', baudrate=19200, bytesize=8, parity="N", stopbits=1, timeout=1)
>>> connection = client.connect()
>>> print(connection)
True
>>> v = client.read_…
-
I have a modbus server that occasionally returns an invalid response to read-holding-registers, where the "number of bytes" number in the PDU is higher than the actual number of bytes in the response.…
-
### Describe the issue
Hello.
Everything was working as expected, but suddenly we got a strange value in the following fields:
storage_total_discharge
storage_total_charge
```json
"storage…