[weewx-user] Re: Problems updating my Driver

2017-11-11 Thread 'Mike Whimick' via weewx-user
> > Thank you for replying > Here are the logs as requested. I hope it helps solve my problem Michael -- 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] Problems updating my Driver

2017-11-09 Thread 'Mike Whimick' via weewx-user
Hi All, Over the past week I have been trying to update my Driver that I use with my Raspberry Pi3 and GrovePi board. The problem I have is that it appears to load up and then stops and shows: Nov 9 23:10:07 RaspiDexmet2 weewx[3252]: engine: Starting up weewx version 3.7.1 Nov 9 23:10:07

[weewx-user] Re: Forcast Problem

2017-01-08 Thread 'Mike Whimick' via weewx-user
Thankyou for replying. I think that I may have forecat working now, how ever I have not been able to add it to the standard skin, despite following instructions on the wilki page and searching this group. Can some kind person post some example code so I may do it. Or better still a complete

[weewx-user] Re: Forcast Problem

2017-01-02 Thread 'Mike Whimick' via weewx-user
Thanks for replying, Sadley I'm still not able to get it to work. I have installed the latest version today. Has any one managed to get to work from the UK metoffice if so please can the post how the set it up. My API key works and I tried it using the web page suggest. I also copied it into

[weewx-user] Re: Weewx to weatherdisplay

2016-11-27 Thread 'Mike Whimick' via weewx-user
Hi Topher, At this moment in time I am not using weewx-wd. What I have done is to add this function to my weewx driver. Which creates a clientraw_wx.txt to tme ramdisk I have on my pi3. The #

[weewx-user] Re: Weewx to weatherdisplay

2016-11-13 Thread 'Mike Whimick' via weewx-user
Hi All, I am still playing with weewxwd and have foud that looking at the log for Weather Display it show an error '--' is not a valid integer value. Does any one know how this could be fixed, it looks like a error created by weewxwd Michael -- You received this message because you are

[weewx-user] Weewx to weatherdisplay

2016-10-27 Thread 'Mike Whimick' via weewx-user
Hi All, Has any one managed to conect Weatherdisplay windows version to weewx, so WD recieves it's data from weewx through a home network. I have installed and have running the weewxwd-1.0.0 extention, but so fare not been able to work how to connect WD to the clientraw.txt in my Raspberry Pi

[weewx-user] Try to create a new driver

2016-10-20 Thread 'Mike Whimick' via weewx-user
Hello All, For the past few months I have been playing around at writing a new driver. This week I have decided to change my current driver that uses FileParse (which works ok-ish), to using loop packets, which I believe to be more effient. Using my efforts and borrowing from other drivers I

[weewx-user] Please help progamming a Maplin Anemometer

2016-08-01 Thread 'Mike Whimick' via weewx-user
Hello again, During the past few days I have been trying to write code so to use a Maplin Anemometer, which uses a magentic switch to send pulses as it rotates. Which is connected to my GrovePi. I have been trying to adapt ppm_counter.py that was posted earlier in this group. The code uses

[weewx-user] Re: Why is my csv rain data not being reported

2016-07-29 Thread 'Mike Whimick' via weewx-user
Thanyou for replying I have now started to work out how to add wind speed and dirrection, using Maplin's Anemometer and wind direction sensor, both of which send a pulse as they move. Connecting it to my Grovepi is part. However working out to to count the pulses, and use them, will require