I am using the AI-on-the-edge for an ESP32-CAM that is measuring gas meter usage evey 5 minutes and reporting to HA via MQTT into the energy dashboard.
Typically it is running 170-180 degrees F. As taking the photo, processing and sending the data only takes about 45 seconds, is there some way to put the ESP32-CAM into a sleep mode in between? Actually taking the photo less often would not help because even if I tell it to take the photos/measurements only once every 10 minutes, the temperature still stays around 175F…?