From 233b22624cd3d589a7e20445273f08281980f313 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Tue, 3 Sep 2019 10:22:13 +0200 Subject: [PATCH] Minor changes --- automation/day.yaml | 3 ++- automation/night.yaml | 2 +- ui-lovelace.yaml | 45 +++++++++++++++++++++++++++++++++++++++---- 3 files changed, 44 insertions(+), 6 deletions(-) diff --git a/automation/day.yaml b/automation/day.yaml index a0655915..af86e95c 100644 --- a/automation/day.yaml +++ b/automation/day.yaml @@ -3,7 +3,7 @@ # - Every working day it opens Studio Cover ###################################################################### -- alias: "Giorno: Risveglio Giorgio" +- alias: "Risveglio Giorgio" initial_state: 'on' trigger: @@ -25,5 +25,6 @@ data: entity_id: - cover.tapparella_cucina +# - cover.tapparella_sala - cover.tapparella_studio position: 85 diff --git a/automation/night.yaml b/automation/night.yaml index 63f33d8f..99870b4c 100644 --- a/automation/night.yaml +++ b/automation/night.yaml @@ -3,7 +3,7 @@ # - Switch off all covers ###################################################################### -- alias: "Notte: Chiusura tapparelle" +- alias: "Modalità Notte" initial_state: 'off' trigger: diff --git a/ui-lovelace.yaml b/ui-lovelace.yaml index 176abd0f..5024ad8a 100644 --- a/ui-lovelace.yaml +++ b/ui-lovelace.yaml @@ -26,7 +26,7 @@ views: - binary_sensor.guard_mode - binary_sensor.speech_notifications - binary_sensor.text_notifications - - sensor.consumo + - sensor.potenza_istantanea cards: - type: picture-glance title: Cucina @@ -114,10 +114,10 @@ views: - input_boolean.guard_mode - type: sensor - entity: sensor.consumo + entity: sensor.potenza_istantanea name: Consumo Energetico graph: line - unit: W + unit: Watts detail: 2 - type: entities @@ -125,6 +125,7 @@ views: show_header_toggle: false entities: - script.speech_status + - automation.risveglio_giorgio - type: entities title: Eventi @@ -1259,7 +1260,43 @@ views: # entities: # - sensor.train_2188 # - sensor.train_11354 - + +###################################################################### +# Power Status +###################################################################### + - title: Monitoraggio Energetico + id: network + icon: mdi:flash + badges: + - sensor.potenza_istantanea + - sensor.potenza_reattiva + - sensor.tensione + cards: + - type: sensor + entity: sensor.potenza_istantanea + name: Consumo Energetico + graph: line + unit: Watts + detail: 2 +# - type: sensor +# entity: sensor.potenza_reattiva +# name: Potenza Reattiva +# graph: line +# unit: var +# detail: 1 +# - type: sensor +# entity: sensor.energia_assorbita +# name: Energia Assorbita +# graph: line +# unit: KVh +# detail: 1 +# - type: sensor +# entity: sensor.voltaggio +# name: Voltaggio +# graph: line +# unit: V +# detail: 1 + ###################################################################### # Network ###################################################################### -- 2.47.3