ESP32 based smart plug powers off to early because of to high measured internal temperature sensor? #22633
-
I use my smart plugs (four for the moment) with tasmota to control my electical heaters.
Generally this is a good safety function. By the way without consuming power the internal sensor allready is measuring round about + 50 K higher than the environment temperature (Environment is < 7 °C, ESP32 is > 60 °) I didn't found a solution yet to change the power off limit of 90 °C so in my opinion maybe the limit is a little to high for a safety function of the plug if only the esp32 internal sensor registered a higher temperature.
By the way I think it is better to change the limit or something else or maybe to change the calibration of the internal sensor. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The over-temperature threshold can be selected using |
Beta Was this translation helpful? Give feedback.
The over-temperature threshold can be selected using
SetOption42
.