Re: [weewx-user] Bootstrap skin update preview

2021-02-23 Thread Michael
The installation of fuzzy-archer-liveCharts.zip works without error message. But when generating the reports, the following appears: Feb 24 08:22:21 weewx-test weewx[4262] DEBUG weewx.reportengine: Found configuration file /home/weewx/skins/Images/skin.conf for report 'SmallImages' Feb 24 08:22:

[weewx-user] Re: Replaced Davis Envoy (tripping) and replaced with another - no connection

2021-02-23 Thread monmul
No change in USB port. pi@WeatherPi:~ $ pi@WeatherPi:~ $ minicom -b 19200 -D /dev/ttyUSB0 minicom: cannot open /dev/ttyUSB0: Device or resource busy pi@WeatherPi:~ $ sudo /etc/init.d/weewx stop [ ok ] Stopping weewx (via systemctl): weewx.service. pi@WeatherPi:~ $ minicom -b 19200 -D /dev/ttyUSB0

[weewx-user] Belchertown Australian forecast

2021-02-23 Thread Neville Davis
I have updated my post in the weewx Wiki https://github.com/weewx/weewx/wiki/Raspberry-Pi-weather-station-with-i2C-sensors with a link to the mods done to include The Australian localised weather forecast, and also a colour history chart I don't think I left anything out :) Neville -- You re

[weewx-user] Re: MQTTSubscribe units conversion failed

2021-02-23 Thread Tarmo
Ofcourse. My mistake. Thank you! On Tuesday, February 23, 2021 at 7:42:18 PM UTC+2 bell...@gmail.com wrote: > Rain is an ‘incremental’ observation in WeeWX. Meaning that, it is the > amount that has fallen since the previous reading. So, expected units are > inch, cm, and mm. mm_per_hour is ‘ra

[weewx-user] Re: MQTTSubscribe units conversion failed

2021-02-23 Thread bell...@gmail.com
Rain is an ‘incremental’ observation in WeeWX. Meaning that, it is the amount that has fallen since the previous reading. So, expected units are inch, cm, and mm. mm_per_hour is ‘rate’ measurement and cannot be converted to the expected unit of cm. Perhaps you want name = rainRate? For additiona

[weewx-user] MQTTSubscribe units conversion failed

2021-02-23 Thread Tarmo
Hi! I'm getting the following error: Feb 23 17:25:58 pi3 weewx[1803] DEBUG user.MQTTSubscribe: (Driver) MessageCallbackProvider data-> incoming topic: emhi/26038/precipitations, QOS: 0, retain: 1, payload: b'0.1' Feb 23 17:25:58 pi3 weewx[1803] DEBUG weewx.units: Unable to convert from mm_per_h

[weewx-user] Re: Importing Weatherflow data

2021-02-23 Thread mbat...@gmail.com
Please keep "us" in the loop... I'm sure I'm going to want to duplicate these efforts for my station... Thanks! Paul On Tuesday, February 23, 2021 at 4:06:39 AM UTC-6 gjr80 wrote: > Hi, > > You more or less have it. CSV imports require a header row so that > wee_import can identify the source

Re: [weewx-user] Problem with extension install (SyntaxError: Non-ASCII character)

2021-02-23 Thread Michael Schantl
Yes, a new db needs to be created. You could also configure a second db manually, let WeeWX populate the schema and then transfer all data using wee_database --transfer But the effort is mostly the same either way, so it's easier to just follow the documentation. -- You received this message

Re: [weewx-user] Belchertown skin with Australian BOM forecasts

2021-02-23 Thread Neville Davis
I will include it in the weewx wiki post of mine soon... Neville On Tuesday, February 23, 2021 at 7:58:16 PM UTC+10 ti...@skybase.net wrote: > Hi Neville, > > Can you share your mods to get BoM forecasts into Belchertown ? > > I'd like to be able to do that too :) > > thanks > > Tim > > On 23/2/

Re: [weewx-user] Customising NOAATable

2021-02-23 Thread Auchtermuchty Weather
Got around to looking at this, and it was easy thanks to your help. Instead of 'return cellText' I used 'return cellText.replace(".txt", "")' My Python is almost non-existent, but my moderate C# was handy. :) On Tuesday, 16 February 2021 at 13:58:59 UTC gjr80 wrote: > If I understand your q

[weewx-user] Re: Importing Weatherflow data

2021-02-23 Thread gjr80
Hi, You more or less have it. CSV imports require a header row so that wee_import can identify the source data fields and map them to WeeWX field as per the field map. If the data you intend to import has no header row then you can add one, the field names are not important, the important part

Re: [weewx-user] Problem with extension install (SyntaxError: Non-ASCII character)

2021-02-23 Thread Christian Gruber
hello, put my RPI now to the same subnet, and i get data. i also switched schema in weewx.conf to user.weatherlink_live.schema and restarted the service do i have to create a new database then, like its written here http://www.weewx.com/docs/customizing.htm#archive_database or is this not nec

Re: [weewx-user] Belchertown skin with Australian BOM forecasts

2021-02-23 Thread Tim Tuck
Hi Neville, Can you share your mods to get BoM forecasts into Belchertown ? I'd like to be able to do that too :) thanks Tim On 23/2/21 10:30 am, Neville Davis wrote: I have updated my weather station link in the weewx Wiki ( i2C weather station) to include the local Australian weather fore

[weewx-user] Belchertown skin with Australian BOM forecasts

2021-02-23 Thread Neville Davis
I have updated my weather station link in the weewx Wiki ( i2C weather station) to include the local Australian weather forecast. https://bit.ly/2A8BbOx I have also included the colourful history chart by Nick Dajda. The forecast data is gathered by the script by Darryn Capes-Davis. Neville --

[weewx-user] Belchertown skin with colour history chart and local Australian weather forecast

2021-02-23 Thread Neville Davis
I have updated my link in my information on the weewx Wiki (i2C weather station) to my latest weather page. https://bit.ly/2A8BbOx I have edited and incorporated scripts by Darryn Capes-Davis and Nick Dajda into the Belchertown skin. Still been quite slack in getting my installation files and scr

[weewx-user] Belchertown skin with local Australian weather forecast

2021-02-23 Thread Neville Davis
I have updated my weather station link in my weewx Wiki entry (pi weather station with i2C sensors). The link https://bit.ly/2A8BbOx now is able to display the local forecast data from our Gov website using the script developed by Darryn Capes-Davis for his responsive skin, also the history char