Soil moisture sensor for my vegetable garden.
 
 
Go to file
Dustin c9cacc540f main: Deep sleep after network failures
Instead of entering a "hot" reboot loop when there is a problem
connecting to WiFi or the MQTT broker, the chip will now go into deep
sleep for a minute before trying again.  This should conserve battery in
situations where simply trying again right away won't fix the problem
(e.g. WiFi is actually down, or the band conditions are just really bad
for now).
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 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 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 values: Include boot count in state messages 2022-05-16 21:17:20 -05:00
values.hpp values: Include boot count in state messages 2022-05-16 21:17:20 -05:00