New Motion Light PRO with Restart Mode

This commit is contained in:
2026-03-22 15:20:23 +01:00
parent 673adba896
commit 2faf02aa4d
10 changed files with 647 additions and 377 deletions

View File

@@ -24,31 +24,6 @@
window_sensor: binary_sensor.soggiornopt_finestrasud_contact
climate_target: climate.soggiornopt_termosifonesud
ext_temp_limit: 17
- id: '1731705145404'
alias: Luce Automatica Scala Mansarda
description: ''
use_blueprint:
path: homeassistant/motion_light_dual_ng.yaml
input:
motion_entity1: binary_sensor.presenza_alta_scala_mansarda_occupancy
motion_entity2: binary_sensor.presenza_bassa_scala_mansarda_occupancy
light_target:
device_id: 702137a6f2c17b89fdb0598f7003743c
no_motion_wait: 30
- id: '1732739522749'
alias: Luce Automatica Taverna Garage
description: ''
use_blueprint:
path: homeassistant/motion_light_trix_ng.yaml
input:
light_target:
entity_id: light.luce_taverna_garage
motion_entity1: binary_sensor.presenza_bassa_scala_taverna_occupancy
motion_entity2: binary_sensor.presenza_taverna_garage_occupancy
motion_entity3: binary_sensor.presenza_taverna_lavanderia_occupancy
use_sun: false
dont_disturb: false
no_motion_wait: 40
- id: '1736805701473'
alias: P1confort-light
description: ''
@@ -57,18 +32,6 @@
input:
light_target:
device_id: e0397b54f1c2d1514be403e2996ca368
- id: '1738366774549'
alias: Test-motion-light-ng
description: ''
use_blueprint:
path: homeassistant/motion_light_dual_ng.yaml
input:
motion_entity1: binary_sensor.presenza_alta_scala_mansarda_occupancy
motion_entity2: binary_sensor.presenza_bassa_scala_mansarda_occupancy
light_target:
device_id: 9f46c5b7c07f1495e0f4bf8d6f72a525
no_motion_wait: 0
dont_disturb: false
- id: '1738426726761'
alias: Test-Pulsante01
description: ''
@@ -99,18 +62,6 @@
description: ''
use_blueprint:
path: homeassistant/test_macro.yaml
- id: '1748185066312'
alias: Luce-Garage
description: ''
use_blueprint:
path: homeassistant/presence_light.yaml
input:
presence_entity1: binary_sensor.presenza_garage_occupancy
light_target:
device_id: d5b217920e2f4fe83e0496257b27e39c
use_sun: false
dont_disturb: false
no_presence_wait: 180
- id: '1753031203413'
alias: Apri-Cancelletto
description: ''
@@ -181,19 +132,6 @@
message: Qualcuno ha suonato al Cancelletto usa Home Assistant
enabled: false
mode: single
- id: '1756127648616'
alias: Luce Automatica Scala Taverna
description: ''
use_blueprint:
path: homeassistant/motion_light_dual_ng.yaml
input:
motion_entity1: binary_sensor.presenza_alta_scala_taverna_occupancy
motion_entity2: binary_sensor.presenza_bassa_scala_taverna_occupancy
light_target:
device_id: 6d330da42619e33e75960756cd2262eb
use_sun: false
dont_disturb: false
no_motion_wait: 30
- id: '1757599657040'
alias: Luce-Giardino
description: ''
@@ -312,6 +250,45 @@
payload: "{\"cmd\": \"setFixHPlimit\", \"params\": {\n \"level\": \"{{states('input_select.fix_hp_power')}}\",\n
\ \"duration\": {{states('input_number.fix_hp_power_duration')}} }}"
mode: single
- id: '1774178169206'
alias: Luce Automatica Scala-Mansarda
description: Motion light PRO dual
use_blueprint:
path: homeassistant/motion_light_pro_dual.yaml
input:
motion_entity1: binary_sensor.presenza_alta_scala_mansarda_occupancy
motion_entity2: binary_sensor.presenza_bassa_scala_mansarda_occupancy
light_target:
entity_id: light.luce_scala_mansarda
no_motion_wait: 40
use_sun: true
- id: '1774178649402'
alias: Luce Automatica Scala-Taverna
description: Motion light PRO dual per Scala Taverna
use_blueprint:
path: homeassistant/motion_light_pro_dual.yaml
input:
motion_entity1: binary_sensor.presenza_alta_scala_taverna_occupancy
motion_entity2: binary_sensor.presenza_bassa_scala_taverna_occupancy
light_target:
entity_id: light.luce_scala_taverna
no_motion_wait: 40
use_sun: false
dont_disturb: false
- id: '1774187260983'
alias: Luce Automatica Taverna-Garage
description: Motion light PRO dual per Luce Taverna-Garage
use_blueprint:
path: homeassistant/motion_light_pro_triple.yaml
input:
motion_entity1: binary_sensor.presenza_bassa_scala_taverna_occupancy
motion_entity2: binary_sensor.presenza_taverna_garage_occupancy
motion_entity3: binary_sensor.presenza_taverna_lavanderia_occupancy
light_target:
entity_id: light.luce_taverna_garage
use_sun: false
dont_disturb: false
no_motion_wait: 60
- id: '1764007463105'
alias: ETcontroller_fix_limit_copy
description: 'This Automation allows to copy status from MQTT read HP Fix Limit
@@ -331,6 +308,50 @@
data_template:
option: '{{ states(''sensor.fix_hp_level_read'') }}'
mode: single
- id: '1774188925405'
alias: Luce Automatica Garage
description: ''
triggers:
- trigger: state
entity_id:
- binary_sensor.presenza_garage_occupancy
from:
- 'off'
to:
- 'on'
id: garage_on
- trigger: state
entity_id:
- binary_sensor.presenza_garage_occupancy
from:
- 'on'
to:
- 'off'
id: garage_off
conditions: []
actions:
- if:
- condition: trigger
id:
- garage_on
then:
- action: light.turn_on
metadata: {}
target:
entity_id: light.luce_garage
data: {}
else:
- delay:
hours: 0
minutes: 3
seconds: 0
milliseconds: 0
- action: light.turn_off
metadata: {}
target:
entity_id: light.luce_garage
data: {}
mode: single
- id: '1765575450095'
alias: Xmas-light-mgmt
description: ''
@@ -427,7 +448,7 @@
- delay:
hours: 0
minutes: 0
seconds: 6
seconds: 8
milliseconds: 0
- action: switch.turn_off
metadata: {}
@@ -491,3 +512,69 @@
title: Persiane di Tiziano
target:
- sistemser@alice.it
- id: '1771585465072'
alias: Nuova automazione
description: ''
triggers:
- trigger: tag
tag_id: fdd88606-1018-4f01-8e7a-792c87c77943
conditions: []
actions:
- action: switch.toggle
metadata: {}
target:
entity_id:
- switch.edelweiss_accesscontol_allarme_disinserito
- switch.edelweiss_accesscontol_allarme_inserito
data: {}
mode: single
- id: '1773510003619'
alias: SalottoPT-save-energy
description: ''
use_blueprint:
path: homeassistant/heat_save.yaml
input:
window_sensor: binary_sensor.salottopt_finestra_contact
climate_target: climate.salottopt_termosifone
ext_temp_limit: 17
- id: '1773787966184'
alias: SE_fan_automation
description: Manages fan under Solaredge Inverter
triggers:
- trigger: numeric_state
entity_id:
- sensor.se_heatsink_temp
above: 36
id: se_fan_on
- trigger: numeric_state
entity_id:
- sensor.se_heatsink_temp
below: 32
id: se_fan_off
conditions: []
actions:
- choose:
- conditions:
- condition: trigger
id:
- se_fan_on
sequence:
- type: turn_on
device_id: e3ed6a2244c1e2ddaeff6f94e96f25e1
entity_id: 361d8b711623afed18b3e9397bdae647
domain: switch
- conditions:
- condition: trigger
id:
- se_fan_off
sequence:
- type: turn_off
device_id: e3ed6a2244c1e2ddaeff6f94e96f25e1
entity_id: 361d8b711623afed18b3e9397bdae647
domain: switch
default:
- type: turn_off
device_id: e3ed6a2244c1e2ddaeff6f94e96f25e1
entity_id: 361d8b711623afed18b3e9397bdae647
domain: switch
mode: single