#Automation does not triggerd

4 messages · Page 1 of 1 (latest)

white sleet
#

Hello,
i use tankerkönig to get the current fuel prices from my gas station. Now I want it to send a notification when the price falls below a certain value.

When I test it, I get a message. But when the price is below the value, it doesn't automatically send a notification.

id: '1726904293273'
alias: tanken
description: ''
trigger:
  - platform: numeric_state
    entity_id:
      - sensor.aral_super
    below: '1.7'
condition: []
action:
  - device_id: d9fdf11140f92ced20086b9016c95bbb
    domain: mobile_app
    type: notify
    message: Sprit billig
    title: Tanken
mode: single
mint leaf
#

Hello,
do you know that the next notification will only happen, when the value is higher than 1.7 if it has gotten below 1.7?

So if it yesterday went below 1.7 and today it is still below 1.7, you will not be notifyed today.

white sleet
#

ah ok. I thought he would send the notification straight away. I'll wait and look at the progress. thanks

covert reef