Indoor Gardening
- 
					
					
					
					
 Is anybody successful in using LoraWAN to make watering house plants, monitored by other LoraWan devices work? I forget to water my plants. Thought I might be able to use M5 and AWS to manage that. :) 
- 
					
					
					
					
 I have a setup that uses MQTT to allow Home Assistant to run automated watering, sensor data collection, etc. The example here is coded for ESPHome https://github.com/rasclatt-dot-com/ESP32-Plant-Waterer-for-ESPHome 
- 
					
					
					
					
 I don't know about LoRa but its entirely possible to do it with MQTT over wifi. 
 M5Stack also have a sensor /pump unit designed just for this problem.
  
 https://shop.m5stack.com/products/watering-unit-with-mositure-sensor-and-pump?ref=pfpqkvphmgr
- 
					
					
					
					
 @ajb2k3 Has anyone used this unit with Python as I can only see it works with Arduino or UIFlow. I was wondering how to program it with Python, or MicroPython. 
- 
					
					
					
					
 Uiflow is micropython but its easy using basic I/O commands. 
- 
					
					
					
					
 @jasric89 CoreS3 UIFlow2 Watering Unit example https://uiflow2.m5stack.com/?pkey=a994dbf4881f4d638d89f07070f015e3 
