Re: [weewx-user] Re: Run weewx as just a collector, run the reports on a different server (mysql database backend)

2021-10-03 Thread Graham Eddy
maybe collector instance can emit everything via mqtt and recorder/reporter instance can receive mqtt messages as its driver. note that collector instance's 'stored' data is not much use as it will be lost every time ramdisk is unmounted (eg on reboot) so it should emit only current

Re: [weewx-user] How to remove spikes from data?

2021-10-03 Thread Tom Keffer
Wow! Some serious SQL fu! Very nice. On Sun, Oct 3, 2021 at 12:20 PM wfs...@gmail.com wrote: > Here's an updated query that does better checking and it can delete the > rows or update the temperatures. Test it out on a copy of your database > first. This works for sqlite. Don't know about

[weewx-user] ANNOUNCE: weewx-aqi v1.4

2021-10-03 Thread spam-...@robotmonkeys.net
I pushed a new version of WeeWx-AQI . This adds supports Australia and European Union standards. Changes: - Updates India's breakpoint table for lead - Adds support for Australia's Air Quality Index - Adds support for Australia's Interim Web Reporting Particulate Index (February

[weewx-user] Re: Run weewx as just a collector, run the reports on a different server (mysql database backend)

2021-10-03 Thread vince
On Sunday, October 3, 2021 at 3:14:32 PM UTC-7 ad5...@gmail.com wrote: > I wish for my raspberrypi to be "just a collector" it has the SD card set > as read only, it only uses RAM files systems. I don't run a webserver on it. > To prolong the life of the SD card and the device, I would like to

[weewx-user] Re: Error upgrading

2021-10-03 Thread kha...@gmail.com
Yes, now works :) Thanks for help! Il giorno domenica 3 ottobre 2021 alle 20:35:37 UTC+2 vince ha scritto: > Best guess is that you are referencing an extension that you did not > actually install in the new weewx setup.Install the missing extension ( >

[weewx-user] Re: Run weewx as just a collector, run the reports on a different server (mysql database backend)

2021-10-03 Thread Adam Niedzwiedzki
Hi Vince, I wish for my raspberrypi to be "just a collector" it has the SD card set as read only, it only uses RAM files systems. I don't run a webserver on it. To prolong the life of the SD card and the device, I would like to just run weewx (I guess you could say in a collector only mode). It

[weewx-user] Re: Run weewx as just a collector, run the reports on a different server (mysql database backend)

2021-10-03 Thread vince
Can you explain why you want to do this ? Perhaps there are alternate ways of solving whatever problem you are concerned about... -- 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,

[weewx-user] Run weewx as just a collector, run the reports on a different server (mysql database backend)

2021-10-03 Thread Adam Niedzwiedzki
Hi All, I have weewx setup and working perfectly on my raspberrypi, but I wish to change it so that it just runs as a collector. I'm writing to a mysql database on a VM on my NAS. I don't want it to generate any files or reports etc on the raspberrypi. I would like to then run weewx on another

Re: [weewx-user] How to remove spikes from data?

2021-10-03 Thread wfs...@gmail.com
Here's an updated query that does better checking and it can delete the rows or update the temperatures. Test it out on a copy of your database first. This works for sqlite. Don't know about others. Walt On Sunday, October 3, 2021 at 6:48:23 AM UTC-5 anc...@gmail.com wrote: > Exactly. Is

[weewx-user] Re: Error upgrading

2021-10-03 Thread vince
Best guess is that you are referencing an extension that you did not actually install in the new weewx setup.Install the missing extension (https://github.com/matthewwall/weewx-crt) -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To

[weewx-user] Error upgrading

2021-10-03 Thread kha...@gmail.com
Hello, i upgraded server with ubuntu 20.04 (last weewx version); on the preovious server (ubuntu 16.04) i user weewx 3.8.1; I moved the database, the html file and the folder. Starting service i received this error: Oct 3 20:19:08 serverk2 systemd[1]: Starting LSB: weewx weather system... Oct

Re: [weewx-user] How to remove spikes from data?

2021-10-03 Thread anc...@gmail.com
Exactly. Is there a way to consider only cases such as +0, -10, +0 (i.e. spikes) and not those like +0, -6. -8 ? Meanwhile I thank you for your precious help. Andrea Il giorno giovedì 30 settembre 2021 alle 23:03:35 UTC+2 wfs...@gmail.com ha scritto: > Just a reminder, this delete query will