mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-13 20:11:53 +01:00
Adding sdm_meter ability to report total power (#1754)
This commit is contained in:
parent
6844b41ed4
commit
f67e563faf
@ -49,6 +49,8 @@ to some pins on your board and the baud rate set to 9600.
|
||||
name: "SDM220M Phase Angle"
|
||||
frequency:
|
||||
name: "SDM220M Frequency"
|
||||
total_power:
|
||||
name: "SDM220M Total Power"
|
||||
import_active_energy:
|
||||
name: "SDM220M Import Active Energy"
|
||||
export_active_energy:
|
||||
@ -90,6 +92,8 @@ Configuration variables:
|
||||
|
||||
- **frequency** (*Optional*): Use the frequency value of the sensor in hertz.
|
||||
All options from :ref:`Sensor <config-sensor>`.
|
||||
- **total_power** (*Optional*): Use the total power value of the sensor in watts (W).
|
||||
All options from :ref:`Sensor <config-sensor>`.
|
||||
- **import_active_energy** (*Optional*): Use the import active energy value of the sensor in kilowatt
|
||||
hours (kWh). All options from :ref:`Sensor <config-sensor>`.
|
||||
- **export_active_energy** (*Optional*): Use the export active energy value of the sensor in kilowatt
|
||||
|
Loading…
Reference in New Issue
Block a user