Skip to content

Instantly share code, notes, and snippets.

- 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
@ferengi82
ferengi82 / seagate - change sector size
Last active June 5, 2022 10:46
seagate - change sector size
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:
@ferengi82
ferengi82 / gist:787467b4b7ec5f5a00b6a87bcf9d52aa
Last active April 10, 2022 07:44
tasmota wemosd1 - sht30 to knx
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