Hi all,
I am currently trying to connect an EVA-ICS v4 automation platform to connect to the modbus server on a cerbo-gx.
I have some troubles understanding the connections on unit id, registers, etc. Is there someone in this community who can give me an example.
I am using the cerbo-gx simulator running scenario m.
What I currently have managed:
```yaml
# Modbus master controller service
command: svc/eva-controller-modbus
bus:
path: var/bus.ipc
config:
modbus:
protocol: tcp
path: venus-gx-simulator:502
unit: 1
panic_in: null
retries: 2
queue_size: 32768
pull_cache_sec: 3600
pull_interval: 1.0
pull:
- count: 1
reg: 512
unit: 225
map:
- offset: 0
oid: sensor:unit-1/com.victronenergy.battery
type: int16
action_queue_size: 32
actions_verify: true
timeout:
startup: 10
user: nobody
react_to_fail: false
Hope anyone can get me started. Thnx in advance.