[weewx-user] Re: Belchertown - MQTT with webhosting

2021-03-11 Thread Christian Gruber
got it, thank you manfred! now a question about radiationhours: i have extended the schema already one time for the weatherlink-driver: https://github.com/michael-slx/weewx-weatherlink-live whats the correct way to extend the schema a second time? i tried it one time, but then i lost the

Re: [weewx-user] Re: Cydia pomonella

2021-03-11 Thread Chuck Rhode
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 10 Mar 2021 22:09:33 -0800 (PST) "hesf...@gmail.com" wrote: > please a note too "cumulative_growing_degree_days.html.tmpl" > #if $model.name_scientific == $model.name_common > $model.name_scientific > <-->#else >

Re: [weewx-user] Re: Installing Weewx on a Raspberry Pi with a Weatherlink Live

2021-03-11 Thread troutwitted
all set, thanks. works. On Thursday, March 11, 2021 at 7:55:04 PM UTC-5 troutwitted wrote: > yessir, I did miss it. thank you so much. > > as you can tell, I have no idea what I'm doing. but when I ran the > command, I still got file not found. for what it's worth, I started to look > through

Re: [weewx-user] Re: Replaced Davis Envoy (tripping) and replaced with another - no connection

2021-03-11 Thread monmul
Yep fully functional againupdating on the website...WTF!.are these things sent to us to just test our patience!! On Friday, 12 March 2021 at 13:30:30 UTC+13 monmul wrote: > Hmmm! even more curiouserI notice from my webpage that data was > collected and posted yesterdayafter

Re: [weewx-user] Re: Installing Weewx on a Raspberry Pi with a Weatherlink Live

2021-03-11 Thread troutwitted
yessir, I did miss it. thank you so much. as you can tell, I have no idea what I'm doing. but when I ran the command, I still got file not found. for what it's worth, I started to look through the files and noticed that the /weatherlink_link/ folder in the following path doesn't appear to

Re: [weewx-user] Re: Installing Weewx on a Raspberry Pi with a Weatherlink Live

2021-03-11 Thread vince
You might want to reread the usage. wee_extension --list or wee_extension --install [somepathnamehere] On Thursday, March 11, 2021 at 3:40:31 PM UTC-8 troutwitted wrote: > actually, I spoke too soon because when I tried to list extensions, > nothing appeared and I just realized I got this

Re: [weewx-user] Re: Replaced Davis Envoy (tripping) and replaced with another - no connection

2021-03-11 Thread monmul
Hmmm! even more curiouserI notice from my webpage that data was collected and posted yesterdayafter having nothing updated for almost 2 weeks! On Friday, 12 March 2021 at 13:06:27 UTC+13 monmul wrote: > So, if it is the RPi then it is either a sofward corruption on the card > caused

Re: [weewx-user] Re: Replaced Davis Envoy (tripping) and replaced with another - no connection

2021-03-11 Thread monmul
So, if it is the RPi then it is either a sofward corruption on the card caused by the repeated rebooting after the fuse tripsor else some hardward failure on the board was the cause of the tripping. Its strange that since reassembling the Envoy, RPi etc there has not been a fuse trip. One

Re: [weewx-user] Re: Installing Weewx on a Raspberry Pi with a Weatherlink Live

2021-03-11 Thread John Kline
Did you miss the period at the end of the line? It is required. > On Mar 11, 2021, at 3:40 PM, troutwitted wrote: > > actually, I spoke too soon because when I tried to list extensions, nothing > appeared and I just realized I got this error: > wee_extension: error: --install option requires

Re: [weewx-user] Re: Replaced Davis Envoy (tripping) and replaced with another - no connection

2021-03-11 Thread monmul
pi@WeatherPi:~ $ sudo /etc/init.d/weewx stop [ ok ] Stopping weewx (via systemctl): weewx.service. pi@WeatherPi:~ $ wee_device --clear-memory Using configuration file /etc/weewx/weewx.conf Using Vantage driver version 3.2.1 (weewx.drivers.vantage) Proceeding will erase all archive records. Are you

Re: [weewx-user] Re: Replaced Davis Envoy (tripping) and replaced with another - no connection

2021-03-11 Thread monmul
So, having put the old Envoy back on the Rpi (having shown it worked on the PC) this is what I getlooks like some kind of continuous Loop situation. pi@WeatherPi:~ $ sudo /etc/init.d/weewx stop [ ok ] Stopping weewx (via systemctl): weewx.service. pi@WeatherPi:~ $ sudo minicom -b 19200 -D

