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 | |
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
Download SeaChest_Lite here: | |
https://www.seagate.com/support/software/seachest/ | |
In an elevated (admin) Command Prompt window, scan for your drive with the command: | |
Code: | |
SeaChest_Lite --scan | |
You should see your drive ID something like "PD1" for example. | |
Check to see if the drive supports changing the sector size using Fast Format: | |
Code: |
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
TelePeriod 10 | |
rule1 1 | |
rule1 on event#knxrx_req1 do KNXTX_VAL1 %var1% endon on tele-SHT3X#Temperature do var1 %value% endon | |
rule2 1 | |
rule2 on event#knxrx_req2 do KNXTX_VAL2 %var2% endon on tele-SHT3X#Humidity do var2 %value% endon | |
rule3 1 | |
rule3 on event#knxrx_req3 do KNXTX_VAL3 %var3% endon on tele-SHT3X#DewPoint do var3 %value% endon |