[weewx-user] Re: Beginner problems: no access to weather data in browser ? FTP problem

2020-12-27 Thread Thomas Hackler
I cannot attach my log files, why ? -- 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+unsubscr...@googlegroups.com. To view this discussion on the web

[weewx-user] Re: gw1000 driver fail on wifi loss

2020-12-27 Thread gjr80
Vince, Thank you. From memory the driver should retry continuously when the network returns if loop_on_init = True in weewx.conf (though I am not sure I tested this by turning of my network). Can you confirm the loop_on_init setting at the time? Gary On Monday, 28 December 2020 at 03:54:33

[weewx-user] Re: Beginner problems: no access to weather data in browser ? FTP problem

2020-12-27 Thread gjr80
I am no ftp expert but it seems you WeeWX machine is unable to resolve your ftp server URL. Can you ftp to your ftp server from the command line on you WeeWX machine? Gary On Monday, 28 December 2020 at 06:15:20 UTC+10 kon...@apfelmanufaktur.de wrote: >

[weewx-user] Re: Beginner problems: no access to weather data in browser ? FTP problem

2020-12-27 Thread vince
Also, your log had things in it like "/usr/lib/python2.7/socket.py" which tells me it is trying to use python2 when a modern raspi os uses python3 as the default. Did you use the wrong instructions when you installed weewx ? You should have used the python3 instructions. Please provide the

[weewx-user] Missing channel 5 for TE923 in html-report

2020-12-27 Thread 'Stefan Ferber' via weewx-user
Thx for providing WeeWx - really impressed by the ease of installation and configuration options. Running for two weeks now ;-) I have 5 external sensors (temp, humidity, battery status) connected to my TE923. WeeWx is fetching the data correctly $ sudo wee_device --current Using configuration

Re: [weewx-user] Weewx Seasons Skin Monthly & Yearly Reports dropdown menus do not work

2020-12-27 Thread mwall
On Sunday, December 27, 2020 at 11:08:46 AM UTC-5 72604... wrote: > Hi TK. What is the function of the "tabular.html?report=" portion of the > address? Is this something that gets filled in when you have a webserver > installed? the javascript in tabular.html uses the 'report=xxx' to

[weewx-user] Re: gw1000 driver fail on wifi loss

2020-12-27 Thread vince
(unsure if this blasted google groups new interface ate my draft reply - grr...) loop_on_init was not set at all, so it's sure acting like the default is False. I'll define it as True for the next time, which hopefully won't need testing for a long time Thanks. On Sunday, December

Re: [weewx-user] Fallback reading possible?

2020-12-27 Thread michael.k...@gmx.at
The the ESP just reads the SHT35 in a given interval and publishes the reading, nothing else. No calibration necessary, the sensor is really as good as advertised in the data sheet. And only the outHumidity values of the station are off when humidity > 80%rh, other values are pretty much

[weewx-user] Beginner problems: no access to weather data in browser ? FTP problem

2020-12-27 Thread Thomas Hackler
Hello, I am new with linux and weewx. I use a Froggit DP1500 Gateway with different DP50 sensors and a WH3000 on a Raspberry Pi 3 Model A+. I installed weewx on the pi and the driver for GW1000. Attached you can find the log file created with debug = 2 My problem is now that I have no

Re: [weewx-user] Re: Beginner problems: no access to weather data in browser ? FTP problem

2020-12-27 Thread p q
If you want to show your data on another computer using a web browser, you'll want to set up a web server on the PI. It's not hard to set up Apache. Performance-wise, it will run fine on a Raspi3. On Sun, Dec 27, 2020 at 8:05 AM Thomas Hackler wrote: > I cannot attach my log files, why ? > > --

[weewx-user] gw1000 driver fail on wifi loss

2020-12-27 Thread vince
Gary - I wanted to pass along some logs from a gw1000 driver abort yesterday. I had my home network down for a bit yesterday to do some firmware updates on my Ubiquiti USG, Switch and AcLite access point and weewx aborted rather quickly. The external, wired, and wifi networks were indeed down

