-
This looks promising, as I'm trying to migrate away from `givenergy_local` due to pymodbus incompatibilities with SolarEdge integration, that is preventing me to install a recent version of HA.
Wou…
-
```
In class func :
crc = self.__buffer[frame_size - 2:frame_size]
will have something like this :
crc = '\x01'
or
crc = '\x10'
& or so on..
so crc is unicode and it's length will always be ON…
-
ModuleNotFoundError: No module named 'toml'
### Steps to Reproduce
1. python setup.py build
2. python setup.py install
3. cmd> gourmet
4.ModuleNotFoundError: No module named 'toml'
### Exp…
-
I'm trying to connect to a productivity plc with pycomm using the TCP/IP Protocol using the following code:
from pycomm.ab_comm.slc import Driver as SlcDriver
c = SlcDriver()
c.open("[MY IP ADDRE…
-
I am trying to simulate an inverted so I can test different SunSpec Modbus client devices. Can the Modbus Map Class be used to create a Modbus server just using pysunspec or will I also have to use p…
-
### Describe the bug
Hello,
Im using 2024.09.4 and trying to configure it with my growatt (via waveshare eth converter) for the first time. Initialization phase last forever, after configuring again…
-
### Versions
- Python: 3.11.8
- OS:Pop!_OS 22.04 LTS
- Pymodbus: 3.7.3
- Modbus Hardware (if used): custom PCB
### Pymodbus Specific
- Client: rtu - sync
### Description
We use ModbusSer…
-
* hoymiles_modbus version: 0.2.0
* Python version: 3.7.3
* Operating System: raspbian 10
### Description
I'm using the library in a script I've written to put the data to influxdb for Grafana.…
-
I recently got a 2F-85 Gripper, and I'm trying to get to work via USB/ROS. My Issue Is similar to the ones described #45 and #121, but I followed all the steps and i can't seem to get the gripper to …
-
Hi Luca,
I have a very similar power meter (iEM3355) and I have difficulties in reading the registers. I have installed your software in a virtual environment with Python V3.5.3 and Pymodbus V2.0.0, …