On Friday, May 29, 2020 at 2:10:45 AM UTC-4, Bent Jensen wrote:
>
> But I also have a little greenhouse in which I have (off-cause) power, 
> water and LAN. But it is situated remote to where my weewx server is 
> situated (a intel NUC unit). So I would think it could be nice to have 
> temperature sensors in the greenhouse, both some in the soil and one to 
> meassure airtemperature. A sensor should meassure the light intensity, and 
> maybe a humidity sensor. All sensors should be put on a raspi, and  the 
> meassured data should be available in my "master" weewx on the NUC server, 
> to be presented nicely on the internet.
>
> Is that even possible? 
>

of course!

one option would be to use a gw1000 and various soil moisture sensors and 
temperature/humidity sensors

this wiki page explains some of the data collection strategies:

https://github.com/weewx/weewx/wiki/intake-strategies

this wiki page explains some of the ways to aggregate the data into 
dashboards:

https://github.com/weewx/weewx/wiki/dashboards

start with a diagram of the physical locations of the things you want to 
monitor.  then create various overlays to sketch out different logical 
structures for how you might install and configure the data collection.  
from the other end of things, sketch the data display as you would like to 
see it - graphs, tables, current/min/max indicators, etc.  with those 
pieces you will be better prepared to implement something. it will also 
make it easier for you to communicate with others when you have questions 
or when you want to share what you have done.

i typically have a weewx instance at each data collection point, with a 
very basic weewx skin that i can look at to see if data are coming in 
properly.  then i configure each weewx instance to send data to an mqtt 
server or influxdb server.  at that point i can use grafana or other tools 
to create multiple dashboards, each oriented toward the user(s) who need 
access to the data.

m

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/fa4b1466-dc84-4b8e-9323-67dc77e16624%40googlegroups.com.

Reply via email to