Re: [weewx-user] Re: Replaced Davis Envoy (tripping) and replaced with another - no connection

2021-03-11 Thread monmul
But from the tests on my PC, it seems the old Envoy is workingdoes it not.(so we do not have to worry about the new Envoy for now!)...so it would appear as if the RPi is the culpithave I deducted correctly? On Friday, 12 March 2021 at 02:29:03 UTC+13 tke...@gmail.com wrote: > They did,

Re: [weewx-user] Re: Installing Weewx on a Raspberry Pi with a Weatherlink Live

2021-03-11 Thread troutwitted
actually, I spoke too soon because when I tried to list extensions, nothing appeared and I just realized I got this error: wee_extension: error: --install option requires 1 argument On Thursday, March 11, 2021 at 6:37:46 PM UTC-5 troutwitted wrote: > or cd to

Re: [weewx-user] Re: Installing Weewx on a Raspberry Pi with a Weatherlink Live

2021-03-11 Thread troutwitted
or cd to /home/foo/bar/weewx-weatherlink-live and then type: wee_extension --install . that one worked. bless you both. appreciate it. On Thursday, March 11, 2021 at 6:04:14 PM UTC-5 Artvd wrote: > > Perhaps you need to copy the path and paste that where after install. You > may also have to

Re: [weewx-user] Re: Installing Weewx on a Raspberry Pi with a Weatherlink Live

2021-03-11 Thread Artvd
Perhaps you need to copy the path and paste that where after install. You may also have to find the path to the wee_extension and use that. And use sudo. It would be something like this : sudo /usr/bin/wee_extension --install /home/pi/Downloads/weewx-weatherlinklive.zip Op donderdag 11

Re: [weewx-user] Re: Installing Weewx on a Raspberry Pi with a Weatherlink Live

2021-03-11 Thread John Kline
If you installed the latest release, the command is: wee_extension --install weewx-weatherlink-live-v1.0.5.tar.xz If you cloned the git repository into, for example, /home/foo/bar/weewx-weatherlink-live, use the command: wee_extension --install /home/foo/bar/weewx-weatherlink-live or cd to

Re: [weewx-user] Re: Installing Weewx on a Raspberry Pi with a Weatherlink Live

2021-03-11 Thread troutwitted
thanks, Vince. the problem I'm having is that when I issue what I think is the right command and path to install the extension, I'm still getting a file not found error and I'm stumped about how to fix it. basically, I'm looking for the right command to install /code/weewx-weatherlink-live On

[weewx-user] Re: ERROR weewx.reportengine: ftpgenerator: (0): caught exception '': [Errno -3]

2021-03-11 Thread Artvd
It means " Temporary problem in name redirection" . I have taken up contact with my hosting company. There is perhaps a problem on their side. but i gueas i will have to wait till tomorrow. Op donderdag 11 maart 2021 om 23:22:58 UTC+1 schreef kk44...@gmail.com: > Ok, that is good. I am not

[weewx-user] Re: ERROR weewx.reportengine: ftpgenerator: (0): caught exception '': [Errno -3]

2021-03-11 Thread Karen K
Ok, that is good. I am not used to dutch language, and I wondered what the error message "Tijdelijk probleem in naamsherleiding" means, and I thought, may be, the computer does not find any sites in the internet. But it does. So that is not the problem. But still, the error log let me think

[weewx-user] Re: ERROR weewx.reportengine: ftpgenerator: (0): caught exception '': [Errno -3]

2021-03-11 Thread Artvd
This is what i get $ ping ibm.com PING ibm.com (23.213.242.74) 56(84) bytes of data. 64 bytes from a23-213-242-74.deploy.static.akamaitechnologies.com (23.213.242.74): icmp_seq=1 ttl=59 time=9.90 ms 64 bytes from a23-213-242-74.deploy.static.akamaitechnologies.com (23.213.242.74): icmp_seq=2

[weewx-user] Re: Error Weewx.lis invalid file extension

2021-03-11 Thread Artvd
Thanks for your reaction. It appears the weewx.list file already exists with the same content, so i deleted the weewx.lis file. And thereafter the error message disappeared. So the problem is solved. Op donderdag 11 maart 2021 om 22:54:51 UTC+1 schreef vince: > On Thursday, March 11, 2021 at

