usermods/Temperature/readme.md
Based on the excellent QuinLED_Dig_Uno_Temp_MQTT usermod by srg74 and 400killer!
Reads an attached DS18B20 temperature sensor (as available on the QuinLED Dig-Uno)
Temperature is displayed in both the Info section of the web UI as well as published to the /temperature MQTT topic, if enabled.
May be expanded with support for different sensor types in the future.
If temperature sensor is not detected during boot, this usermod will be disabled.
Maintained by @blazoncek
Add Temperature to custom_usermods in your platformio_override.ini.
Example platformio_override.ini:
[env:usermod_temperature_esp32dev]
extends = env:esp32dev
custom_usermods = ${env:esp32dev.custom_usermods}
Temperature
USERMOD_DALLASTEMPERATURE_MEASUREMENT_INTERVAL - number of milliseconds between measurements, defaults to 60000 ms (60s)All parameters can be configured at runtime via the Usermods settings page, including pin, temperature in degrees Celsius or Fahrenheit and measurement interval.
2020-09-12
2021-04
2023-05
2024-09