mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-27 17:37:45 +01:00
Power Meter internal filter
This commit is contained in:
parent
51c9fd77e7
commit
a4d8520837
@ -41,6 +41,19 @@ Thus, rearranging the expression yields a proportional factor of ``0.06`` from `
|
|||||||
And if a technician shows up and he looks confused about what the heck you have done to your
|
And if a technician shows up and he looks confused about what the heck you have done to your
|
||||||
power meter, tell them about esphomelib 😉
|
power meter, tell them about esphomelib 😉
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
Photoresistors often have a bit of noise during their switching phases. So in certain situations,
|
||||||
|
a single power meter tick can result in many pulses being counted. This effect is especially big on
|
||||||
|
ESP8266s. If you're experiencing this, try enabling the ``internal_filter:`` filter option:
|
||||||
|
|
||||||
|
.. code:: yaml
|
||||||
|
|
||||||
|
sensor:
|
||||||
|
- platform: pulse_counter
|
||||||
|
# ...
|
||||||
|
internal_filter: 10us
|
||||||
|
|
||||||
See Also
|
See Also
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user