[weewx-user] Re: weewx always stays standing

2018-04-13 Thread K-Lutz
Hier die config Am Freitag, 13. April 2018 16:24:32 UTC+2 schrieb k-l...@gmx.de: > > hello > > my weewx always stops. > Hardware is Raspberry Pi 32 GB > > can someone help me > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe

[weewx-user] Re: weewx always stays standing

2018-04-13 Thread K-Lutz
Hier mein problem in Deutsch. weewx bleibt nach einigen Stunden einfach stehen, dann muss ich neu Starten. Am Samstag, 14. April 2018 07:13:05 UTC+2 schrieb k-l...@gmx.de: > > Hier die config > > > > Am Freitag, 13. April 2018 16:24:32 UTC+2 schrieb k-l...@gmx.de: >> >> hello >> >> my weewx

Re: [weewx-user] Re: negative value in rain display

2018-04-13 Thread Andrew Milner
if you are in the correct directory use ./wee_database .. or specify the full path eg /home/weewx/bin/wee_database or maybe you need to use sudo On Friday, 13 April 2018 19:47:28 UTC+3, stef 942 wrote: > thks for yr help, i follow yr guide to cleanup database : > > >

[weewx-user] Re: weewx always stays standing

2018-04-13 Thread K-Lutz
How do I get the log file from the Raspberry down. Am Freitag, 13. April 2018 18:34:41 UTC+2 schrieb Andrew Milner: > > post your log file and we may be able to help!! No log and we cannot > offer any advice as we know nothing ... > > > > On Friday, 13 April 2018 17:38:13 UTC+3,

[weewx-user] Re: Manually adding historical data to weewx database

2018-04-13 Thread Andrew Milner
a quick way is to delete all the .png files and let weewx regenerate them On Friday, 13 April 2018 19:04:33 UTC+3, dhin...@djhindley.com wrote: > I have successfully imported my 2018 data and the statistics all reconcile > with my own analysis of the same data, so looks a good start.

Re: [weewx-user] Re: negative value in rain display

2018-04-13 Thread stef 942
thks for yr help, i follow yr guide to cleanup database : pi@raspberrypi:~ $ echo "SELECT * FROM archive WHERE (rain < 0);" | sqlite3 /var/tmp/backup.sdb

[weewx-user] Re: weewx always stays standing

2018-04-13 Thread Andrew Milner
post your log file and we may be able to help!! No log and we cannot offer any advice as we know nothing ... On Friday, 13 April 2018 17:38:13 UTC+3, k-l...@gmx.de wrote: > > > Am Freitag, 13. April 2018 16:24:32 UTC+2 schrieb k-l...@gmx.de: >> >> hello >> >> my weewx always stops. >>

[weewx-user] Re: Manually adding historical data to weewx database

2018-04-13 Thread gjr80
David, Perhaps a bit late but the answer is it depends. 'derive' will attempt to derive the interval from the incoming data, it's not a very sophisticated algorithm, it is simply the difference in timestamps of successive records. So derive can suffer if you have big gaps. 'conf' will use the

[weewx-user] Re: weewx always stays standing

