Revert "pzemac energy support (#514)" (#623)

This reverts commit 4de002b4a9.
This commit is contained in:
Guillermo Ruffino 2020-05-26 20:08:57 -03:00 committed by GitHub
parent 4de002b4a9
commit 0f04817d10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,12 +44,10 @@ to some pins on your board and the baud rate set to 9600.
- platform: pzemac - platform: pzemac
current: current:
name: "PZEM-004T V3 Current" name: "PZEM-004T V3 Current"
power:
name: "PZEM-004T V3 Power"
voltage: voltage:
name: "PZEM-004T V3 Voltage" name: "PZEM-004T V3 Voltage"
energy: power:
name: "PZEM-004T V3 Energy" name: "PZEM-004T V3 Power"
frequency: frequency:
name: "PZEM-004T V3 Frequency" name: "PZEM-004T V3 Frequency"
power_factor: power_factor:
@ -65,8 +63,6 @@ Configuration variables:
:ref:`Sensor <config-sensor>`. :ref:`Sensor <config-sensor>`.
- **voltage** (*Optional*): Use the voltage value of the sensor in volts. - **voltage** (*Optional*): Use the voltage value of the sensor in volts.
All options from :ref:`Sensor <config-sensor>`. All options from :ref:`Sensor <config-sensor>`.
- **energy** (*Optional*): Use the (active) energy value of the sensor in watt*hours. All options from
:ref:`Sensor <config-sensor>`.
- **frequency** (*Optional*): Use the frequency value of the sensor in hertz. - **frequency** (*Optional*): Use the frequency value of the sensor in hertz.
All options from :ref:`Sensor <config-sensor>`. All options from :ref:`Sensor <config-sensor>`.
- **power_factor** (*Optional*): Use the power factor value of the sensor. - **power_factor** (*Optional*): Use the power factor value of the sensor.