[weewx-user] Re: Error Weewx.lis invalid file extension

2021-03-11 Thread vince
On Thursday, March 11, 2021 at 11:43:37 AM UTC-8 Artvd wrote: > N: Ignore file 'weewx.lis' in directory '/etc/apt/sources.list.d/' because > it has an invalid file extension > > I think it wants the filename to be weewx.list there - rename the file -- You received this message because you

[weewx-user] Re: ERROR weewx.reportengine: ftpgenerator: (0): caught exception '': [Errno -3]

2021-03-11 Thread Karen K
Where do you enter commands to start/stop WeeWX or edit config files? There you can enter that ping command. Artvd schrieb am Donnerstag, 11. März 2021 um 22:26:57 UTC+1: > Thanks for your reaction. I do not have a console so i do not knkow how to > do that otherwise > > Op donderdag 11 maart

[weewx-user] Re: ERROR weewx.reportengine: ftpgenerator: (0): caught exception '': [Errno -3]

2021-03-11 Thread Artvd
Thanks for your reaction. I do not have a console so i do not knkow how to do that otherwise Op donderdag 11 maart 2021 om 22:18:45 UTC+1 schreef kk44...@gmail.com: > That looks like a resolver problem that does not relate to WeeWX. > > What happens if you enter ping www.ibm.com on the

[weewx-user] Re: ERROR weewx.reportengine: ftpgenerator: (0): caught exception '': [Errno -3]

2021-03-11 Thread Karen K
That looks like a resolver problem that does not relate to WeeWX. What happens if you enter ping www.ibm.com on the console? Artvd schrieb am Donnerstag, 11. März 2021 um 21:32:48 UTC+1: > Hello > > I am experiencing a problem with ftp upload. It even remaind after > reinstalling Weewx and

[weewx-user] ERROR weewx.reportengine: ftpgenerator: (0): caught exception '': [Errno -3]

2021-03-11 Thread Artvd
Hello I am experiencing a problem with ftp upload. It even remaind after reinstalling Weewx and hope someone can help me to resolve this. This is the log: Mar 11 21:25:51 raspberrypi weewx[8796] INFO weewx.reportengine: Copied 97 files to /var/www/html/weewx Mar 11 21:25:51 raspberrypi

[weewx-user] Error Weewx.lis invalid file extension

2021-03-11 Thread Artvd
I am reinstalling Weewx on a RPI for a Vantage Vue. Previous installation no this problem. This is the log: sudo apt install python3-configobj Package lists are being read... Ready Tree of requirements is being built Status information is being read... Ready python3-configobj is already

Re: [weewx-user] Re: Installing Weewx on a Raspberry Pi with a Weatherlink Live

2021-03-11 Thread vince
On Thursday, March 11, 2021 at 11:00:23 AM UTC-8 troutwitted wrote: > I guess I'm curious what kind of file weewx-weatherlink-live is? I'd have > more confidence if I saw an extension from that name. > > Uncertain what you're asking or why. There is an extension named that at

Re: [weewx-user] Re: Installing Weewx on a Raspberry Pi with a Weatherlink Live

2021-03-11 Thread troutwitted
I guess I'm curious what kind of file weewx-weatherlink-live is? I'd have more confidence if I saw an extension from that name. On Thursday, March 11, 2021 at 1:37:51 PM UTC-5 kk44...@gmail.com wrote: > No, it was not. It is important, to *not *store the downloaded file(s) to >

Re: [weewx-user] Re: Installing Weewx on a Raspberry Pi with a Weatherlink Live

2021-03-11 Thread Karen K
No, it was not. It is important, to *not *store the downloaded file(s) to /usr/share/weewx/user. troutwitted schrieb am Donnerstag, 11. März 2021 um 19:29:13 UTC+1: > thanks, Karen. > > I downloaded the weatherlink extension package to just a new folder /code. > perhaps that was stupid. > >

Re: [weewx-user] Re: Installing Weewx on a Raspberry Pi with a Weatherlink Live

2021-03-11 Thread troutwitted
thanks, Karen. I downloaded the weatherlink extension package to just a new folder /code. perhaps that was stupid. On Thursday, March 11, 2021 at 12:23:27 PM UTC-5 kk44...@gmail.com wrote: > Where you stored the downloaded driver installation file? > > I am not sure if that is the case, but

