[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Pat
I do not have this weather station so I have copied and pasted your python3 file to a format that WeeWX should understand. There will be bugs since I have no way to test it :) *I invite others* lurking here to review and update anything obvious as well - for sanity's sake. I've commented the

[weewx-user] Re: Belchertown Skin 0.8.1 released

2018-12-08 Thread Pat
Glad to hear all the positive feedback! All your sites look great - but I could be biased :) On Saturday, December 8, 2018 at 4:58:00 PM UTC-5, Alan Bryant wrote: > > Pat, > > Just wanted to say thanks! I have mine up and running, minus the logo and > about page.

[weewx-user] Re: weewx on Hyper-V

2018-12-08 Thread vince
On Saturday, December 8, 2018 at 2:21:07 PM UTC-8, Sebastian Zitzl wrote: > > I run weewx for almost two years now on a small embedded computer. At the > moment i'm thinking about if it is possible and recommended to run the > debian OS on a Hyper-V Host instead of the embedded pc. Does somebody

[weewx-user] weewx on Hyper-V

2018-12-08 Thread Sebastian Zitzl
Hello, I run weewx for almost two years now on a small embedded computer. At the moment i'm thinking about if it is possible and recommended to run the debian OS on a Hyper-V Host instead of the embedded pc. Does somebody has any experience on running a virtualized weewx? A virtualized debian

[weewx-user] Re: Belchertown Skin 0.8.1 released

2018-12-08 Thread Alan Bryant
Pat, Just wanted to say thanks! I have mine up and running, minus the logo and about page. https://weather.bryantgeeks.com/. Great skin and I am loving having such an easy and beautiful view of my weather data. Alan Bryant On Friday, December 7, 2018 at 4:12:23 PM UTC-6, Pat wrote: > > The

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Pat
Can you explain the difference between Ground Temperature and Ambient Temperature with this station? On Saturday, December 8, 2018 at 2:42:10 PM UTC-5, Patrick Tranchant wrote: > > thanks to you > I can wait for you or someone other > > have a good evening > > Patrick > > On Saturday, December

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Patrick Tranchant
Yes it is good On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick Tranchant wrote: > > hello I am a newbie from France ( sorry for my english ) > > I want to use weewx on a raspberry with a weather station built by myself > (view on Magpi) > I don't see my station on your website to

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Pat
Ok, so Ambient Temperature would be the outTemp observation. Is your DS18b2 in the soil? On Saturday, December 8, 2018 at 2:58:29 PM UTC-5, Patrick Tranchant wrote: > > > > the ground temperature (in french temperature du sol) is with a DS18b2 > sensor and the Ambient teperature is with

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Patrick Tranchant
the ground temperature (in french temperature du sol) is with a DS18b2 sensor and the Ambient teperature is with BME280 sensor ( in french temperature de l'air) Patrick On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick Tranchant wrote: > > hello I am a newbie from France ( sorry

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Patrick Tranchant
thanks to you I can wait for you or someone other have a good evening Patrick On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick Tranchant wrote: > > hello I am a newbie from France ( sorry for my english ) > > I want to use weewx on a raspberry with a weather station built by myself >

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Pat
Writing a driver isn't a fast process and takes a lot of testing. I don't have your weather station so it might take a while to get it accurate. I don't have a lot of time left for today and won't be available tomorrow, but I can try an initial attempt. Unless someone else reading this wants

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Patrick Tranchant
Yes on the same raspberry Patrick On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick Tranchant wrote: > > hello I am a newbie from France ( sorry for my english ) > > I want to use weewx on a raspberry with a weather station built by myself > (view on Magpi) > I don't see my station on

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Pat
If you want to use WeeWX, we will have to convert this python3 script into a weewx driver. Then you would let WeeWX handle everything and you would get updates on a website. On Saturday, December 8, 2018 at 2:26:59 PM UTC-5, Patrick Tranchant wrote: > > an other measure > > *Wind direction:

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Patrick Tranchant
an other measure *Wind direction: 180.0 / Wind speed: 0.0 / Wind gust: 0.0 / Rainfall: 0.0 / Humidity: 48.59056071006303 / Pressure: 992.0321939541822 / Ambient Temperature: 20.324745389912277 / Ground Temperature: 17.812;* On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick Tranchant

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Patrick Tranchant
watch the datas , displayed on my screen *Wind direction: 0.0 / Wind speed: 2.882624887969079 / Wind gust: 4.083718591289529 / Rainfall: 3.3528 / Humidity: 49.045477937775004 / Pressure: 992.038277081991 / Ambient Temperature: 20.20529098296538 / Ground Temperature: 17.687;* Patrick On

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Patrick Tranchant
yes on the same PI On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick Tranchant wrote: > > hello I am a newbie from France ( sorry for my english ) > > I want to use weewx on a raspberry with a weather station built by myself > (view on Magpi) > I don't see my station on your website to

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Pat
Thanks. Where do you plan to run WeeWX? on the same Raspberry Pi? On Saturday, December 8, 2018 at 2:14:01 PM UTC-5, Patrick Tranchant wrote: > > ok I give you the scripts > in attach file > The main script is weather_station_BYO_10.py > thank you > > patrick > > On Saturday, December 8,

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Patrick Tranchant
ok I give you the scripts in attach file The main script is weather_station_BYO_10.py thank you patrick On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick Tranchant wrote: > > hello I am a newbie from France ( sorry for my english ) > > I want to use weewx on a raspberry with a weather

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Pat
I followed your link, which brought me to GitHub. There are a lot of scripts there. If you can share your python3 script that will help. On Saturday, December 8, 2018 at 2:00:39 PM UTC-5, Patrick Tranchant wrote: > > I use a script on python3 > I follow this link for the built of my weather

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Patrick Tranchant
I use a script on python3 I follow this link for the built of my weather Station I can give you the final script patrick On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick Tranchant wrote: > > hello I am a newbie from France ( sorry for my english ) > > I want to use weewx on a raspberry

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Pat
How do you run the weather station? What file do you run? log_all_sensors.py? On Saturday, December 8, 2018 at 1:48:20 PM UTC-5, Patrick Tranchant wrote: > > hello Pat > > I have already my BYO weather station, it works good > it displays the data from sensors , they are stocked in MariaDB > the

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Patrick Tranchant
hello Pat I have already my BYO weather station, it works good it displays the data from sensors , they are stocked in MariaDB the datas are display just in text mode. thanks Patrick On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick Tranchant wrote: > > hello I am a newbie from France

Re: [weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Pat
Have you built the weather station yet? Is it giving you a reading of the sensors? On Saturday, December 8, 2018 at 12:30:23 PM UTC-5, Patrick Tranchant wrote: > > thank you Rich > I go to try to read your solution. > thank > > patrick > > Le sam. 8 déc. 2018 à 18:26, rich T > a > écrit : > >>

Re: [weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Patrick Tranchant
thank you Rich I go to try to read your solution. thank patrick Le sam. 8 déc. 2018 à 18:26, rich T a écrit : > Patrick > > If you don't want to try to write a driver, another option might be: > > Weather Station > Node Red > MQTT > Weewx > > 1. Your weather station interfaces Node Red via the

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread rich T
Patrick If you don't want to try to write a driver, another option might be: Weather Station > Node Red > MQTT > Weewx 1. Your weather station interfaces Node Red via the Raspberry GPIOs. 2. Add the data to MQTT broker. (there is some programming that needs to done to get and add the data) 3.

Re: [weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Thomas Keffer
Sorry. There is no driver available. -tk On Sat, Dec 8, 2018 at 8:56 AM Patrick Tranchant wrote: > hello Thomas > whaouh > I'm not a developer, let alone a programmer > > It is going to be difficult for me > thanks > > Patrick > > On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Patrick Tranchant
On Saturday, December 8, 2018 at 5:19:28 PM UTC+1, Patrick Tranchant wrote: > > it's me again > the communication between Weewx and my BYO weather station must be done > with the GPIO of Raspberry > I think you know it. > > Patrick > > On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Patrick Tranchant
hello Thomas whaouh I'm not a developer, let alone a programmer It is going to be difficult for me thanks Patrick On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick Tranchant wrote: > > hello I am a newbie from France ( sorry for my english ) > > I want to use weewx on a raspberry with

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Patrick Tranchant
hello Thomas General guidelines - The driver should emit data as it receives it from the hardware (no caching). - The driver should emit only data it receives from the hardware (no "filling in the gaps"). - The driver should not modify the data unless the modification is

Re: [weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Thomas Keffer
Hello, Patrick Je ne suis au courant d'aucun pilote périphérique pour WeeWX qui fonctionnerait avec la station météo "Build your own" Raspberry Pi que vous avez liée. Je ne trouve pas non plus de référence dans l'archive weewx-user. Donc, vous devrez écrire le pilote ! Les instructions figurent

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Patrick Tranchant
it's me again the communication between Weewx and my BYP weather station must be done with the GPIO of Raspberry I think you know it. Patrick On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick Tranchant wrote: > > hello I am a newbie from France ( sorry for my english ) > > I want to

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread Patrick Tranchant
hi thank you for your response follow this link , this is my weather station : https://projects.raspberrypi.org/en/projects/build-your-own-weather-station patrick On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick Tranchant wrote: > > hello I am a newbie from France ( sorry for my

[weewx-user] Re: use Weewx on raspberry

2018-12-08 Thread rich T
Patrick We need additional information about the weather station you built. Rich On Saturday, December 8, 2018 at 9:40:43 AM UTC-5, Patrick Tranchant wrote: > hello I am a newbie from France ( sorry for my english ) > > I want to use weewx on a raspberry with a weather station built by myself

[weewx-user] use Weewx on raspberry

2018-12-08 Thread Patrick Tranchant
hello I am a newbie from France ( sorry for my english ) I want to use weewx on a raspberry with a weather station built by myself (view on Magpi) I don't see my station on your website to configure : Weather Station Hardware Comparison: I don't found my weather station. Do you have a solution

[weewx-user] Re: Local File report different to FTP'd report - slightly

2018-12-08 Thread Andrew Milner
if you specify the full url of the page it should force a reload from the website and bypass the cache - the same as doing ctrl reload versus just reload On Saturday, 8 December 2018 13:21:42 UTC+2, Rob Field wrote: > > Or not. > I had been googling how to get the browser to bypass its cache.

[weewx-user] Re: Belchertown Skin 0.8.1 released

2018-12-08 Thread Chris Plant
Just upgraded to 0.8.1! So easy, except having to put all my customizations back in since I didn't do that on the last upgrade! I would definitely recommend putting the skin customizations in the weewx.conf file! lol KWIMOSIN10 Weather On Friday,

Re: [weewx-user] Re: Belchertown Skin 0.8.1 released

2018-12-08 Thread Philip Kutzenco
Also upgraded and working great (wx.kutzenco.com). phil On Friday, December 7, 2018 at 9:46:05 PM UTC-5, Colin Larsen wrote: > > Upgraded 41south.net.nz > > > and working great. In my footer I've

[weewx-user] Re: Local File report different to FTP'd report - slightly

2018-12-08 Thread Rob Field
Or not. I had been googling how to get the browser to bypass its cache. Auto refresh works.. but it's no different to pressing the 'reload this page'. It still uses the cached data if the graphic file 'appears' identical. There is clearly something else needed and there are various opinions as

[weewx-user] Re: Local File report different to FTP'd report - slightly

2018-12-08 Thread Rob Field
I knew it was just me .. :) On Saturday, 8 December 2018 10:05:24 UTC, Andrew Milner wrote: > > 1. It's just you > 2. Google for auto refresh web page > 3. Add to template(s): > > > > > This will refresh page every after 5 seconds. > > > > > > > On Saturday, 8 December 2018 11:24:17 UTC+2,

[weewx-user] Re: Local File report different to FTP'd report - slightly

2018-12-08 Thread Andrew Milner
1. It's just you 2. Google for auto refresh web page 3. Add to template(s): This will refresh page every after 5 seconds. On Saturday, 8 December 2018 11:24:17 UTC+2, Rob Field wrote: > > Adding to this... > If I view the page source and look at the section calling the images ( SEE >

[weewx-user] Re: Local File report different to FTP'd report - slightly

2018-12-08 Thread Rob Field
Adding to this... If I view the page source and look at the section calling the images ( SEE SECTION BELOW ) Clicking on the image initially shows the cached image , doing a refresh shows the updated 'unshown' image. So there needs to be a way to tell the browser to reload all the images