Re: [weewx-user] RPi weewx acurite 5-in-1 error

2019-10-26 Thread Sean Jahnig
Thanks for the reply. When i run sudo service weewx status the errors seem to be gone now. The troubling thing is that over the last 12 hours of windguru live wind reporting there are 5 or 6 periods of about 10min each where there was no report. I will keep an eye on it. On Sun, Oct 27, 2019 a

Re: [weewx-user] RPi weewx acurite 5-in-1 error

2019-10-26 Thread p q
I haven't see that exact error, but I have seen occasional random errors. They don't seem to affect the results. On Sat, Oct 26, 2019 at 8:06 PM Sean Jahnig wrote: > I have the acurite 5-in-1 with rpi 4 and it has been running flawlessly > for a week. This morning i woke up to find this error. >

[weewx-user] RPi weewx acurite 5-in-1 error

2019-10-26 Thread Sean Jahnig
I have the acurite 5-in-1 with rpi 4 and it has been running flawlessly for a week. This morning i woke up to find this error. Has anyone seen this error before? Oct 27 06:55:19 raspberrypi weewx[603]: cheetahgenerator: Generated 8 files for report SeasonsReport in 0.63 seconds Oct 27 06:55:19

Re: [weewx-user] Merged datbase with old Vwiew backup

2019-10-26 Thread Thomas Keffer
(Your link didn't work for me.) 1. Did you try deleting all the NOAA records? WeeWX will automatically regenerate them with what data it has. 2. If you already tried that, or it didn't work, then we will have to see the log. See the Wiki on how to generate a good log

Re: [weewx-user] weewx keeps crashing

2019-10-26 Thread Matt Frost
It's looking like the issue is resolved. Still no crash so far. Thanks again for the 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+unsubscr...@

[weewx-user] Merged datbase with old Vwiew backup

2019-10-26 Thread Simone Urbani
Hello, i had an old database with view data until 2013. >From 2018 i started to use weewx without import old data. Today i found an old backup and tried merge both db using this: $ sqlite3 wview.sdb sqlite> .output wview.dump sqlite> .dump sqlite> .quit Then import the dumped data into the weewx

[weewx-user] Merged database

2019-10-26 Thread Simone Urbani
Hello, i had an old database with view data until 2013. >From 2018 i started to use weewx without import old data. Today i found an old backup and tried merge both db using this: $ sqlite3 wview.sdb sqlite> .output wview.dump sqlite> .dump sqlite> .quit Then import the dumped data into the weewx

Re: [weewx-user] Re: MQTT working but Belchertown skin 'Failed connecting to weather station'

2019-10-26 Thread Matt
Thank you very much for your help. I've got it working now...the config I had to add is... [[[inputs]]] windSpeed name = windSpeed_mph units = mile_per_hour windGust name =

Re: [weewx-user] Re: MQTT working but Belchertown skin 'Failed connecting to weather station'

2019-10-26 Thread Matt
Thank you very much for your help. I've got it working now...the config I had to add is... [[[inputs]]] windSpeed name = windSpeed_mph units = mile_per_hour windGust name =

Re: [weewx-user] Re: Bresser 6in1

2019-10-26 Thread Sean Jahnig
I have acurite 5-in-1 but i was also having connection issues. I installed a USB hub and i also used an active USB cable to connect the display to the device which was 6 or 7 meters away. This combination seems to have fixed the problem. On Sat, Oct 26, 2019 at 4:32 PM Sebastien ROVERCH wrote:

Re: [weewx-user] Re: MQTT working but Belchertown skin 'Failed connecting to weather station'

2019-10-26 Thread Pat
Check my previous email. You need to tell mqtt extension what you're looking for. The skin gets its values from mqtt. On Saturday, October 26, 2019 at 8:45:18 AM UTC-4, Matt wrote: > > Yes, I realise that, but my weewx.conf is the same as the section you > highlight but I'm still not seeing cel

Re: [weewx-user] Re: MQTT working but Belchertown skin 'Failed connecting to weather station'

2019-10-26 Thread Matt
Yes, I realise that, but my weewx.conf is the same as the section you highlight but I'm still not seeing celcius and mph... This is my current weewx.conf [[Defaults]] [[[Units]]] # The following section sets what unit to use for each unit group.

Re: [weewx-user] Re: MQTT working but Belchertown skin 'Failed connecting to weather station'

2019-10-26 Thread Pat
Ah, sorry, my mistake. I mis-read your question. You'll want to configure the MQTT extension to send the units you want. So you'd want something like shown in this question . [[MQTT]] ... your other mqtt co

Re: [weewx-user] Re: MQTT working but Belchertown skin 'Failed connecting to weather station'

2019-10-26 Thread Pat
A lot of these items are covered in the documentation . Check out this section . On Saturday, October 26, 2019 at 8:36:24 AM UTC-4, Matt wrote: > > Superb! That worked. Th

Re: [weewx-user] Re: MQTT working but Belchertown skin 'Failed connecting to weather station'

2019-10-26 Thread Matt
Superb! That worked. Thank you very much. I am in the UK and use degrees Celcius and Miles per hour. What should I set unit_system to (METRIC gives me celcius but kmh, US gives me fahrenheit and miles per hour)? On Saturday, 26 October 2019 12:22:41 UTC+1, Pat wrote: > > Try changing mqtt_webs

[weewx-user] Re: Bresser 6in1

2019-10-26 Thread Sebastien ROVERCH
there is only the weather station that is connected to the raspberry. it's the cable of the original weather station that I use I will test with a USB HUB I will try different operating system versions / releases on the rpi thanks [image: image0.jpeg][image: image1.jpeg] > > m > --

Re: [weewx-user] Re: MQTT working but Belchertown skin 'Failed connecting to weather station'

2019-10-26 Thread Pat
Try changing mqtt_websockets_topic to weather/loop -- 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

Re: [weewx-user] Re: MQTT working but Belchertown skin 'Failed connecting to weather station'

2019-10-26 Thread Matt
Thank you, that's progress. Now it says 'Connected. Waiting for data' but doesn't change. Again, the logs look ok (to a novice). On Sat, 26 Oct 2019, 02:07 Pat, wrote: > Your host needs to be the IP of your broker. Not localhost. > > > On Friday, October 25, 2019 at 3:57:10 PM UTC-4, Matt wrote: