A question to you experts: is this feasible at all ? What are the minimum setup steps that must be done locally at the cabin? I guess the key steps are 1) to find out the local IP addresses of the weather station and the RPi, and then 2) get the weather station to talk to the RPi and then 3) to get the virtual desktop of the RPi to become accessible on the internet. Then I could control Weewx from home.
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/152e6b22-17bf-4476-8983-a306dd8915can%40googlegroups.com.
Sorry if this has been brought up already. I plan to install a Raspberry Pi running Weewx at a remote cold cabin
Anybody done this or can help otherwise? Many thanks in advance!
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/e19bf7b9-6571-4131-ae36-3b80b7a7d404n%40googlegroups.com.
I wonder what would be the simplest possible replacement "weather station sensor" which I could connect to the weewx-RPi testbed at home in order to send some test weather data to the RPi and onwards.
I was hoping not to have to do any special configurations of the LAN router, either at home or at the cabin.
Yes, in terms of uptime, I've had some power breaks, and fried two power adaptors due to lightning during the last 4 years or so the station has been active. An UPS or even a surge protector would certainly have been useful. FYI, the Vantage weather station is connected to the router by cable, and I plan the same for the RPi - no WiFi except for the laptop during my summer visits.
Progress report : Success!
I was able to visit the cabin today for two hours (cold!) and installed the RPI hardware. After some headscratching due to a security camera on the same LAN, I was able to establish a RealVNC Connect session between the RPI connected by cable on the cabin's LAN and my laptop running on my cellphone's wifi hotspot. This enabled me to find out all necessary IP addresses including the Vantage Vue's Weatherlink IP address, which I needed for the WeeWx setup.
I then did the reconfiguration of WeeWx from Simulator to Vantage Vue but did not manage to get a html update. A reduction of the Vantage's archiving interval from 2 hours to 5 minutes did not help. I could, however, using the weewxd command see that the LOOP packets now originated from the weather station and not simulated. So it looked promising!
Back home, error messages suggested database errors. After some study I changed in the config file:
After these changes the html generation works fine!
Thank you everyone for your advice and suggestions! I have one immediate issue - the wind direction graphs only display on a 16-point scale (22.5 degrees intervals).
My next project will be to try to implement a realtime wind display (displaying each LOOP packet's data - advice welcome!) and to publish the weather data in a safe way.