On 16 Aug 2020, at 23:26, Luke Marcum <eastcentra...@gmail.com> wrote:
Im trying to set up weewx to obtain data from my gw1000, running on my pi4. Im using these instructions to set it up: https://github.com/weewx/weewx/wiki/gw1000-recipe and I've made it to the part where I have to update the interceptor settings in weewx.conf but I can't seem to find where this part of the settings is. I have been able to run interceptor.py from the interceptor download and it gets my current weather data, but I can't seem to connect it to weewx. HELP!!!
--
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/f704357a-fca1-4fb0-aa18-0b0ad958accao%40googlegroups.com.
Try the new GW1000 API driver instead, https://github.com/gjr80/weewx-gw1000. I switched to this a few weeks back from Interceptor.
On 16 Aug 2020, at 23:26, Luke Marcum <eastcentra...@gmail.com> wrote:
Im trying to set up weewx to obtain data from my gw1000, running on my pi4. Im using these instructions to set it up: https://github.com/weewx/weewx/wiki/gw1000-recipe and I've made it to the part where I have to update the interceptor settings in weewx.conf but I can't seem to find where this part of the settings is. I have been able to run interceptor.py from the interceptor download and it gets my current weather data, but I can't seem to connect it to weewx. HELP!!!--
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...@googlegroups.com.
Try the new GW1000 API driver instead, https://github.com/gjr80/weewx-gw1000. I switched to this a few weeks back from Interceptor.
On 16 Aug 2020, at 23:26, Luke Marcum <eastcentra...@gmail.com> wrote:
Im trying to set up weewx to obtain data from my gw1000, running on my pi4. Im using these instructions to set it up: https://github.com/weewx/weewx/wiki/gw1000-recipe and I've made it to the part where I have to update the interceptor settings in weewx.conf but I can't seem to find where this part of the settings is. I have been able to run interceptor.py from the interceptor download and it gets my current weather data, but I can't seem to connect it to weewx. HELP!!!--
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...@googlegroups.com.
$ PYTHONPATH=/home/weewx/bin python -m user.gw1000 --test-driver
and
$ PYTHONPATH=/usr/share/weewx python -m user.gw1000 --test-driver
which you use depends on how you installed WeeWX, the first is for a setup.py install and the second is for a package install.
Gary
Gary
On 1 Oct 2020, at 2:19 pm, Luke Marcum <eastcentra...@gmail.com> wrote:Here is my website(www.ekyrrgweather.com) and as you can see its uploading the index.html and its being displayed on my website. I want to stop this from happening, but I still want to be able to access this on my pi which is running my weewx. What way can I stop the upload of the index.html and all its graph images but still be able to see this page when looking up file:///var/www/html/weewx/weewx.htmlon my pi. Im sorry for all the trouble!