Created
December 18, 2021 08:11
-
-
Save ferengi82/a104c45d1897c7130dd2fc83f0800aaf to your computer and use it in GitHub Desktop.
Tasmota
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Calibrate | |
https://tasmota.github.io/docs/Power-Monitoring-Calibration/#setup | |
- Set Options | |
- disable Status LED: LedPower 0 | |
- time between MQTT Messages: TelePeriod 60 (default 300) | |
- read Voltage if Power off: SetOption21 1 | |
- Set PowerHigh and PowerDelta, to send additional MQTT Messages when Power Changes | |
https://tasmota.github.io/docs/Commands/#power-monitoring | |
- Rules | |
Disable PM when Device is running (KNX) | |
Rule 5 (send only once) | |
Rule1 | |
ON ENERGY#POWER>50 DO knxtx_cmnd1 0 ENDON | |
ON ENERGY#POWER<50 DO knxtx_cmnd1 1 ENDON | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment