Hey i am trying to make a automation for solar surplus energy go into my Car and Pool Heater im using the entitiy and Above feature. but when it is already above that Limit for X time then it just dont triggers it only triggers if the power was below the limit and got over again i guess? How can i make it always Triggering when Above the Limit for X time? I will make a condition that it will not trigger when already turned ON.
alias: PoolPumpe anschalten
description: ""
trigger:
- type: power
platform: device
device_id: fbbbe5546de8ef2c6efa4d3bb91687fd
entity_id: d177b729f7906d263a5f6963c17dce0e
domain: sensor
above: 1700
for:
hours: 0
minutes: 3
seconds: 0
condition:
- type: is_not_charging
condition: device
device_id: 3873e820643f5e3833a0ac270741fa86
entity_id: 263fb13bfaf4117fd28041e9de3eddde
domain: binary_sensor
- condition: and
conditions:
- type: is_battery_level
condition: device
device_id: 3873e820643f5e3833a0ac270741fa86
entity_id: 98d483f7b6e9631323379604d22f5e02
domain: sensor
above: 77
enabled: true
below: 100
- condition: and
conditions:
- condition: device
type: is_off
device_id: cc1a459559736dbdc01fde672776104d
entity_id: e62821740ad6580b2553921807d1d213
domain: switch
action:
- type: turn_on
device_id: cc1a459559736dbdc01fde672776104d
entity_id: e62821740ad6580b2553921807d1d213
domain: switch
- device_id: 3e23df18cd486658efac1d46c1cd4a29
domain: mobile_app
type: notify
message: Pool & Wärmepumpe wurden angeschaltet.
title: PoolPumpe AN
mode: single
any idea or help would be appreciated