2023-09-01 17:43:21 +00:00
|
|
|
# Internal Temperature Usermod
|
|
|
|
|
2024-06-27 16:52:41 +00:00
|
|
|

|
2023-09-01 17:43:21 +00:00
|
|
|
|
2024-06-27 16:52:41 +00:00
|
|
|

|
2024-06-26 19:27:53 +00:00
|
|
|
|
2024-06-28 14:47:54 +00:00
|
|
|
|
2024-06-26 19:27:53 +00:00
|
|
|
## Features
|
2024-06-28 14:47:54 +00:00
|
|
|
- 🌡️ Adds the internal temperature readout of the chip to the `Info` tab
|
2024-06-26 19:27:53 +00:00
|
|
|
- 🥵 High temperature indicator/action. (Configurable threshold and preset)
|
|
|
|
- 📣 Publishes the internal temperature over the MQTT topic: `mcutemp`
|
2024-06-28 14:47:54 +00:00
|
|
|
|
2024-06-26 19:27:53 +00:00
|
|
|
|
|
|
|
## 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)
|
2024-06-28 14:47:54 +00:00
|
|
|
|
2024-06-26 19:27:53 +00:00
|
|
|
|
|
|
|
## 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')
|
2024-06-28 14:47:54 +00:00
|
|
|
|
2023-09-01 17:43:21 +00:00
|
|
|
|
|
|
|
## Installation
|
2025-01-31 03:57:23 +00:00
|
|
|
- Add `Internal_Temperature` to `custom_usermods` in your `platformio.ini` (or `platformio_override.ini`).
|
2023-09-01 17:43:21 +00:00
|
|
|
|
2024-06-26 19:27:53 +00:00
|
|
|
## 📝 Change Log
|
|
|
|
|
|
|
|
2024-06-26
|
2023-09-01 17:43:21 +00:00
|
|
|
|
2024-06-26 19:27:53 +00:00
|
|
|
- Added "high-temperature-indication" feature
|
|
|
|
- Documentation updated
|
|
|
|
|
|
|
|
2023-09-01
|
|
|
|
|
|
|
|
* "Internal Temperature" usermod created
|
2024-06-28 14:47:54 +00:00
|
|
|
|
2024-06-26 19:27:53 +00:00
|
|
|
|
|
|
|
## Authors
|
|
|
|
- Soeren Willrodt [@lost-hope](https://github.com/lost-hope)
|
|
|
|
- Dimitry Zhemkov [@dima-zhemkov](https://github.com/dima-zhemkov)
|
|
|
|
- Adam Matthews [@adamsthws](https://github.com/adamsthws)
|