Soil moisture sensor for my vegetable garden.
 
 
Go to file
Dustin 6c1757b43d main: Deep sleep for up to an hour
It really isn't necessary to have minute-level granularity of soil
moisture (especially since it's just been sitting at "max" for 2
weeks!).  Updating frequently is helpful for diagnostics, though.  To
compromise, the sensor will now publish data every minute for the first
few minutes after it starts up, then reduce its update frequency to once
every hour.
2022-05-16 21:17:20 -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 main: Deep sleep for up to an hour 2022-05-16 21:17:20 -05:00
gardensensor.ino main: Deep sleep for up to an hour 2022-05-16 21:17:20 -05:00
isrgrootx1.pem Initial commit 2022-05-08 20:34:58 -05:00
mqtt_discovery.cpp mqtt_discovery: Add state_class, entity_category 2022-05-16 21:17:20 -05:00
mqtt_discovery.hpp Initial commit 2022-05-08 20:34:58 -05:00
values.cpp Initial commit 2022-05-08 20:34:58 -05:00
values.hpp Initial commit 2022-05-08 20:34:58 -05:00