[weewx-user] Re: Beginner problems: no access to weather data in browser ? FTP problem

2020-12-27 Thread gjr80
Hi, Really going to see that log. The wiki entry Help! Posting to weewx user might help. Alternatively, try copy and pasting directly rather than attaching a file. While you are at it can you make sure you set debug = 1 in

[weewx-user] Re: gw1000 driver fail on wifi loss

2020-12-27 Thread gjr80
That would explain the behaviour then, if loop_on_init is not set the loss of connectivity with the station (for whatever reason) will cause WeeWX to exit as it does with any other driver. I will make a point of pulling the network on my GW1000 and confirming the driver and loop_on_init work as

[weewx-user] SFTP upload error ftplib.py

2020-12-27 Thread 'Stefan Ferber' via weewx-user
Cannot find the defect in my sftp configuration. Could you please check? [[SmartphoneReport]] # The SmartphoneReport uses the 'Smartphone' skin, and the images and # files are placed in a dedicated subdirectory. skin = Smartphone enable = true

Re: [weewx-user] Weewx Seasons Skin Monthly & Yearly Reports dropdown menus do not work

2020-12-27 Thread ExprmntAl
Hi TK. What is the function of the "tabular.html?report=" portion of the address? Is this something that gets filled in when you have a webserver installed? When I remove this portion of the address and hit enter, Chromium Browser opens the file. This address works without setting any

[weewx-user] Re: WeeWx error "Vantage: LOOP read error. Try ... "

2020-12-27 Thread Claudio
try to set your date and time before start weewx Il giorno domenica 27 dicembre 2020 alle 13:12:19 UTC+1 gjr80 ha scritto: > Hi, > > You can try using > > $ wee_device —dump > > before clearing the loggers memory, this will dump all available archive > records to database. It may or may not

Re: [weewx-user] Fallback reading possible?

2020-12-27 Thread p q
I have a secondary temperature sensor that runs on solar and a battery. This time a year in the northern hemisphere there's not enough sunlight to charge the battery sufficiently to make it through the night. I handled the failover to the main thermometer in my customized driver. Details here:

Re: [weewx-user] Fallback reading possible?

2020-12-27 Thread michael.k...@gmx.at
@Peter Quinn, thank you. I'll check the weewx part! Just my 2 off-topic cents: using the breadboard the voltage regulator and the UART, powered by 5V ist a very inefficient way to run this sensor. The simplest approach to get more time from the solar/battery combo would be to use a 3V solar

Re: [weewx-user] Fallback reading possible?

2020-12-27 Thread michael.k...@gmx.at
correction: the panel shoulndn't exceed 3.6V... michael.k...@gmx.at schrieb am Sonntag, 27. Dezember 2020 um 19:17:11 UTC+1: > @Peter Quinn, thank you. I'll check the weewx part! > > Just my 2 off-topic cents: using the breadboard the voltage regulator and > the UART, powered by 5V ist a very

[weewx-user] Re: Beginner problems: no access to weather data in browser ? FTP problem

2020-12-27 Thread Thomas Hackler
thanks for the advice with the webserver, now I can reach the website! Nice! I still have the FTP problem @ gjr80 here is the log file, I still cannot attach the file, I don't know why Dec 27 20:58:04 raspberrypi weewx[2469] DEBUG __main__: File "/usr/lib/python2.7/Queue.py", line

[weewx-user] Re: Beginner problems: no access to weather data in browser ? FTP problem

2020-12-27 Thread Thomas Hackler
$ sudo cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/; SUPPORT_URL="http://www.raspbian.org/RaspbianForums;

[weewx-user] Re: Beginner problems: no access to weather data in browser ? FTP problem

2020-12-27 Thread gjr80
Don’t really see this as being too much of an issue. The main python 2/3 issue that seems to come up is lack of prerequisites (for whatever reason). Since WeeWX is running fine (with just an ftp error) this suggests all the prerequisites are there. I’d suggest you don’t go down the path of

[weewx-user] Re: Beginner problems: no access to weather data in browser ? FTP problem

2020-12-27 Thread vince
This comes up frequently. A webserver is not installed in the Rasperry Pi os by default. You have to install the one of your choosing. Simply run: sudo apt-get install nginx Then the URL you are trying to access will work. On Sunday, December 27, 2020 at 8:03:05 AM UTC-8

[weewx-user] Belchertown charts - anyone using Gauges?

2020-12-27 Thread colin....@gmail.com
Hey all Just wondering if anyone is using the Gauges in Belchertown Charts and has any working examples? I can't seem to get anything other than a full circle with a fixed line by using the examples here

Re: [weewx-user] Re: ET Incorrect In Seasons Skin- Calculated Where?

2020-12-27 Thread G Hammer
Ok, I have no idea what I would ask them for. The WiFilogger sends good data to the MQTT server and MQTTSubscribe retrieves those accurately into loop packets. That one of them is multiplied by 100 for display doesn't seem to be on either of them. On Sun, Dec 27, 2020, 8:40 PM gjr80 wrote: >

Re: [weewx-user] Re: Corrupted Memory card. Now I lost 6 months of data?

2020-12-27 Thread Graham Eddy
the .html timestamps are all current (assuming Dec 27 19:50 is current). the .png timestamps are current until middle of the month images, then all old → stopping part way through image generation. some of the .png timestamps are very late in the 5 minute reporting period → maybe not finishing

Re: [weewx-user] Re: ET Incorrect In Seasons Skin- Calculated Where?

2020-12-27 Thread gjr80
The json values.txt you provided includes no per-period ET value, only cumulative values. So what is calculating that ET value? If the json file you posted is a loop ‘packet’ from the wifi logger then does the MQTTSubscribe driver calculate ET from successive cumulative ET values?

Re: [weewx-user] weewx-cmon doesn't read cpu_temp of Raspberri PI

2020-12-27 Thread Graham Eddy
i forgot to acknowledge the design consideration you raised that by calculating value once and storing it in the packet, unlike an xtype it is not re-calculated each time it is referenced > On 28 Dec 2020, at 12:54 pm, Graham Eddy wrote: > > hmm, the ‘novelty’ i think is having an xtype

Re: [weewx-user] Re: ET Incorrect In Seasons Skin- Calculated Where?

2020-12-27 Thread gjr80
Also, remember under a traditional Davis console/logger/vantage driver setup you will see approx 120 loop packets per five minute archive record. So seeing an archive record value that is 100 times a loop value is not unreasonable for a cumulative field such as ET or rain. The difference here

Re: [weewx-user] Re: Super simple skin

2020-12-27 Thread Rob Cranfill
I’m glad you found it useful! Thanks for letting me know. Yes, STandard would be quite appropriate. :-) On Sun, Dec 27, 2020 at 07:17 Sven Täveby wrote: > A big Thank You! > Made some changes and transladed to Swedish. Maybe I'll change the name to > STandard? :-) > http://teff.se/v2/Crandard

Re: [weewx-user] Re: Super simple skin

2020-12-27 Thread Rob Cranfill
I have pared it down it even more - perhaps too much. ;-) The wind alternates between current speed and recent (30 minute) max. (The stylesheet background/border needs to be fixed a bit.) http://robcranfill.net/weather/Crandard/ On Sun, Dec 27, 2020 at 14:54 Rob Cranfill wrote: > I’m glad

[weewx-user] Re: ET Incorrect In Seasons Skin- Calculated Where?

2020-12-27 Thread gjr80
Ultimately ET comes from either your driver or StdWXCalculate, depending on the capabilities of your station (it could also come from another service if your are running a driver that is capable of providing ET as a service). Seasons draws ET data from the database. When you say ‘Seasons

[weewx-user] Re: gw1000 driver fail on wifi loss

