Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
description: ""
mode: single
trigger:
- platform: numeric_state
entity_id: sensor.stromzaehler_haus_sum_active_instantaneous_power
below: 10
id: Unter 10
- platform: template
value_template: |-
{{ (states('sensor.solar_garage_power') |float(0) +
states('sensor.shelly_klima_power') |float(0)) < 50 }}
id: Ertrag sinkt
condition: []
action:
- if:
- condition: trigger
id: Unter 10
- condition: template
value_template: >-
{{
(as_timestamp(this.attributes.last_triggered)|timestamp_custom('%D'))
!= (as_timestamp(now())|timestamp_custom('%D')) }}
then:
- service: notify.mobile_app_iphone_von_rudolf
data:
message: Verbrauch ist NULL!
title: Verbrauch
- if:
- condition: trigger
id: Ertrag sinkt
- condition: template
value_template: >-
{{
(as_timestamp(this.attributes.last_triggered)|timestamp_custom('%D'))
== (as_timestamp(now())|timestamp_custom('%D')) }}
then:
- service: notify.mobile_app_iphone_von_rudolf
data:
message: Ertrag sinkt!
title: Verbrauch