domotica/concentratore/config.yaml
2026-08-27 12:28:06 +02:00

30 lines
628 B
YAML

name: Concentratore Modbus
version: "1.0.2"
slug: concentratore
description: Espone gli inverter al CCI e mantiene rinfrescato il comando di modulazione
url: https://www.diametra.it
arch:
- aarch64
- amd64
init: false
startup: services
boot: auto
watchdog: "tcp://[HOST]:[PORT:5020]"
ports:
5020/tcp: 5020
ports_description:
5020/tcp: Porta Modbus TCP a cui si collega il CCI
options:
gateway: 192.168.4.240
gateway_porta: 502
slaves: "1,2,3,4,5"
refresh: 2.0
timeout: 1.5
log: true
schema:
gateway: str
gateway_porta: port
slaves: str
refresh: float(0.5,30.0)
timeout: float(0.2,10.0)
log: bool