[weewx-user] Re: Belchertown - MQTT with webhosting

2021-03-11 Thread Manfred Maier
Yes, you are correct. If the page is using https, all components need to have a ssl certificate. grua...@gmail.com schrieb am Donnerstag, 11. März 2021 um 10:00:07 UTC+1: > hi, > > thanks for this file, i will try it after mqtt-setup :-) > > i always get failed connecting on my website and i

Re: [weewx-user] Calculating Sun Energy from Radiation Reading

2021-03-11 Thread Karen K
You have version 0.3 installed. In order to calculate solar power you need version 0.4.1. Please install the latest version and try again. belin@gmail.com schrieb am Donnerstag, 11. März 2021 um 19:15:33 UTC+1: > prep_services = weewx.engine.StdTimeSynch > data_services = ,

Re: [weewx-user] Calculating Sun Energy from Radiation Reading

2021-03-11 Thread didier belin
prep_services = weewx.engine.StdTimeSynch data_services = , process_services = weewx.engine.StdConvert, weewx.engine.StdCalibrate, weewx.engine.StdQC, weewx.wxservices.StdWXCalculate xtype_services = weewx.wxxtypes.StdWXXTypes, weewx.wxxtypes.StdPressureCooker,

Re: [weewx-user] Re: Installing Weewx on a Raspberry Pi with a Weatherlink Live

2021-03-11 Thread Karen K
Where you stored the downloaded driver installation file? I am not sure if that is the case, but you must not store that file in /usr/share/weewx/user. troutwitted schrieb am Donnerstag, 11. März 2021 um 18:10:16 UTC+1: > another stupid question: I've installed raspbian on a pi, then

Re: [weewx-user] Re: Weatherflow Tempest station

2021-03-11 Thread Sean Lane
Found my issue... cheers.. On Thu, Mar 11, 2021 at 1:00 PM sdla...@gmail.com wrote: > I am having issues with weewx 4.4 connecting to the tempest.. i dont see > any data logging.. Any special instructions on the weewx.conf? > > On Wednesday, February 10, 2021 at 1:37:45 PM UTC-4

Re: [weewx-user] Calculating Sun Energy from Radiation Reading

2021-03-11 Thread Karen K
That seems to me that the GTS extension is not really activated. Could you send the sections [StdWXCalculate] and [Engine] from weewx.conf? Additionally send all messages in syslog regarding GTS during the start of WeeWX. belin@gmail.com schrieb am Donnerstag, 11. März 2021 um 17:12:58

Re: [weewx-user] Re: Installing Weewx on a Raspberry Pi with a Weatherlink Live

2021-03-11 Thread troutwitted
another stupid question: I've installed raspbian on a pi, then installed weewx and am now ready to install the weatherlink live extension. I'm using this command: wee_extension --install= but I don't know what the exact file that will execute the install because all I can see after getting

[weewx-user] Re: Weatherflow Tempest station

2021-03-11 Thread sdla...@gmail.com
I am having issues with weewx 4.4 connecting to the tempest.. i dont see any data logging.. Any special instructions on the weewx.conf? On Wednesday, February 10, 2021 at 1:37:45 PM UTC-4 geoca...@gmail.com wrote: > Thanks Vince and Gary for your responses and glad Weewx and the Tempest >

Re: [weewx-user] Calculating Sun Energy from Radiation Reading

2021-03-11 Thread didier belin
Thanks for your answer, but when I copy the info I get these errors: ar 11 17:00:27 Meteo3 weewx[30301] INFO weewx.cheetahgenerator: Generated 11 files for report Belchertown in 3.60 seconds Mar 11 17:00:27 Meteo3 weewx[30301] INFO weewx.reportengine: Copied 2 files to /var/www/html Mar 11

Re: [weewx-user] Belchertown skin not linked to nginx

2021-03-11 Thread vince
On Thursday, March 11, 2021 at 3:25:55 AM UTC-8 kk44...@gmail.com wrote: > Belchertown is a very complex skin with lots of JavaScript and Python > scripts contributing some values. Major changes in layout require deep > study of the internal structure. If you have to fulfill special >

Re: [weewx-user] Calculating Sun Energy from Radiation Reading

