-
On my inverter I am getting the following errors, when debugging SungrowMdbusWebClient in `http` mode. I have reduced it down to a `websocat` repro: (first JSON line is input to inverter, second line …
-
Hi,
i have a FoxEss H3 Pro 15kW and use Homeassist and your Plugin since the PV was installed in August.
Everything (that I can overview) works great - thanks 4 that!
When i look into the en…
-
Total (and daily) export jumps when discharge begins.
![image](https://github.com/user-attachments/assets/1c51b4d3-527f-44a9-b3b8-76d4e7799fd0)
-
code:
```
const modbus=require('modbus');
const device = modbus('192.168.199.222',502,1);
(async()=>{
//Read
let myCoil = await device.read('c0')
let myHoldingRegister = await device.read('hr0…
-
I added another change whereby mqtt messages are only sent when the value is outside of a range of values. Currently changes are sent if the two values are not equal. In practice, if the value is .0…
-
**Fault**
After updating nodejs and node-red the "modubs in" node has started to complain. The Modbus Server field is marked red.
When entering edit modbus server panel the field Host :Port is red.…
-
Hi, this thread helped me connect to my CTC heating system. I get the registers read and they come to my Home Assistant as their entities.
Now I'm trying to create Node-Red logic for the user inter…
-
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…
-
### The problem
I have a custom component for a Wavin ahc 9000 floor heating system.
In ESPhome 2022.5 the component works just fine, but after update to 2022.6 it's no longer working.
When using…
-
### Describe the requested feature
Great work!
Considering supporting UDP? Currently only TCP.
thanks.
### Motivation
TCP: connection-oriented, stable but slow.
UDP: connectionless, fast but …