Quantcast
Viewing all articles
Browse latest Browse all 104965

Problem to config filter sensor with a smart plug for a washing machine

@pilot1981 wrote:

Hi,
I have a sensor on a smart plufg/outlet connected to a washing machine which works between 0 and 2000 watt.

this is may config:

  - platform: filter
    name: "Watt Lavatrice filtered"
    entity_id: sensor.watt_lavatrice
    filters:
      - filter: outlier
        window_size: 0
        radius: 2000.0
      - filter: lowpass
        time_constant: 60
      - filter: time_simple_moving_average
        window_size: 00:05
        precision: 0

this don’t work for me: any suggestions?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 104965

Trending Articles