-
I'm using your Add-On for a Sungrow modbus-proxy and it works perfectly well!
Now I tried tne same on a different home assistant instance with a Huawei Sun2000 inverter. It runs into 'connection refu…
-
## Version of the Custom Component
v.1.10.0b4
## Configuration
```yaml
Standard install - H1-5.0-E Inverter connected via Ethernet
Master Version: 1.48
Slave Version: 1.02
Manager V…
-
First off, really handy tool - thanks for releasing it.
I've had some small successes querying a limited number of registers and have successfully gotten data back:
```
$ aurora_fetch /dev/ttyU…
-
A review showed that implementing a very basic "MODBUS Client" based on UARTISR. The use case is application programming oriented and is thus very similar to writing application oriented MODBUS Server…
-
I'm trying to integrate the code into my tree as Modbus TCP server. I started with the minimal configuration, ie. I flagged out all except one function implementation. While trying to test the illegal…
-
What I did was install Arduino IDE 2.3.2 and installed the esp8266 by ESP8266 Communuty package.
Then I installed the library and loaded the example file and compiled it, but the following error occu…
-
when communicating with one of our modbus server devices via a rodbus client, we noticed that this specific server device is unable to handle multiple modbus connections at once.
this should not be a…
-
By reading again, https://github.com/stephane/libmodbus/blob/master/tests/unit-test-client.c#L497
I see the test isn't good because only write operations are allowed in broadcast mode
Extract from…
-
Receiving the following error if I want to build using Typescript. Before I was just running the plain Javascript.
```
jsmodbus: 4.0.6 (Since that is the last one published on npm)
seri…
-
Hi,
is it possible to use this library with Modbus RTU over TCP? I tried to do it using `connectTcpRTUBuffered ` but it wasn't working. I'm using [this converter](https://www.waveshare.com/rs485-to-e…