3 January 2021

Automatically turn off a soldering station

By Bolukan

Have you ever forgotten to turn off your soldering station? I found an effective solution using Tasmota and a Sonoff to automatically turn off the soldering station after a certain minutes.

Open the console and enter the command:
PulseTime1 1000
PulseTime sets the duration to keep the Relay1 ON when Power ON command is issued. After the given amount of time, the power will be turned OFF. The amount of time in seconds has an 100 offset. So 1.000 stands for 900 seconds, 15 minutes.