Home Assistant Git Exporter
This commit is contained in:
33
config/01capteur/binary_sensor/chaudiere.yaml.old
Normal file
33
config/01capteur/binary_sensor/chaudiere.yaml.old
Normal file
@@ -0,0 +1,33 @@
|
||||
######################################################################
|
||||
## 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
|
||||
Reference in New Issue
Block a user