From 6eb9d770451ca7f51dcab7cd146271d28e858d70 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Thu, 27 Jan 2022 14:55:23 -0700 Subject: [PATCH] moved details over from software/plugins/environment --- docs/software/settings/environmental-measurment-plugin.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/software/settings/environmental-measurment-plugin.md b/docs/software/settings/environmental-measurment-plugin.md index 0643515e..18af0e0a 100644 --- a/docs/software/settings/environmental-measurment-plugin.md +++ b/docs/software/settings/environmental-measurment-plugin.md @@ -75,7 +75,13 @@ Interval in seconds of how often we should try to send our measurements to the m ## Details - +### Hardware + +The sensors can be wired differently, here's [one example](https://randomnerdtutorials.com/esp32-ds18b20-temperature-arduino-ide) for sensor DS18B20. + +### Known Problems + +* No default configuration values are currently set, so this must be done when enabling the plugin. ## Examples