Updated BlitzWolf SHP6 (markdown)

tiagofreire-pt 2019-10-31 16:20:37 +00:00
parent f91e3b1224
commit 205ff8b148
1 changed files with 2 additions and 2 deletions

@ -81,14 +81,14 @@ It significantly reduces the effort of reflashing multiple SHP-6 units.
[[https://blakadder.github.io/templates/blitzwolf_SHP6.html]] [[https://blakadder.github.io/templates/blitzwolf_SHP6.html]]
## Calibration fine tuning ## 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 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 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 ## Home Assistant configuration
```yaml ```yaml