primo caricamento
This commit is contained in:
commit
d30984adfe
15 changed files with 658 additions and 0 deletions
30
concentratore/config.yaml
Normal file
30
concentratore/config.yaml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue