Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95533

Automation Not Triggering Based on Sensor Value of POW R2

$
0
0

@pug306d wrote:

I am trying to configure an automation that detects when the power level on the Sonoff POW R2 with Tasmota goes below 10W that it turns off the switch but for some reason the automation is never triggered even though the sensor.tumble_dryer_energy_power is less than 10 ?

  alias: Tumble Dryer Finished
  trigger:
  - below: '10'
    entity_id: sensor.tumble_dryer_energy_power
    for: 00:01:00
    platform: numeric_state
  condition:
  - condition: state
    entity_id: switch.tumble_dryer
    state: 'On'
  action:
  - device_id: 5b5db91f1094475190678ca1ad9b5096
    domain: switch
    entity_id: switch.tumble_dryer
    type: turn_off

Posts: 13

Participants: 4

Read full topic


Viewing all articles
Browse latest Browse all 95533

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>