2021-03-11 Thread Karen K
graphs.conf for Belchertown skin uses another syntax: [[Sonnenenergie]] title = "Sonnenenergie (täglich gesamt)" aggregate_type = energy_integral aggregate_interval = 86400 yAxis_label = Energie yAxis_label_unit = "Wh/m" [[[radiation]]] belin@gmail.com schrieb

Re: [weewx-user] Calculating Sun Energy from Radiation Reading

2021-03-11 Thread didier belin
Hello, I try to integrate in the month section of "graph.conf" of belchertown skin the following information but it doesn't work, can someone tell me where there is an error? [[chart4]] title = Barometer aggregate_type = avg [[[barometer]]] color = "#BECC00"

Re: [weewx-user] Re: Replaced Davis Envoy (tripping) and replaced with another - no connection

2021-03-11 Thread Tom Keffer
They did, but it was about 7 or 8 years ago. You really need to call Davis. On Wed, Mar 10, 2021 at 7:22 PM Graham Eddy wrote: > i do recall that davis introduced an incompatability between old firmware > and new datalogger but i don’t recall the details. i’m sure a search of the > forum

Re: [weewx-user] Belchertown skin not linked to nginx

2021-03-11 Thread Karen K
Belchertown is a very complex skin with lots of JavaScript and Python scripts contributing some values. Major changes in layout require deep study of the internal structure. If you have to fulfill special requirements in layout, may be you want to start based on another skin like Seasons.

[weewx-user] Re: Calculating Sun Energy from Radiation Reading

2021-03-11 Thread Karen K
hesf...@gmail.com schrieb am Donnerstag, 11. März 2021 um 11:34:04 UTC+1: > fault with me > after reinstalling version 0.4.1 > everything's o.k > Thank you, too. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group

[weewx-user] Re: Calculating Sun Energy from Radiation Reading

2021-03-11 Thread hesf...@gmail.com
fault with me after reinstalling version 0.4.1 everything's o.k Thank you for your work and your patience with me Hartmut kk44...@gmail.com schrieb am Donnerstag, 11. März 2021 um 11:14:32 UTC+1: > I added that in hilo.inc: > > #if $day.radiation.has_data > > Sonnenenergie > #for $archive

[weewx-user] Re: Calculating Sun Energy from Radiation Reading

2021-03-11 Thread Karen K
I added that in hilo.inc: #if $day.radiation.has_data Sonnenenergie #for $archive in $archive_data $archive[1].radiation.energy_integral.format(add_label=False) #end for Wh/m² #end if Karen K schrieb am Donnerstag, 11. März 2021 um 11:11:06 UTC+1: > hesf...@gmail.com schrieb am

[weewx-user] Re: Calculating Sun Energy from Radiation Reading

2021-03-11 Thread Karen K
hesf...@gmail.com schrieb am Donnerstag, 11. März 2021 um 11:04:56 UTC+1: > in Seasons/current.inc > It seems ok to me. I will try it today in the evening myself and see. In the meantime, could you put a second # before #if and #end if in the snippet you posted? (for debugging purposes only)

[weewx-user] Re: Calculating Sun Energy from Radiation Reading

2021-03-11 Thread Karen K
Commit 69cc037 Karen K schrieb am Donnerstag, 11. März 2021 um 10:56:17 UTC+1: > Could you send your skin.conf and index.html.tmpl here? > > hesf...@gmail.com schrieb am Donnerstag, 11. März 2021 um 10:51:38

[weewx-user] Re: Calculating Sun Energy from Radiation Reading

2021-03-11 Thread hesf...@gmail.com
in Seasons/current.inc #if $day.radiation.has_data $obs.label.radiation $current.radiation Sonnenenergie Tag $day.radiation.energy_integral Sonnenenergie Vortag

Re: [weewx-user] Belchertown skin not linked to nginx

2021-03-11 Thread gjr80
Sorry David, you’ll need someone else to help customise Belchertown, I’ve never used it. There are plenty here who do, perhaps one of them will help or Pat may reply. Gary On Thursday, 11 March 2021 at 19:55:05 UTC+10 david.a@gmail.com wrote: > Belchertown. I just don't fully understand

[weewx-user] Re: Calculating Sun Energy from Radiation Reading

2021-03-11 Thread Karen K
Could you send your skin.conf and index.html.tmpl here? hesf...@gmail.com schrieb am Donnerstag, 11. März 2021 um 10:51:38 UTC+1: > Hallo, > > I have a small request, the values for day.radiation.energy_integral and > week... month... and year.radiation.energy_integral not displayed > > as

