Soil moisture sensor for my vegetable garden.
 
 
Go to file
Dustin 1ea3de712e values: Report battery level in percentage
The LiPo battery apparently ranges from 3.0 V to 3.95 V.  Since we know
the range, we can report the current level as a percentage, which Home
Assistant will display.

We'll leave the original voltage reading in the MQTT state payload for
diagnostic purposes.
2022-05-16 21:41:38 -05:00
.vscode Initial commit 2022-05-08 20:34:58 -05:00
.gitignore Initial commit 2022-05-08 20:34:58 -05:00
constants.h values: Include firmware build date 2022-05-16 21:32:00 -05:00
gardensensor.ino main: Deep sleep after network failures 2022-05-16 21:17:20 -05:00
isrgrootx1.pem Initial commit 2022-05-08 20:34:58 -05:00
mqtt_discovery.cpp values: Report battery level in percentage 2022-05-16 21:41:38 -05:00
mqtt_discovery.hpp Initial commit 2022-05-08 20:34:58 -05:00
values.cpp values: Report battery level in percentage 2022-05-16 21:41:38 -05:00
values.hpp values: Include boot count in state messages 2022-05-16 21:17:20 -05:00