2018-04-13 Thread gjr80
Hello, What is interesting in your log is what is not there. In the weeWX startup there is nothing about what archive period is in use and there also appears to be no archive records being saved to your database. Could you post a sanitised (remove any passwords, API keys or other sensitive

[weewx-user] Re: Unit conversion options

2018-04-13 Thread gjr80
> i suppose the solution is to add 9/5 +32 to my parsing extension to log > the reading as F' > Provided your 1 wire sensor always reports in C and your vantage driver always emits F then yes, a more robust approach might be (pseudo code): if packet['usUnits'] == US: packet['1wire_temp']

Re: [weewx-user] Re: UV index

2018-04-13 Thread gjr80
Unlikely to be anything to do with units, UV and radiation use the same units irrespective of the unit system in use. From the loop/archive data last shown I would hazard a guess that the driver is (now) doing its thing correctly and presenting weeWX with credible UV and radiation values. If

Re: [weewx-user] Re: UV index

2018-04-13 Thread Greg Troxel
Andrew Milner writes: > matthew has already said tha weewx does not calculate uv index - it merely > uses the data provided by the station But if there is some hardware that provides bits in a UV field, then a driver for that hardware should be translating the bits

Re: [weewx-user] Re: UV index

2018-04-13 Thread Andrew Milner
Damjan I do not think you are telling us everything which you are doing/changing!! When you first posted to this thread the loop records were in US units, and UV values appeared to be very high. Your latest posting has loop records in metric, and UV values appear to be more like UV index

[weewx-user] Re: negative value in rain display

2018-04-13 Thread stef 942
ok i did nothing and now display is ok Le vendredi 13 avril 2018 07:46:38 UTC+2, stef 942 a écrit : > > Hi, > > yesterday i had a power failure, when i restart weewx it shows negative > value in rain display : my page > > i tried to reset my station (WMR200) , i

[weewx-user] Re: Manually adding historical data to weewx database

2018-04-13 Thread dhindley
Gary Many Thanks for your very helpful reply. So which setting do I use for the archive interval in the config file? "derive" seems the most logical, but the instructions say that "derive" is suitable when the data was recorded at fixed intervals. I do have some gaps in my data - up to two

[weewx-user] Re: Problem with RTG max and min stats when using software driver

2018-04-13 Thread Alec Bennett
> I'll have a look at it, in the meantime is the offending gauges page available publicly? Thanks that would be great. You can see the rtg data file here: sinkingsensation.com/live_data/live_data.json The regular reports are here: sinkingsensation.com/weather Let me know if you need any

[weewx-user] Re: negative value in rain display

2018-04-13 Thread stef 942
ok now current display is ok but history not, how can i reset it? thanks for yr help Le vendredi 13 avril 2018 07:46:38 UTC+2, stef 942 a écrit : > > Hi, > > yesterday i had a power failure, when i restart weewx it shows negative > value in rain display : my page

[weewx-user] Re: Using WeeWxMQTT - problems

2018-04-13 Thread Neil Trimboy
Ralph, I have replied to you on the same question in weewx-development Not too hard...I've been running OWFS as a driver along with a "modified Bill wxMesh" MQTT service for 8 months Neil On Friday, 13 April 2018 05:45:09 UTC+12, Ralph Underwood wrote: > > What's involved in changing the

[weewx-user] Re: Oregon Scientific WMR300 issues reading outside temperature and humidity into weewx

2018-04-13 Thread Markus Benedikt Biewer
If someone could help me with my issue, I really would be happy! Cheers, Markus -- Hi there weewx users! > > With great help with the WMR300 driver through this supportive user group > here, I run weewx since beginning of March 2018 on a ubuntu 16.04 on a > raspberry alike hardware. After a

[weewx-user] Re: UV index

2018-04-13 Thread Damjan Hajsek
Today I maked more loop packages and see there is UV and it is correct value like on console but, weewx doesn't read it right. LOOP: 2018-04-13 17:10:17 CEST (1523632217) altimeter: 1014.16365529, appTemp: 17.4399381231, barometer: 1013.95965057, cloudbase: 1652.54064508, dateTime:

[weewx-user] Re: IndexError: list index out of range

2018-04-13 Thread Dan'l B
Matthew, Posted the pages and would appreciate any pointers you might have. On Thursday, April 5, 2018 at 7:10:20 PM UTC-4, mwall wrote: > > looks like something is wrong with the forecast.html.tmpl file > > please post forecast.html.tmpl, your exfoliation skin.conf, and the > StdReport section

[weewx-user] weewx crash engine: Caught unrecoverable exception in engine:

2018-04-13 Thread Damjan Hajsek
Can someone help me please with this error. I have changed today this values and after that weewx crashes all the time. I set this to european values. now I get this error. # This section is for quality control checks. If units are not specified, # values must be in the units defined in the

[weewx-user] Re: merging data from two wheather stations

2018-04-13 Thread Andrew Milner
The weewx database data is station independent so the answer is yes - as long as the timestamps do not overlap On Friday, 13 April 2018 14:33:01 UTC+3, Paolo Benvenuto wrote: > I migrated from an Oregon to a Davis station, does weewx permit me to > merge the data from the two stations? > >

[weewx-user] Re: weewx crash engine: Caught unrecoverable exception in engine:

2018-04-13 Thread Damjan Hajsek
Ok than what to use instad of inHg for europe? I thought mbar is not right for these two values. barometer = 26, 32.5, inHg pressure = 24, 34.5, inHg Dne petek, 13. april 2018 14.16.19 UTC+2 je oseba gjr80 napisala: > > I am not sure what you mean by 'is a mbar proper value for

[weewx-user] Re: weewx crash engine: Caught unrecoverable exception in engine:

2018-04-13 Thread gjr80
Ok, I understand. You can use what ever you want. You can use inHg or mbar or hPa or mmHq. The key point for minmax entries is that the numbers have to make sense with the units you use. I am comfortable with hPa here in Australia so I might use use something like: barometer = 900, 1000, hPa

Re: [weewx-user] Re: negative value in rain display

2018-04-13 Thread Thomas Keffer
See the Wiki: *Cleaning up old 'bad' data *. -tk On Fri, Apr 13, 2018 at 1:38 AM, stef 942 wrote: > ok now current display is ok but history not, how can i reset it? thanks > for yr help > > > Le vendredi 13

[weewx-user] merging data from two wheather stations

2018-04-13 Thread Paolo Benvenuto
I migrated from an Oregon to a Davis station, does weewx permit me to merge the data from the two stations? i.e., can I add the old station data to data from the new one (obviously stopping the weewx service)? thank you for your support! Paolo -- You received this message because you are

[weewx-user] Re: weewx crash engine: Caught unrecoverable exception in engine:

2018-04-13 Thread gjr80
I am not sure what you mean by 'is a mbar proper value for inHg?'. inHg and mbar are quite different, mbar and hPa are the same. The weeWX MetricWX and Metric unit systems both use mbar, the US unit system uses inHg. I suspect I have not answered your question though. Gary -- You received

[weewx-user] weewx crash engine: Caught unrecoverable exception in engine:

2018-04-13 Thread gjr80
Hi, That error relates to the StdConvert service not StdQC. Pllease post the contents of [StdConvert] or better still a sanitised (passwords and sensitive info removed) copy of weewx.conf. Gary -- You received this message because you are subscribed to the Google Groups "weewx-user" group.

[weewx-user] Re: weewx crash engine: Caught unrecoverable exception in engine:

2018-04-13 Thread Damjan Hajsek
thank you quick response I found error I have accidentally put a ' target_unit = 'METRICWX I checked conf 10 times and didn't see it until I use compareit, original and my conf file side by side. One more question is a mbar proper value for inHg? Dne petek, 13. april 2018 13.53.12 UTC+2 je

[weewx-user] Re: weewx always stays standing

2018-04-13 Thread K-Lutz
Am Freitag, 13. April 2018 16:24:32 UTC+2 schrieb k-l...@gmx.de: > > hello > > my weewx always stops. > Hardware is Raspberry Pi 32 GB > Station WH-4000 > can someone help me > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from

[weewx-user] weewx always stays standing

2018-04-13 Thread K-Lutz
hello my weewx always stops. Hardware is Raspberry Pi 32 GB can someone help me -- 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] Re: UV index

2018-04-13 Thread Andrew Milner
the loop shows both radiation and uv - what units have you specified for radiation and what units are specified for uv?? Also what is actually stored in the database for both the fields?? On Friday, 13 April 2018 18:22:38 UTC+3, Damjan Hajsek wrote: > Today I maked more loop packages and

[weewx-user] Re: Unit conversion options

2018-04-13 Thread vigilancewx
Thank you for the informative reply i suppose the solution is to add 9/5 +32 to my parsing extension to log the reading as F' one thing that iam not sure is why i cannot alter the readings under [StdCalibrate] [[Corrections]] # For each type, an arbitrary calibration expression