Re: [weewx-user] Belchertown skin not linked to nginx

2021-03-11 Thread David Prellwitz
Belchertown. I just don't fully understand how each of the index, graphs, skins and image file work to produce the homepage. More studying on my part! Can you give me a rough outline of how the main homepage is generated? Where static and dynamic content is assembled for nginx to publish basic

[weewx-user] Re: Calculating Sun Energy from Radiation Reading

2021-03-11 Thread hesf...@gmail.com
Hallo, I have a small request, the values for day.radiation.energy_integral and week... month... and year.radiation.energy_integral not displayed as proof, have a look at http://wh3080.hes61.de/ Hartmut kk44...@gmail.com schrieb am Donnerstag, 11. März 2021 um 10:41:08 UTC+1: > Yes, you

[weewx-user] Re: Calculating Sun Energy from Radiation Reading

2021-03-11 Thread Karen K
Yes, you are right. I did use ' instead of `. gjr80 schrieb am Donnerstag, 11. März 2021 um 10:37:49 UTC+1: > Are you sure you are using backticks, there are a number of similar > looking symbols. Actually, looking at my reply I said backticks but I > suspect I did not actually use them, you

[weewx-user] Re: Calculating Sun Energy from Radiation Reading

2021-03-11 Thread gjr80
Are you sure you are using backticks, there are a number of similar looking symbols. Actually, looking at my reply I said backticks but I suspect I did not actually use them, you want this one: ‘ Backticks will work in SQLite, if you look through the WeeWX code you will find wherever interval

[weewx-user] Re: Calculating Sun Energy from Radiation Reading

2021-03-11 Thread Karen K
hesf...@gmail.com schrieb am Donnerstag, 11. März 2021 um 10:19:02 UTC+1: > yes interval set to 'interval' > Does it work with "interval", too? (As 'interval' does not work with Sqlite.) > and the value dayET is in Vantage Pro2 by loop2 a value > in the calculation I changed it to day_ET >

[weewx-user] Re: Calculating Sun Energy from Radiation Reading

2021-03-11 Thread Karen K
gjr80 schrieb am Donnerstag, 11. März 2021 um 10:07:01 UTC+1: > I think you will find the issue is that interval is a reserved word in > MySQL. The solution is to enclose interval in backticks, eg: 'interval' Thank you, Gary, for your tip. Unfortunately, that in turn does not work for Sqlite.

[weewx-user] Re: Calculating Sun Energy from Radiation Reading

2021-03-11 Thread hesf...@gmail.com
yes interval set to 'interval' and the value dayET is in Vantage Pro2 by loop2 a value in the calculation I changed it to day_ET der Wert dayET wird bei Vantage Pro2 unter loop2 ermittelt in der Berechnung habe ich es auf day_ET geändert Hartmut gjr80 schrieb am Donnerstag, 11. März 2021 um

[weewx-user] Re: Calculating Sun Energy from Radiation Reading

2021-03-11 Thread gjr80
I think you will find the issue is that interval is a reserved word in MySQL. The solution is to enclose interval in backticks, eg: 'interval' Gary On Thursday, 11 March 2021 at 18:54:12 UTC+10 kk44...@gmail.com wrote: > You are using MySQL or MariaDB? I use Sqlite. There this statemant works.

[weewx-user] Re: Belchertown - MQTT with webhosting

2021-03-11 Thread Christian Gruber
hi, thanks for this file, i will try it after mqtt-setup :-) i always get failed connecting on my website and i think it's because my site is using https the test here is working fine, i get the live data http://www.hivemq.com/demos/websocket-client/ do i have to run my local mosquitto

[weewx-user] Re: Calculating Sun Energy from Radiation Reading

2021-03-11 Thread Karen K
You are using MySQL or MariaDB? I use Sqlite. There this statemant works. I am not really at home with MySQL, but could you change the statement like that: _result = db_manager.getSql( "SELECT SUM(radiation*interval/60.0), " "MIN(usUnits),

[weewx-user] Re: Calculating Sun Energy from Radiation Reading

2021-03-11 Thread hesf...@gmail.com
in line 546 def calc_radiation_integral(self, timespan, db_manager): """calculate radiation integral over time radiation: actual radiation in Watt per square meter interval: registration interval as per database record in minutes """ try: