EVcharge WIP
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- id: '1729875991469'
|
||||
- id: "1729875991469"
|
||||
alias: BagnoOvest-save-energy
|
||||
description: Thermostat will close upon window open
|
||||
use_blueprint:
|
||||
@@ -6,27 +6,27 @@
|
||||
input:
|
||||
window_sensor: binary_sensor.bagnoovest_finestra_contact
|
||||
climate_target: climate.bagnoovest_termosifone
|
||||
- id: '1729887529602'
|
||||
- id: "1729887529602"
|
||||
alias: BagnoPT-save-energy
|
||||
description: ''
|
||||
description: ""
|
||||
use_blueprint:
|
||||
path: homeassistant/heat_save.yaml
|
||||
input:
|
||||
window_sensor: binary_sensor.bagnopt_finestra_contact
|
||||
climate_target: climate.bagnopt_termosifone
|
||||
ext_temp_limit: 17
|
||||
- id: '1729887632269'
|
||||
- id: "1729887632269"
|
||||
alias: SoggiornoPT-save-energy
|
||||
description: ''
|
||||
description: ""
|
||||
use_blueprint:
|
||||
path: homeassistant/heat_save.yaml
|
||||
input:
|
||||
window_sensor: binary_sensor.soggiornopt_finestrasud_contact
|
||||
climate_target: climate.soggiornopt_termosifonesud
|
||||
ext_temp_limit: 17
|
||||
- id: '1730726143088'
|
||||
- id: "1730726143088"
|
||||
alias: Luce Automatica Scala Taverna
|
||||
description: ''
|
||||
description: ""
|
||||
use_blueprint:
|
||||
path: homeassistant/motion_light_dual_no_sun.yaml
|
||||
input:
|
||||
@@ -35,9 +35,9 @@
|
||||
light_target:
|
||||
device_id: 226779fb30bd68c5a2784ccd762d90e9
|
||||
no_motion_wait: 20
|
||||
- id: '1730726243854'
|
||||
- id: "1730726243854"
|
||||
alias: Luce Automatica Scala Mansarda
|
||||
description: ''
|
||||
description: ""
|
||||
use_blueprint:
|
||||
path: homeassistant/motion_light_dual.yaml
|
||||
input:
|
||||
@@ -46,3 +46,31 @@
|
||||
light_target:
|
||||
device_id: 702137a6f2c17b89fdb0598f7003743c
|
||||
no_motion_wait: 20
|
||||
- id: "1731410549094"
|
||||
alias: EVcharge_front_charging
|
||||
description: ""
|
||||
triggers:
|
||||
- trigger: state
|
||||
entity_id:
|
||||
- input_boolean.evcharge_front_start
|
||||
for:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 10
|
||||
conditions: []
|
||||
actions:
|
||||
- wait_for_trigger:
|
||||
- trigger: time
|
||||
at: input_datetime.evcharge_good_time_start
|
||||
- type: turn_on
|
||||
device_id: 62352ecf274ff68e3ddfbc979406d49d
|
||||
entity_id: c1f2a5e1b3bc7807a8b291b6fd6dbb31
|
||||
domain: switch
|
||||
- wait_for_trigger:
|
||||
- trigger: time
|
||||
at: input_datetime.evcharge_good_time_end
|
||||
- type: turn_off
|
||||
device_id: 62352ecf274ff68e3ddfbc979406d49d
|
||||
entity_id: c1f2a5e1b3bc7807a8b291b6fd6dbb31
|
||||
domain: switch
|
||||
mode: single
|
||||
|
||||
@@ -71,11 +71,11 @@ sequence:
|
||||
title: !input dismiss_text
|
||||
- alias: "Awaiting response"
|
||||
wait_for_trigger:
|
||||
- platform: event
|
||||
- trigger: event
|
||||
event_type: mobile_app_notification_action
|
||||
event_data:
|
||||
action: "{{ action_confirm }}"
|
||||
- platform: event
|
||||
- trigger: event
|
||||
event_type: mobile_app_notification_action
|
||||
event_data:
|
||||
action: "{{ action_dismiss }}"
|
||||
|
||||
@@ -72,6 +72,15 @@ mqtt:
|
||||
state_topic: monitoring/et/values
|
||||
value_template: >-
|
||||
{{ (value.split(',')[7] | int) / 10 }}
|
||||
- name: Zigbee2mqtt Networkmap
|
||||
unique_id: zigbee2mqtt_bridge_network_map
|
||||
# if you change base_topic of Zigbee2mqtt, change state_topic accordingly
|
||||
state_topic: zigbee2mqtt/bridge/response/networkmap
|
||||
value_template: >-
|
||||
{{ now().strftime('%Y-%m-%d %H:%M:%S') }}
|
||||
# again, if you change base_topic of Zigbee2mqtt, change json_attributes_topic accordingly
|
||||
json_attributes_topic: zigbee2mqtt/bridge/response/networkmap
|
||||
json_attributes_template: "{{ value_json.data.value | tojson }}"
|
||||
|
||||
# add additional cards
|
||||
lovelace:
|
||||
|
||||
@@ -12,10 +12,4 @@
|
||||
off
|
||||
{% endif %}
|
||||
icon_template: mdi:motion-sensor
|
||||
# - platform: mqtt
|
||||
# sensors:
|
||||
# etvalues:
|
||||
# unique_id: monitoring_et_values
|
||||
# friendly_name: Values from ETcontroller
|
||||
# value_template: >-
|
||||
# {{ states('sensor.mon_et_value') }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user