2020-12-27 Thread Rainer Lang
I had the same issue like Vince the other day - and loop_on_init hadn't been set by the install script... I assume it's to set in the [GW1000] stanza - that's where I added it now. Forwarded Message Subject:[weewx-user] Re: gw1000 driver fail on wifi loss Date:

Re: [weewx-user] Re: weewx-cmon doesn't read cpu_temp of Raspberri PI

2020-12-27 Thread Graham Eddy
an alternative to repurposing an existing data_type is to define an xtype (e.g. see https://github.com/g-eddy/weewx-vitalstats) > On 28 Dec 2020, at 9:05 am, Kevin Chapman wrote: > > Thank you. I will check it out. > > On Sun, Dec 27, 2020 at 6:00 AM Mike Revitt

Re: [weewx-user] Re: gw1000 driver fail on wifi loss

2020-12-27 Thread vince
FWIW - I didn't do it via wee_config here, which likely explains what I got as a result. I tend to install weewx with --no-prompt which defines using the simulator, then add the extension/driver, then hand-edit weewx.conf to point to the other driver once I get everything else edited in there.

[weewx-user] Re: ET Incorrect In Seasons Skin- Calculated Where?

2020-12-27 Thread gary....@gmail.com
I removed the ET field from the loop and now see ET 0.00 in the Seasons skin. It's winter so this value has little meaning for me. In the growing season though, I do use it in my irrigation system that is fed local data from WeeWX. On Sunday, December 27, 2020 at 7:38:52 PM UTC-5

[weewx-user] Re: ET Incorrect In Seasons Skin- Calculated Where?

2020-12-27 Thread gary....@gmail.com
I have a WiFiLogger2 installed exporting json to my mosquitto server. Then WeeWX-MQTTSubscribe pulls in the data from the MQTT server. In StdWXCalculate ET = prefer_hardware In StdArchive record_generation = hardware On Sunday, December 27, 2020 at 8:09:34 PM UTC-5 gjr80 wrote: > So where was

[weewx-user] Re: WeeWx error "Vantage: LOOP read error. Try ... "

2020-12-27 Thread Rob Cranfill
And I have tried "sudo wee_device --dump" and "sudo wee_device --clear-memory" several times. On Sunday, December 27, 2020 at 5:42:05 PM UTC-8 Rob Cranfill wrote: > I've been running weewx for years, and now all of a sudden I am having > this problem over and over again. > > Now, this is

Re: [weewx-user] Re: WeeWx error "Vantage: LOOP read error. Try ... "

2020-12-27 Thread Tom Keffer
Do you have multiple instances of weewxd running? It's normal to see two PIDs, one of the original process, one of the fork, but I'm seeing three. On Sun, Dec 27, 2020 at 5:43 PM Rob Cranfill wrote: > And I have tried "sudo wee_device --dump" and "sudo wee_device > --clear-memory" several

[weewx-user] Unrecognized parameter from WH3000/WH2900

2020-12-27 Thread dohna...@gmail.com
Hi, I have PWS Eurochron EFWS2900 (Conrad brand). Its equl to Froggit WH300 or Fine Offset WH2900 (od Ambient weather WS2902. Its version with internal station with display and wifi connection. I resend data from it to my Weewx everythik works ok. But when I type "sudo service weewx status"

Re: [weewx-user] Re: gw1000 driver fail on wifi loss

2020-12-27 Thread Graham Eddy
suggestion: gw1000 install set loop_on_init to true by default. we will always have this kind of problem when the wifi (re)starts and weewx races ahead of it > On 28 Dec 2020, at 8:12 am, gjr80 wrote: > > That would explain the behaviour then, if loop_on_init is not set the loss of >

Re: [weewx-user] Re: gw1000 driver fail on wifi loss

2020-12-27 Thread gjr80
> loop_on_init hadn't been set by the install script... Did you run wee_config —reconfigure to reconfigure WeeWX to use the GW1000 driver after installing the driver? wee_config —reconfigure will ask if you want to set loop_on_init. If you did run wee_config —reconfigure did you set

Re: [weewx-user] Re: gw1000 driver fail on wifi loss

2020-12-27 Thread gjr80
I think the install instructions are clear and concise. At the end of the day if you choose not to follow them a degree of caveat emptor applies. I believe the current loop_on_init setting is appropriate and see no need to change it (experience shows if I did then the ‘stop polluting my logs’

[weewx-user] Re: ET Incorrect In Seasons Skin- Calculated Where?

2020-12-27 Thread gary....@gmail.com
Since the ET value wants to be for the loop period, then I'll just let weewx calculate this value as I have only ETDay as the smallest interval. These are the fields I can choose from with my current values from the VP2: "etday":"0.018" "etmon":"0.60" "etyear":"1.95" Either way, it doesn't seem

Re: [weewx-user] SFTP upload error ftplib.py

2020-12-27 Thread Tom Keffer
WeeWX supports FTPS, which is FTP over TLS. It does *not* support SFTP, which uses a Secure Socket Shell protocol. I'm guessing your FTP server simply does not support FTPS. Can you use rsync? It's better in almost every way. On Sun, Dec 27, 2020 at 1:47 PM 'Stefan Ferber' via weewx-user <

Re: [weewx-user] Re: Super simple skin

2020-12-27 Thread Rob Cranfill
Altho, once again, my station is offline due to the dread WeeWX time sync issue:-/ On Sunday, December 27, 2020 at 3:06:27 PM UTC-8 Rob Cranfill wrote: > I have pared it down it even more - perhaps too much. ;-) The wind > alternates between current speed and recent (30 minute) max. (The

[weewx-user] Re: WeeWx error "Vantage: LOOP read error. Try ... "

2020-12-27 Thread Rob Cranfill
I've been running weewx for years, and now all of a sudden I am having this problem over and over again. Now, this is a new build on this same RPI - I had a SSD crash - but it seems substantially the same as before, yet here I am. I realize this has to do with the OS's time not being

Re: [weewx-user] Re: Corrupted Memory card. Now I lost 6 months of data?

2020-12-27 Thread Joe
SO far Im not seeing any errrors. Other than the files themselves are still dated dec 25 Some are 12-27 var/www/weewx total 852 drwxr-xr-x 7 root root 4096 Dec 27 19:51 . drwxr-xr-x 3 root root 4096 Dec 25 20:40 .. drwxr-xr-x 2 root root 4096 Dec 25 20:52 backgrounds -rw-r--r-- 1 root

[weewx-user] ET Incorrect In Seasons Skin- Calculated Where?

2020-12-27 Thread gary....@gmail.com
I'm setting up WeeWX 4.2.0 with WeeWx-MQTTSubscribe and after getting help from Rich, have it working well. In the Seasons skin, I see that ET is reported at 100 times the value in the loop packets. Loop has ET: 0.018 Seasons displays ET 1.80 in Before I make an entry in weewx.conf StdCalibrate

[weewx-user] Re: ET Incorrect In Seasons Skin- Calculated Where?

2020-12-27 Thread gary....@gmail.com
I'm running a VP2+ via WiFiLogger2 This is a loop from my weewx instance: LOOP: 2020-12-27 19:25:13 EST (1609115113) altimeter: None, appTemp: 25.040385870017634, barometer: 30.341, cloudbase: 2600.178047939499, consBatteryVoltage: 4.76, dateTime: 1609115113.643625, dewpoint: 20.0, ET:

Re: [weewx-user] Re: weewx-cmon doesn't read cpu_temp of Raspberri PI

2020-12-27 Thread Tom Keffer
That's a novel use of xtypes, but I'm not sure it's always a good idea. In this case, I think you'd be better off simply adding the type to the LOOP packet or archive record. The intended purpose of xtypes is to calculate derived variables. It's entirely possible it could be called many times

[weewx-user] Re: ET Incorrect In Seasons Skin- Calculated Where?

2020-12-27 Thread gjr80
So where was the ET coming from that was in the loop packet? The vantage driver does not emit field ET in loop packets and the StdWXCalculate service does not calculate an ET field for loop packets. Also are you using software or hardware archive record generation, there are some peculiarities

[weewx-user] Re: ET Incorrect In Seasons Skin- Calculated Where?

2020-12-27 Thread gary....@gmail.com
Here's an exported json file content. On Sunday, December 27, 2020 at 8:09:34 PM UTC-5 gjr80 wrote: > So where was the ET coming from that was in the loop packet? The vantage > driver does not emit field ET in loop packets and the StdWXCalculate > service does not calculate an ET field for

Re: [weewx-user] Re: gw1000 driver fail on wifi loss

2020-12-27 Thread vince
Agree. Also thanks for the reminder re: wee_config --reconfigure. I had not seen magic buried in a driver that asked questions when you reconfigure. That kinda blows up scripted installs to some extent for folks like me who use --no-prompt a lot. These might be nits but I thought I'd mention

[weewx-user] Re: ET Incorrect In Seasons Skin- Calculated Where?

2020-12-27 Thread gjr80
OK, never used a wifilogger or MQTTSubscribe, suggest you get some help from the respective developers. Gary On Monday, 28 December 2020 at 11:18:52 UTC+10 gary@gmail.com wrote: > Here's an exported json file content. > > > On Sunday, December 27, 2020 at 8:09:34 PM UTC-5 gjr80 wrote: > >>

Re: [weewx-user] weewx-cmon doesn't read cpu_temp of Raspberri PI

2020-12-27 Thread Graham Eddy
hmm, the ‘novelty’ i think is having an xtype calculated with values from outside weewx (eg cpu temperature), and the expense of the calculation is not really at issue - though normally they would be light-weight in case they are used often (eg barometer) architecturally anything external is

Re: [weewx-user] Re: gw1000 driver fail on wifi loss

2020-12-27 Thread gjr80
Comments below. Gary On Monday, 28 December 2020 at 11:22:30 UTC+10 vince wrote: > Agree. > > Also thanks for the reminder re: wee_config --reconfigure. I had not seen > magic buried in a driver that asked questions when you reconfigure. That > kinda blows up scripted installs to some extent

[weewx-user] Fallback reading possible?

2020-12-27 Thread michael.k...@gmx.at
Let's say I have two sensors, "outHumidity" and "extraHumid1". "outHumidity" ist a sensor that delivers data very reliable but not very precise measurements, it's the stations built-in sensor. "extraHumid1" delivers data a little less reliable, but very precise values. It's a custom built

[weewx-user] WeeWx error "Vantage: LOOP read error. Try ... "

2020-12-27 Thread Joachim Puttkammer
Hi, suddenly the Raspi Py did not read out any data (console Vantage Pro 2). *ERROR weewx.drivers.vantage: LOOP try #1; error: Expected to read 99 chars; got 0 instead* Removing and reconnecting the USB connector and rebooting the Raspi did not help. Command *wee_device --clear* and then *sudo

[weewx-user] Re: Fallback reading possible?

2020-12-27 Thread gjr80
Hi, You want something like: outHumidity = outHumidity if extraHumid1 is None else extraHumid1 My only question is what behaviour do you see when extraHumid1 is not provided; is extraHumid1 set to None (in which case the above will work as you want) or is extraHumid1 omitted from the

[weewx-user] Re: Fallback reading possible?

2020-12-27 Thread michael.k...@gmx.at
Good Question. Since I am currently only thinking about how everything *could *work out, I can't answer this at the moment. But I guess my question is answered. If there would be an error, how would one handle it? Or is a "nasty" log an no effect on "outHumidity" all? gjr80 schrieb am Sonntag,

[weewx-user] Re: WeeWx error "Vantage: LOOP read error. Try ... "

2020-12-27 Thread gjr80
Hi, You can try using $ wee_device —dump before clearing the loggers memory, this will dump all available archive records to database. It may or may not get any records from the logger that have not previously been downloaded, but it is about the best you can do at this stage. Gary On

[weewx-user] Re: Fallback reading possible?

2020-12-27 Thread gjr80
Actually, looking at the StdCalibrate code if extraHumid1 is not present in the packet the error generated by the above correction expression will be ignored. So the expression above will effectively cover both cases. Gary On Sunday, 27 December 2020 at 21:58:47 UTC+10 michael.k...@gmx.at

[weewx-user] Re: Fallback reading possible?

2020-12-27 Thread michael.k...@gmx.at
But thinking further I have another question: will [[Corrections]] work with every loop package or every archive interval or both? If on every loop package is archive value computed from the loop data a mix of both sensors, since the sensors won't deliver their readings with the same loop

[weewx-user] Re: Fallback reading possible?

2020-12-27 Thread gjr80
If extraHumid1 and outHumidity are not in that same loop packet then a correction expression will have no effect on the loop packet. If you are using hardware record generation then the correction will be applied to the archive record as well so that may do what you want for archive records. If

Re: [weewx-user] Weewx Seasons Skin Monthly & Yearly Reports dropdown menus do not work

2020-12-27 Thread Tom Keffer
Chrome does not allow access to local files from Javascript unless you give it explicit permission. You have two options: (1) run a local webserver; or (2) give it permission: *google-chrome --allow-file-access-from-files* -tk On Sat, Dec 26, 2020 at 8:22 PM ExprmntAl

[weewx-user] Re: Lost sensor contact alarm

2020-12-27 Thread Manuel
I have done it and the solution is very easy. Looking at the database there is a column that is "rxCheckPercent" I have put it in the weewx.conf like this [Alarm] expression = rainRate> 0.011811 or rxCheckPercent == 0 and when the sensor is "0" it sends me an email. In case anyone is

[weewx-user] Re: Fallback reading possible?

2020-12-27 Thread michael.k...@gmx.at
Thank you Gary. I use "prefer_hardware", so I am very confident the expression will do what I want to achieve. gjr80 schrieb am Sonntag, 27. Dezember 2020 um 13:23:07 UTC+1: > If extraHumid1 and outHumidity are not in that same loop packet then a > correction expression will have no effect on

[weewx-user] Re: Fallback reading possible?

2020-12-27 Thread gjr80
Ok, but I am not sure what ‘prefer_hardware’ has to do with things; it is not the same as hardware record generation nor does ‘prefer_hardware’ have anything to do with corrections. ‘prefer_hardware’ is used with the StdCalculate service, corrections are used with the StdCalibrate service and

Re: [weewx-user] Fallback reading possible?

2020-12-27 Thread Greg Troxel
You may also want to think about calibration. Besides absolute calibration there is going to be some offset or other more complicated relationship between your two sensors. Given a "prefer precise if available" this is going to cause some flipping betweeen them. I had a little trouble

[weewx-user] Re: Super simple skin

2020-12-27 Thread Sven Täveby
A big Thank You! Made some changes and transladed to Swedish. Maybe I'll change the name to STandard? :-) http://teff.se/v2/Crandard Outdoor/indoor/max ut/min out/rain today/rain totalt last 7 days/last updated. Looks great on my wall, using a Raspberry Pi touchscreen (and a BME280 sensor to

[weewx-user] Re: Super simple skin

2020-12-27 Thread Sven Täveby
Also added autorefresh to web page... /ST Den söndag 27 december 2020 kl. 16:17:27 UTC+1 skrev Sven Täveby: > > A big Thank You! > Made some changes and transladed to Swedish. Maybe I'll change the name to > STandard? :-) > http://teff.se/v2/Crandard > Outdoor/indoor/max ut/min out/rain

Re: [weewx-user] Fallback reading possible?

2020-12-27 Thread michael.k...@gmx.at
Back to topic: I'm using https://github.com/bellrichm/WeeWX-MQTTSubscribe/ for getting the extra readings into weewx. It's configured as a service, so every loop interval the MQTT messages in the queue will be integrated into the loop package, when I'm correct. When it comes to loop data,