34 lines
952 B
YAML
34 lines
952 B
YAML
######################################################################
|
|
## chaudiere
|
|
## digital inputs
|
|
# input_type: discrete_input
|
|
## FC=02 lire discrete inputs de 10001-10086 enlever 1 a register
|
|
######################################################################
|
|
|
|
- platform: modbus
|
|
scan_interval: 5
|
|
inputs:
|
|
- name: porte_chaudiere
|
|
hub: pimodbus
|
|
slave: 2
|
|
address: 0
|
|
input_type: discrete_input
|
|
device_class: door
|
|
|
|
|
|
######################################################################
|
|
## chaudiere
|
|
## digital outputs
|
|
# input_type: coil
|
|
## FC=01 lire coil inputs de 00001-00158 enlever 1 a register
|
|
######################################################################
|
|
- platform: modbus
|
|
scan_interval: 10
|
|
inputs:
|
|
- name: circuit chauffage pompe 1
|
|
hub: pimodbus
|
|
slave: 2
|
|
address: 0
|
|
input_type: coil
|
|
device_class: moving
|