I’m revisiting hydrosys again for the allotment.
I’m wanting a raspberry pi zero on each one of my veg beds, how would I pull that data with other data from other pi projects in to one web page ?
I’ll be using a 4g router for internet and solar set up for running the pumps for watering
Hello,
I'd create a proxy with a simple web interface to route the traffic to the several raspberry PIs, all the traffic from the Router will be sent to this raspberry which than will give access to the others.
Unfortunately you have to have do some programming, even if I think that most of the code can be found somewhere on github.