WLED/usermods/Internal_Temperature_v2
Will Miles a8dd2435ec Revert "Usermods: Remove libArchive"
This reverts commit 0d44e7ec27.
2025-05-06 22:12:01 -04:00
..
assets Fixed images in readme 2024-06-27 17:52:41 +01:00
Internal_Temperature_v2.cpp usermods: Remove #pragma once from cpps 2025-01-17 00:50:02 +00:00
library.json Revert "Usermods: Remove libArchive" 2025-05-06 22:12:01 -04:00
readme.md First half of usermod readme updates 2025-01-31 03:57:23 +00:00

readme.md

Internal Temperature Usermod

Screenshot of WLED info page

Screenshot of WLED usermod settings page

Features

  • 🌡️ Adds the internal temperature readout of the chip to the Info tab
  • 🥵 High temperature indicator/action. (Configurable threshold and preset)
  • 📣 Publishes the internal temperature over the MQTT topic: mcutemp

Use Examples

  • Warn of excessive/damaging temperatures by the triggering of a 'warning' preset
  • Activate a cooling fan (when used with the multi-relay usermod)

Compatibility

  • A shown temp of 53,33°C might indicate that the internal temp is not supported
  • ESP8266 does not have a internal temp sensor -> Disabled (Indicated with a readout of '-1')
  • ESP32S2 seems to crash on reading the sensor -> Disabled (Indicated with a readout of '-1')

Installation

  • Add Internal_Temperature to custom_usermods in your platformio.ini (or platformio_override.ini).

📝 Change Log

2024-06-26

  • Added "high-temperature-indication" feature
  • Documentation updated

2023-09-01

  • "Internal Temperature" usermod created

Authors