Reintroduce a first draft of the information collectors
This commit is contained in:
@@ -28,3 +28,55 @@ motion_tracker:
|
||||
mezzanine:
|
||||
motion_sensors: binary_sensor.mezzanine_motion
|
||||
|
||||
|
||||
informations_collector:
|
||||
module: informationscollector
|
||||
class: InformationsCollector
|
||||
priority: 1
|
||||
|
||||
mqtt_device_name: AD Informations Collector
|
||||
|
||||
#mute: True
|
||||
|
||||
error_collector:
|
||||
reset_error_count_button: input_button.reset_error_count
|
||||
output_sensor: sensor.ad_errors
|
||||
|
||||
# min_max_temp_sensors:
|
||||
# temperature_sensors:
|
||||
# - sensor.temperature_exterieur_nord
|
||||
# - sensor.temperature_exterieur_sud
|
||||
# output_sensors:
|
||||
# max_temp: sensor.max_temp_outside
|
||||
# max_temp_yesterday: sensor.max_temp_yesterday_outside
|
||||
# min_temp: sensor.min_temp_outside
|
||||
# min_temp_yesterday: sensor.min_temp_yesterday_outside
|
||||
|
||||
group_collectors:
|
||||
windows:
|
||||
group: binary_sensor.group_windows
|
||||
output_sensor: sensor.ad_number_of_windows_open
|
||||
|
||||
music_players:
|
||||
group: media_player.group_music_player
|
||||
output_sensor: sensor.ad_number_of_music_player_active
|
||||
active_condition: self == 'playing'
|
||||
|
||||
#windows:
|
||||
# group: group.fenetres
|
||||
# output_sensor: sensor.ad_number_of_windows_open
|
||||
|
||||
# shutters:
|
||||
# group: group.volets
|
||||
# output_sensor: sensor.ad_number_of_shutter_close
|
||||
|
||||
# occupency_sensors:
|
||||
# group: group.occupency_sensors
|
||||
# output_sensor: sensor.ad_number_of_rooms_occupied
|
||||
|
||||
# smart_lights:
|
||||
# group:
|
||||
# - group.smart_lights
|
||||
# - group.dumb_lights
|
||||
# output_sensor: sensor.ad_number_of_lights_on
|
||||
|
||||
|
||||
Reference in New Issue
Block a user