[weewx-user] Public webpage using MQTT from weewx

2019-11-20 Thread Radek Dohnal
Hello. What is the safe way how to use public webpage with my meteo data (on public site) together with weex sending MQTT data on my local home network ? I would like to use MQTT from my weewx (running on my home network). But I dont wont to open any port from my home network to the internet.

[weewx-user] Re: Weewx "off line"

2019-11-20 Thread Teva MERVIN
OK tk. Le mardi 19 novembre 2019 16:36:37 UTC+11, Teva MERVIN a écrit : > > Hello. > I have a problem that I can not identify. > It happens at least once a day, and I have to restart weewx. > Do you have ideas? > > root@Nas:~# service weewx status > ● weewx.service - LSB: weewx weather system

Re: [weewx-user] Re: Weewx "off line"

2019-11-20 Thread Thomas Keffer
Replace /usr/share/weewx/weewx/manager.py with it. For example, if the new copy is in your home directory: *cd ~* *sudo mv /usr/share/weewx/weewx/manager.py /usr/share/weewx/weewx/manager.py.backup* *sudo cp manager.py /usr/share/weewx/weewx/manager.py* -tk On Wed, Nov 20, 2019 at 1:14 PM

Re: [weewx-user] Re: Weewx "off line"

2019-11-20 Thread Teva MERVIN
Thank you for your help. What do I do with this manager.py file? Le jeudi 21 novembre 2019 00:52:15 UTC+11, Thomas Keffer a écrit : > > En attendant, voici une version de manager.py qui ignorera simplement les > enregistrements contenant de mauvaises valeurs 'intervalle' au lieu de > s'arrêter.

[weewx-user] Re: connect camera IP on belchertown skin

2019-11-20 Thread Patrick Tranchant
hello thanks for your response My Camera IP is a Samsung SND-6084, but I tried more configurations, and I couldn't the good solution, I am bad. Patrick On Thursday, October 24, 2019 at 8:12:24 PM UTC+2, Patrick Tranchant wrote: > > hello PAT > > I am searching to connect a camera IP on my skin,

Re: [weewx-user] wundergound no "post_indoor_observations" ?!

2019-11-20 Thread Thomas Keffer
I was able to reproduce this. It occurs if you specify post_indoor_observations while using Rapidfire. It turns out you can get the same error with the option api_key. Fixed in commit ce5bc8b , to appear in V4.0.

Re: [weewx-user] wundergound no "post_indoor_observations" ?!

2019-11-20 Thread Andreas Weber
ok, no more errors, i still had rapidfire = true. without rapidfare no more mistakes. but I still can not see any inside temperature and humidity in the wonderground json file. ... -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe

Re: [weewx-user] Re: Update from v3.6.2 to v3.9.2

2019-11-20 Thread Thomas Keffer
Always worth checking the *Upgrade Guide * first! -tk On Wed, Nov 20, 2019 at 7:20 AM Auchtermuchty Weather wrote: > It changed the units in my weewx.conf! I've changed them back but it was > a bit annoying. > > On Wednesday, 20 November

Re: [weewx-user] wundergound no "post_indoor_observations" ?!

2019-11-20 Thread Andreas Weber
engine: Using binding 'wx_binding' to database 'weewx.sdb' Nov 20 16:33:25 Rasp weewx[390]: manager: Starting backfill of daily summaries Nov 20 16:33:25 Rasp weewx[390]: engine: Finished loading service weewx.engine.StdArchive Nov 20 16:33:25 Rasp weewx[390]: engine: Loading service

Re: [weewx-user] Re: Update from v3.6.2 to v3.9.2

2019-11-20 Thread Auchtermuchty Weather
It changed the units in my weewx.conf! I've changed them back but it was a bit annoying. On Wednesday, 20 November 2019 14:44:35 UTC, Auchtermuchty Weather wrote: > > Update was so easy, all I wanted was a wget command to bring the .tar.gz > file down to the RPi - instead I copied it across

Re: [weewx-user] Re: Update from v3.6.2 to v3.9.2

2019-11-20 Thread Auchtermuchty Weather
Update was so easy, all I wanted was a wget command to bring the .tar.gz file down to the RPi - instead I copied it across from my PC. Shutdown at 13:43, a bit of thinking, copying & following instructions, restart at 13:59. Now to try the Belchertown skin... On Monday, 4 November 2019

Re: [weewx-user] Re: Ecowitt Pm2.5 sensor and Wundergorund

2019-11-20 Thread G Hammer
I don't believe WU does anything with any PM reporting except through the PurpleAir sensor. More here: https://www.wxforum.net/index.php?topic=36992.0 On Tuesday, November 19, 2019 at 11:27:40 PM UTC-5, Tim Tuck wrote: > > G'Day, > > i've seen that post :) That is a post about getting the

Re: [weewx-user] wundergound no "post_indoor_observations" ?!

2019-11-20 Thread Thomas Keffer
Can you be more specific about what kind of error? -tk On Wed, Nov 20, 2019 at 5:11 AM Andreas Weber wrote: > Hi > > I wanted to upload my interior temperature with weewx to Wunderground and > lt docu manual from weewx goes along with that > post_indoor_observations = true > > But I get errors

Re: [weewx-user] Re: Weewx "off line"

2019-11-20 Thread Thomas Keffer
In the meantime, here is a version of manager.py that will simply ignore records with bad values of 'interval', rather than stopping. It's not a cure, but at least the results will be more robust. Give it a try. -tk On Wed, Nov 20, 2019 at 5:35 AM Thomas Keffer wrote: > I've re-opened issue

Re: [weewx-user] Re: Weewx "off line"

2019-11-20 Thread Thomas Keffer
I've re-opened issue #375. Hopefully, Chris will have some time to investigate. -tk On Wed, Nov 20, 2019 at 1:08 AM Teva MERVIN wrote: > yes I used it. > > https://github.com/weewx/weewx/issues/375 > > Le mercredi 20 novembre 2019 14:19:37 UTC+11, Andrew Milner a écrit : >> >> it was my

[weewx-user] wundergound no "post_indoor_observations" ?!

2019-11-20 Thread Andreas Weber
Hi I wanted to upload my interior temperature with weewx to Wunderground and lt docu manual from weewx goes along with that post_indoor_observations = true But I get errors with this entry in the weewx.conf [[Wunderground]] enable = true station = x password =

[weewx-user] Re: Weewx "off line"

2019-11-20 Thread Teva MERVIN
yes I used it. https://github.com/weewx/weewx/issues/375 Le mercredi 20 novembre 2019 14:19:37 UTC+11, Andrew Milner a écrit : > > it was my understanding from one of the threads that there was a version > of the driver supposed to address this issue - have you used that version > of the wmr