[weewx-user] Re: Cant download Uk Met Office forecast

2020-03-01 Thread Mike Hawkins
I can confirm that this does work, I modified the download function in forecast.py to: req = urllib2.Request(u) req.add_header('User-Agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102

Re: [weewx-user] Re: rtl_433 and Weewxd config problems!!

2018-12-27 Thread Mike Hawkins
I’m have used it without problems. I’m not close to mine today, so I can’t send you a config file. But I did not see any sensor_map section in your conf file. You need to have that to convert what you are getting to weewx sensors. See: https://github.com/matthewwall/weewx-sdr Mike -- You

Re: [weewx-user] Re: Cheetah for loop and data_binding

2018-09-26 Thread Mike Hawkins
Excellent ! That has solved the problem. Thank you very much Best regards Mike On Thursday, September 27, 2018 at 1:52:13 AM UTC+1, Thomas Keffer wrote: > > Try this one. > > -tk > > On Wed, Sep 26, 2018 at 3:28 PM Mike Hawkins > wrote: > >> Unfortunately y

Re: [weewx-user] Re: Cheetah for loop and data_binding

2018-09-26 Thread Mike Hawkins
Unfortunately your new tags.py did not fix my problem. If I put a simple print into the def records(self, data_binding=None): manager = self.db_lookup(data_binding) for record in manager.genBatchRecords(self.timespan.start, self.timespan.stop): yield

[weewx-user] Re: Cheetah for loop and data_binding

2018-09-25 Thread Mike Hawkins
Hi, Thanks for the suggestion, they do indeed return different values: wf: 7.3C wx: 5.5C default: 5.5C Mike On Tuesday, September 25, 2018 at 10:30:33 PM UTC+1, mwall wrote: > > > > On Tuesday, September 25, 2018 at 1:42:55 PM UTC-4, Mike Hawkins wrote: >>

[weewx-user] Re: Cheetah for loop and data_binding

2018-09-25 Thread Mike Hawkins
Ah, thanks for that suggestion,having the same variable names did not even cross my mind. Changing them does not fix the problem, but definitely a good suggestion, thanks Mike On Tuesday, September 25, 2018 at 6:42:55 PM UTC+1, Mike Hawkins wrote: > > Hi, > I'm hoping somebody can

[weewx-user] Re: Cheetah for loop and data_binding

2018-09-25 Thread Mike Hawkins
Certainly, i’m not trying to do anything that could not be done with the built in functionality, it is partly a question of style, I think this looks better, but mainly now it’s an annoyance that is under my skin, I think this should work and want to understand why it isn’t. -- You received

[weewx-user] Re: Cheetah for loop and data_binding

2018-09-25 Thread Mike Hawkins
Thanks for the reply, that was my first go and it works very nicely. But chartist is just gorgeous and I can not resist taking advantage, hell or no hell. On Tuesday, September 25, 2018 at 7:27:46 PM UTC+1, vince wrote: > > On Tuesday, September 25, 2018 at 10:42:55 AM UTC-7, Mike Hawkins

[weewx-user] Cheetah for loop and data_binding

2018-09-25 Thread Mike Hawkins
Hi, I'm hoping somebody can point out what I am doing wrong here. I have a new weewx installation on a Raspberry Pi and everything is working great. So I am modifying my skin, using the Responsive and Washboard skins as a base. I have two weather stations a Davis and a Weatherflow and would