Skip to content

Commit 304b2ee

Browse files
authored
Updated Docs (#1077)
* Create index.md Added folder for LEDVANCE-SMART-PLUS-PLUG-CH * Update index.md Added description of LEDVANCE SMART+ PLUG CH * Add prduct image * Add product image * Delete src/docs/devices/LEDVANCE-SMART-PLUS-PLUG-CH/image.jpg * Update index.md * Update index.md Cleared multiple empty lines * Update index.md Minor changes for the documentation and code * Update index.md Added instruction link to adjust voltage and current measurement
1 parent be79390 commit 304b2ee

File tree

1 file changed

+6
-5
lines changed
  • src/docs/devices/LEDVANCE-SMART-PLUS-PLUG-CH

1 file changed

+6
-5
lines changed

src/docs/devices/LEDVANCE-SMART-PLUS-PLUG-CH/index.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: LEDVANCE SMART PLUS PLUG CH
3-
date-published: 2024-07-23
3+
date-published: 2025-04-10
44
type: plug
55
standard: ch
66
board: bk72xx
77
---
88
LEDVANCE SMART PLUS PLUG CH based on BK7231T chip (WB2S).
99
Can be flashed with esphome kickstart via tuya-cloudcutter.
10-
On publish date you need to use ESP-Home beta to build bk72xx targets.
11-
`voltage_divider` and `current_resistor` are estimated.
10+
`voltage_divider`, `current_resistor` and `multiply` are estimated and can be adjusted according [this instructions](https://esphome.io/components/sensor/hlw8012.html#calibration).
1211

1312
## Product Image
1413

@@ -120,15 +119,17 @@ sensor:
120119
inverted: true
121120
current:
122121
name: BL0937 Current
122+
filters:
123+
- multiply: 1.0 # adjust this
123124
voltage:
124125
name: BL0937 Voltage
125126
power:
126127
name: BL0937 Power
127128
energy:
128129
name: BL0937 Energy
129130
update_interval: ${update_interval_seconds}
130-
voltage_divider: 800
131-
current_resistor: 0.001 ohm
131+
voltage_divider: 800 # adjust this
132+
current_resistor: 0.001 # adjust this
132133

133134
binary_sensor:
134135
- platform: gpio

0 commit comments

Comments
 (0)