Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ferengi82/a104c45d1897c7130dd2fc83f0800aaf to your computer and use it in GitHub Desktop.
Save ferengi82/a104c45d1897c7130dd2fc83f0800aaf to your computer and use it in GitHub Desktop.
Tasmota
- 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