Welcome to the Cumulus Support forum.

Latest Cumulus MX V4 release 4.0.0 (build 4022) - 11 May 2024

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Web tag error with davis wll

From build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since. He has made the code available on GitHub. It is Mark's hope that others will join in this development, but at the very least he welcomes your ideas for future developments (see Cumulus MX Development suggestions).

Moderator: mcrossley

jlmr731
Posts: 225
Joined: Sat 27 Aug 2016 12:11 am
Weather Station: Davis vantage pro 2
Operating System: Debian
Location: Wickliffe, Ohio
Contact:

Web tag error with davis wll

Post by jlmr731 »

Running a linux vm for cumulus that connects to my davis wll, all seems to work well other than the Web tag error problem. dont know if the wll doesnt output the tokens for the webtags or just a misconfiguration on my side.

see mxdiags file attached.
You do not have the required permissions to view the files attached to this post.
User avatar
HansR
Posts: 6000
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bookworm
Location: Wagenborgen (NL)
Contact:

Re: Web tag error with davis wll

Post by HansR »

#DavisReceptionPercent requires a value for tx: <#DavisReceptionPercent tx=1> assuming your id is "1".
I don't know much about the wll but did you configure that right?
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
User avatar
dazza1223
Posts: 867
Joined: Sun 25 Jan 2015 8:41 pm
Weather Station: Davis Vantage Pro 2 plus
Operating System: Raspberry pi 4 (4gb)
Location: Worthing
Contact:

Re: Web tag error with davis wll

Post by dazza1223 »

On the wll I can't seem to get this working

And I have 2 transmitters

<#DavisReceptionPercent tx=1>

<#DavisReceptionPercent tx=2>
Have fun and keep learning

dazza :D

https://www.davisworthing.co.uk

Image
User avatar
mcrossley
Posts: 12844
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Web tag error with davis wll

Post by mcrossley »

@jlmr731 - Hans has identified your issue, you must specify a transmitter id, you have it blank: <#DavisReceptionPercent tx=>

@dazza - can you provide a log with debug and data logging on that covers a start-up of CMX please.
User avatar
dazza1223
Posts: 867
Joined: Sun 25 Jan 2015 8:41 pm
Weather Station: Davis Vantage Pro 2 plus
Operating System: Raspberry pi 4 (4gb)
Location: Worthing
Contact:

Re: Web tag error with davis wll

Post by dazza1223 »

here you go mark
MXdiags.zip
You do not have the required permissions to view the files attached to this post.
Have fun and keep learning

dazza :D

https://www.davisworthing.co.uk

Image
jlmr731
Posts: 225
Joined: Sat 27 Aug 2016 12:11 am
Weather Station: Davis vantage pro 2
Operating System: Debian
Location: Wickliffe, Ohio
Contact:

Re: Web tag error with davis wll

Post by jlmr731 »

OK first these errors are generated from cutils when its run, so where would I add (specify) transmitter id, dont see any options in gui settings, and not sure to add to cumulusutils.ini file or into cumulus.ini file. Or would it be something else? and what is the format like transmitter id=1
User avatar
HansR
Posts: 6000
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bookworm
Location: Wagenborgen (NL)
Contact:

Re: Web tag error with davis wll

Post by HansR »

jlmr731 wrote: Tue 30 May 2023 8:49 pm OK first these errors are generated from cutils when its run, so where would I add (specify) transmitter id, dont see any options in gui settings, and not sure to add to cumulusutils.ini file or into cumulus.ini file. Or would it be something else? and what is the format like transmitter id=1
Aha... sorry for that, you had not identified yourself as user of CUtils. You find the inifile parameters for Sysinfo in the wiki.
The Tx parameter is a comma separated list containing the transmitters you have configured.
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
User avatar
mcrossley
Posts: 12844
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Web tag error with davis wll

Post by mcrossley »

dazza1223 wrote: Sun 28 May 2023 2:16 pm On the wll I can't seem to get this working

And I have 2 transmitters

<#DavisReceptionPercent tx=1>

<#DavisReceptionPercent tx=2>
I had a look at your log and the data is being fetched from wl.com correctly and is putting the values in the log file (%=nnn)...

Code: Select all

2023-05-30 12:16:47.687 WLL Health - found health data for ISS device TxId = 2
2023-05-30 12:16:47.687 WLL Health: ISS 2: Battery state is OK
2023-05-30 12:16:47.688 WLL Health: ISS 2: Errors=0, CRCs=0, Resyncs=0, Streak=423, %=100, RSSI=-63
2023-05-30 12:16:47.689 WLL Health - found health data for ISS device TxId = 1
2023-05-30 12:16:47.689 WLL Health: ISS 1: Battery state is OK
2023-05-30 12:16:47.690 WLL Health: ISS 1: Errors=27, CRCs=27, Resyncs=0, Streak=28, %=74, RSSI=-82
The value in the log file is from the same variable that the webtag uses, so I'm mystified as to why is isn't working.
User avatar
HansR
Posts: 6000
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bookworm
Location: Wagenborgen (NL)
Contact:

Re: Web tag error with davis wll

Post by HansR »

mcrossley wrote: Wed 31 May 2023 1:52 pm The value in the log file is from the same variable that the webtag uses, so I'm mystified as to why is isn't working.
@Mark: Because @jlmr731 uses CUtils and did not configure the necessary Tx=1,2 in the SysInfo section.
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
User avatar
dazza1223
Posts: 867
Joined: Sun 25 Jan 2015 8:41 pm
Weather Station: Davis Vantage Pro 2 plus
Operating System: Raspberry pi 4 (4gb)
Location: Worthing
Contact:

Re: Web tag error with davis wll

Post by dazza1223 »

I've created a little Web tag file and let cmx process it and it returns back as 0 on both channels
Have fun and keep learning

dazza :D

https://www.davisworthing.co.uk

Image
User avatar
dazza1223
Posts: 867
Joined: Sun 25 Jan 2015 8:41 pm
Weather Station: Davis Vantage Pro 2 plus
Operating System: Raspberry pi 4 (4gb)
Location: Worthing
Contact:

Re: Web tag error with davis wll

Post by dazza1223 »

HansR wrote: Wed 31 May 2023 2:43 pm
mcrossley wrote: Wed 31 May 2023 1:52 pm The value in the log file is from the same variable that the webtag uses, so I'm mystified as to why is isn't working.
@Mark: Because @jlmr731 uses CUtils and did not configure the necessary Tx=1,2 in the SysInfo section.
Mark I will try it on my vp2 and see if I get the same results?
Have fun and keep learning

dazza :D

https://www.davisworthing.co.uk

Image
User avatar
mcrossley
Posts: 12844
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Web tag error with davis wll

Post by mcrossley »

HansR wrote: Wed 31 May 2023 2:43 pm
mcrossley wrote: Wed 31 May 2023 1:52 pm The value in the log file is from the same variable that the webtag uses, so I'm mystified as to why is isn't working.
@Mark: Because @jlmr731 uses CUtils and did not configure the necessary Tx=1,2 in the SysInfo section.
I was replying to Dazza - two different issues in the same thread.
User avatar
mcrossley
Posts: 12844
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Web tag error with davis wll

Post by mcrossley »

Hmm, my install with WLL, sending this to the local API...

Code: Select all

tx1pct=<#DavisReceptionPercent tx=1>
tx2pct=<#DavisReceptionPercent tx=2>
gives...

Code: Select all

tx1pct=99
tx2pct=100
User avatar
HansR
Posts: 6000
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bookworm
Location: Wagenborgen (NL)
Contact:

Re: Web tag error with davis wll

Post by HansR »

mcrossley wrote: Wed 31 May 2023 5:49 pm I was replying to Dazza - two different issues in the same thread.
Yes. Confusing but now I got it :?
dazza1223 wrote: Wed 31 May 2023 4:28 pm I've created a little Web tag file and let cmx process it and it returns back as 0 on both channels
Doesn't the statistics require a paid subscription before getting values?
I remember vaguely...
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
User avatar
dazza1223
Posts: 867
Joined: Sun 25 Jan 2015 8:41 pm
Weather Station: Davis Vantage Pro 2 plus
Operating System: Raspberry pi 4 (4gb)
Location: Worthing
Contact:

Re: Web tag error with davis wll

Post by dazza1223 »

Yes I pay for one
Have fun and keep learning

dazza :D

https://www.davisworthing.co.uk

Image
Post Reply