Home Assistant Git Exporter
This commit is contained in:
65
config/01capteur/binary_sensor/binary_sensors.yaml
Normal file
65
config/01capteur/binary_sensor/binary_sensors.yaml
Normal file
@@ -0,0 +1,65 @@
|
||||
---
|
||||
#----------------------------------------
|
||||
#
|
||||
# jour de semaine
|
||||
#----------------------------------------
|
||||
#_ platform: workday
|
||||
#country: FR
|
||||
# workdays: [mon, tue, wed, thu, fri]
|
||||
|
||||
#----------------------------------------
|
||||
#
|
||||
# pi computer & esp & other hardware
|
||||
#----------------------------------------
|
||||
|
||||
# - platform: ping
|
||||
# host: 10.0.0.30
|
||||
# name: pi0_bureau
|
||||
# count: 2
|
||||
# scan_interval: 300
|
||||
# - platform: ping
|
||||
# host: 10.0.0.31
|
||||
# name: pi0_comble2
|
||||
# count: 2
|
||||
# scan_interval: 300
|
||||
# - platform: ping
|
||||
# host: 10.0.0.251
|
||||
# name: WifiHome
|
||||
# count: 2
|
||||
# scan_interval: 300
|
||||
# - platform: ping
|
||||
# host: 10.0.0.100
|
||||
# name: Linksys g
|
||||
# count: 2
|
||||
# scan_interval: 300
|
||||
# - platform: ping
|
||||
# host: 10.0.0.106
|
||||
# name: RM pro
|
||||
# count: 2
|
||||
# scan_interval: 300
|
||||
# - platform: ping
|
||||
# host: 10.0.0.78
|
||||
# name: ArduinoESP
|
||||
# count: 2
|
||||
# scan_interval: 300
|
||||
# - platform: ping
|
||||
# host: 10.0.0.237
|
||||
# name: TV
|
||||
# count: 2
|
||||
# scan_interval: 60
|
||||
|
||||
# - platform: ping
|
||||
# host: 10.0.0.208
|
||||
# name: sonnete
|
||||
# count: 2
|
||||
# scan_interval: 1
|
||||
|
||||
# - platform: template
|
||||
# sensors:
|
||||
# your_sensor:
|
||||
# friendly_name: fenetre
|
||||
# value_template: "{{ is_state('binary_sensor.trigger_sensor', 'off') and (states.trigger_sensor.last_changed < (now() - timedelta(minutes=10))) }}"
|
||||
- platform: meteoalarm
|
||||
country: "france"
|
||||
province: "Haute-Loire"
|
||||
language: "fr-FR"
|
||||
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