WLED/usermods/Internal_Temperature_v2
Frank dbe8554724 code spell checking - part3 (usermods)
if you can spell Fahrenheit, you can't spell Celsius. And vice versa :-)
2023-12-14 03:52:06 +01:00
..
readme.md Add Internal Temperature usermod (#3246) 2023-09-01 19:43:21 +02:00
usermod_internal_temperature.h code spell checking - part3 (usermods) 2023-12-14 03:52:06 +01:00

readme.md

Internal Temperature Usermod

This usermod adds the temperature readout to the Info tab and also publishes that over the topic mcutemp topic.

Important

A shown temp of 53,33°C might indicate that the internal temp is not supported.

ESP8266 does not have a internal temp sensor

ESP32S2 seems to crash on reading the sensor -> disabled

Installation

Add a build flag -D USERMOD_INTERNAL_TEMPERATURE to your platformio.ini (or platformio_override.ini).

Authors

Soeren Willrodt @lost-hope

Dimitry Zhemkov @dima-zhemkov