Re: [weewx-user] Highchart Air Quality

2021-09-02 Thread Tim Tuck
On 25/8/21 4:51 am, Ron Sell wrote: hi there, Do you have any tips for adding this? image.png Hi Ron, That part is rendered by */etc/weewx/skins/Belchertown/index_hook_after_station_info.inc* The code for that is...   #if $current.UV.raw <= 2.4     The current UV index $current.UV,

[weewx-user] Re: Davis VantagePro2 and extra sensors

2021-09-02 Thread gjr80
What you are seeing is the effect of a change introduced in v3.7.0 whereby non-existent sensors were omitted from vantage loop packets rather than including them with the value None. Just install your new sensors as per the Davis instructions and once the console picks up the data from the new

Re: [weewx-user] Davis VantagePro2 and extra sensors

2021-09-02 Thread Greg Troxel
Matthew Daubenspeck writes: > I've been running weewx with a Davis VantagePro2 since sometime in 2014. I > had version 3.2.1 and just almost forgot about it, now realizing it was > that old! When I look at that versions LOOP, I saw sections for UV and > solar radiation, both which returned

[weewx-user] Re: Davis VantagePro2 and extra sensors

2021-09-02 Thread vince
On Thursday, September 2, 2021 at 10:37:57 AM UTC-7 mell...@gmail.com wrote: > I ordered both of those external sensors and when they arrive, do I have > to make any changes anywhere? I just upgraded to 4.5.1 (which was flawless, > btw!) and I no longer see those two items in the LOOP output.

[weewx-user] Davis VantagePro2 and extra sensors

2021-09-02 Thread Matthew Daubenspeck
I've been running weewx with a Davis VantagePro2 since sometime in 2014. I had version 3.2.1 and just almost forgot about it, now realizing it was that old! When I look at that versions LOOP, I saw sections for UV and solar radiation, both which returned 0. I ordered both of those external

[weewx-user] Re: [WeatherFlowUDP]

2021-09-02 Thread vince
Best guess is it didn't really stop and the weatherflowudp driver tried to bind to the network when another process was already listening to that port. Sometimes things can get a little confused when you do a lot of restarts. Try stopping weewx 'twice' and then starting it. It should

Re: [weewx-user] SQLITE More than binding for one database

2021-09-02 Thread Tom Keffer
I've never tried it, but I don't see why it can't be done. On Thu, Sep 2, 2021 at 4:16 AM Karen K wrote: > Is it possible to have multiple sections in [DataBindings], that refer to > the same database (and thus database file), but different table_names? > > Like that: > [DataBindings] > ...

[weewx-user] [WeatherFlowUDP]

2021-09-02 Thread rons...@gmail.com
I get this error when I restart weewx. any ideas? Sep 2 08:28:40 raspberrypi weewx[1293] INFO __main__: Terminating weewx version 4.5.1 Sep 2 08:28:40 raspberrypi weewx[1293] DEBUG __main__: Traceback (most recent call last): Sep 2 08:28:40 raspberrypi weewx[1293] DEBUG __main__:

Re: [weewx-user] weewx purple air

2021-09-02 Thread rons...@gmail.com
thanks i removed the purple reference. Ill reach out to the author On Wednesday, 1 September 2021 at 20:23:20 UTC-4 jo...@johnkline.com wrote: > He doesn’t have the purple extension configured in weewx.conf, so he’ll > get that message since no sources are configured. > > To get rid of that

[weewx-user] Re: weewx and apache WS

2021-09-02 Thread t...@tom.org
In addition to using a web server on the same "machine" (whether actual or virtual), one can also use secure FTP or rsync via weewx.conf to have weewx stick the HTML in a specific directory on an existing web server. I use this technique ot use one web server and virtual hosts to serve weewx

[weewx-user] SQLITE More than binding for one database

2021-09-02 Thread Karen K
Is it possible to have multiple sections in [DataBindings], that refer to the same database (and thus database file), but different table_names? Like that: [DataBindings] ... [[binding1]] data_base = xxx_sqlite table_name = table1 ... [[binding2]]

Re: [weewx-user] Re: Weewx SDR - Can anyone tell me what I'd put in the [[sensor_map]] section for this packet?

2021-09-02 Thread Stephen Hocking
Hi Gary, Thanks for this. It looks as if the device I have is either a knock-off of the original Prologue or a later version. I reckon creating an extra function will sort it, as there are a few irritating small differences between the messages that each pushes out. I'll have to familiarise

[weewx-user] Re: How to use wee_report for a single model?

2021-09-02 Thread P C
Yes, wee_reports, not debug, I got tangled brushes. However, the syntax --config=CONFIG_FILE seems to allow the use of another configuration which could be limited to one template? I quote : " Run all reports defined in the specified configuration file. Use this utility to run reports