From 205ff8b14892dfcf44884edb7e935c3b5c3c9673 Mon Sep 17 00:00:00 2001 From: tiagofreire-pt <41837236+tiagofreire-pt@users.noreply.github.com> Date: Thu, 31 Oct 2019 16:20:37 +0000 Subject: [PATCH] Updated BlitzWolf SHP6 (markdown) --- BlitzWolf-SHP6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BlitzWolf-SHP6.md b/BlitzWolf-SHP6.md index c4d75f67..c0086133 100644 --- a/BlitzWolf-SHP6.md +++ b/BlitzWolf-SHP6.md @@ -81,14 +81,14 @@ It significantly reduces the effort of reflashing multiple SHP-6 units. [[https://blakadder.github.io/templates/blitzwolf_SHP6.html]] ## Calibration fine tuning -Approach the calibration using the method 2. If not satisfied with the results, you could mod the SMD direct measure resistor or mitigate this using a Tasmota set of rules: +Approach the calibration using the Method 2. If not satisfied with the results, you could mod the SMD direct measure resistor or mitigate this using a Tasmota set of rules: ``` Rule1 ON energy#power<=100 DO Currentcal 2500 BREAK ON energy#power<=500 DO Currentcal 2635 BREAK ON energy#power<=1000 DO Currentcal 2788 BREAK ON energy#power<=1500 DO Currentcal 2942 BREAK ON energy#power<=2000 DO Currentcal 3095 BREAK ON energy#power<=2500 DO Currentcal 3249 BREAK ON energy#power>2500 DO Currentcal 3402 BREAK Rule1 1 ``` -Take the CurrentCal values above as a first approach and should be corrected through the Tasmota Method 2 calibration procedure. +Take the CurrentCal values above as a first approach and should be corrected through the Tasmota Method 2 calibration procedure: [[https://github.com/arendst/Tasmota/wiki/Power-Monitoring-Calibration]] ## Home Assistant configuration ```yaml