mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-27 22:31:37 +01:00
[bl0942] Update docs for accuracy fixes in esphome/esphome#7428 (#4237)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> fixes in esphome/esphome#7428
This commit is contained in:
parent
0d63a2cd7e
commit
81f838f0af
@ -42,7 +42,6 @@ to some pins on your board and the baud rate set to 4800 with 1 stop bit.
|
||||
name: 'BL0942 Energy'
|
||||
frequency:
|
||||
name: "BL0942 Frequency"
|
||||
accuracy_decimals: 2
|
||||
|
||||
update_interval: 60s
|
||||
|
||||
@ -65,6 +64,7 @@ Configuration variables:
|
||||
to use multiple UART buses.
|
||||
- **line_frequency** (*Optional*, string): The nominal AC line frequency of the supply voltage. One of ``50Hz``, ``60Hz``. Defaults to ``50Hz``.
|
||||
- **address** (*Optional*, int): The address of the BL0942 from its strapping pins. Defaults to ``0``.
|
||||
- **reset** (*Optional*, boolean): Whether to reset the BL0942 chip on startup, resetting all internal counters. Defaults to ``true``.
|
||||
- **current_reference** (*Optional*, float): The calibration parameter for current readings. Defaults to ``251213.46469622``.
|
||||
- **voltage_reference** (*Optional*, float): The calibration parameter for voltage readings. Defaults to ``15873.35944299``.
|
||||
- **power_reference** (*Optional*, float): The calibration parameter for power readings. Defaults to ``596.0`` unless either ``current_reference`` or ``voltage_reference`` are explicitly set, in which case it is calculated. See :ref:`bl0942-calibration` for more details.
|
||||
|
Loading…
Reference in New Issue
Block a user