On Wednesday, February 19, 2020 at 2:19:05 PM UTC-8, david glenn wrote: > > I changed the IP to the RPi's and it seemed successful. A screen shot is > attached. Hopefully it demonstrates the proper information. > > If I 'run' the program > > sudo ./bin/weewxd weewx.conf > > there is nothing returned. > > I see from the documentation that weewx can be greatly modified by folks > who know what they are doing. I'm at my limit. The statement below comes > from the user guide using setup.py: >
Step back from the stressfulness of this for a second and look at it a little differently: - you have a weewx raspi on the network - you have a WeatherlinkIP thing on the network that talks with your Davis - you need to configure weewx to find that WeatherlinkIP thing to talk to it over the network - now to do that, do you think you'd put the ip address of the pi in the weewx.conf file ? No, you wouldn't. - You need to put the ip address of the WeatherlinkIP device in weewx.conf so weewx knows th address of the remote thing it's talking to. So in weewx.conf in the [Vantage] section, you would want "type = ethernet" and "host = x.x.x.x" where x.x.x.x is the address on your network for the WeatherLinkIP thingy. We can't tell you what x.x.x.x is unfortunately, as we're not on your home network. If you do that, and restart weewx (which in general you need to do anytime you edit weewx.conf), your weewx should talk to your WeatherlinkIP and you should see it look like it's doing something. Also set debug=1 in weewx.conf while you're in there, so we get better debugging info in your logs. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/d984e032-bf5c-4edb-8534-e5cc9ce739e8%40googlegroups.com.
