question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sonoff Pow Power Consumption

See original GitHub issue

cant get this to work. (is this the way to do it) ? (no data is showing up on the sensor card)

- id: '1591449159423'
alias: pow2 pool forbrug
description: ''
trigger:
- at: '23:59'
platform: time
condition: []
action:
- data: {}
service: sonoff.update_consumption

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tonyp740613commented, Jun 15, 2020

@rhgiter - I have the same automation and it works for me, except I also have a trigger when Home Assistant is started. The consumption values are empty when Home Assistant starts up and are only populated when you call the service.

- id: '1591190008529'
  alias: Sonoff update consumption
  description: ''
  trigger:
  - at: 05:00:00
    platform: time
  - event: start
    platform: homeassistant
  condition: []
  action:
  - data: {}
    service: sonoff.update_consumption 
1reaction
AlexxITcommented, Jun 7, 2020

I’m not an yaml automation specialist. You can always call the service manually /developer-tools/service

Read more comments on GitHub >

github_iconTop Results From Across the Web

SONOFF POW Origin Smart Power Meter Switch( POWR2 ...
It can track your appliances' power, current, and voltage in real-time and cumulative power consumption. POW Origin supports to check 6-Month power ...
Read more >
POW Elite - SONOFF Official
Calculate Power Consumption. You can find savings by checking daily, monthly, and yearly cumulative power consumption, date dashboard shows real power and POW...
Read more >
How To Monitor The Power Usage Of Devices Using A Sonoff ...
The Sonoff POW R2 is a Wi-Fi enabled in-line power switch that can measure the power consumption of electronics and display it in...
Read more >
Sonoff Pow R2 WiFi Switch with Power Consumption ...
Specification for Sonoff Pow · Voltage range: 100-240V AC · Max current: 15A · Max Power: 3500W · Product Dimensions: 114*52*32mm · Color:...
Read more >
Sonoff POW R2 - how to know how I consumed in a day or ...
The POW2 does have a total energy consumed sensor that you can feed to utility meters for weekly/monthly/yearly cycles. It also has total...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found