question

emence avatar image
emence asked

Modbus ccgx no response

I want to read the venus modbus from victron (ccgx) in Home Assistant.


My config is


```

modbus:

name: victron

type: TCP

host: 192.168.93.101

port: 502

```

.

.

.


```

sensor:

- platform: modbus

registers:

- name: Battery

hub: victron

unit_of_measurement: "%"

slave: 100

register: 843

```



I am getting the response:


> No response from hub victron, slave 100, register 843


What am I doing wrong?

Modbus TCP
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

0 Answers

Related Resources