Welcome to the Cumulus Support forum.

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

Cumulus MX V4 beta test release 4.0.0 (build 4018) - 28 March 2024

Legacy Cumulus 1 release v1.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

Server generated SQL

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

richard_newberry
Posts: 481
Joined: Tue 12 Apr 2011 10:23 pm
Weather Station: Watson W-8186
Operating System: Raspbian Bookworm & Debian 12
Location: Leicester
Contact:

Re: Server generated SQL

Post by richard_newberry »

i need more help please.

I can't seem to get "Feels Like" to work in gauges.

http://desford-weather.co.uk/gauges.htm
Desford Weather (at parents)
https://desford-weather.co.uk

Countesthorpe Weather (at mine)
https://countesthorpe-weather.co.uk
User avatar
HansR
Posts: 5871
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bullseye
Location: Wagenborgen (NL)
Contact:

Re: Server generated SQL

Post by HansR »

richard_newberry wrote: Mon 01 Jun 2020 10:56 pm i need more help please.

I can't seem to get "Feels Like" to work in gauges.

http://desford-weather.co.uk/gauges.htm
You can't just by yourself, Mark needs to modify the code to add the Feels Like.
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
richard_newberry
Posts: 481
Joined: Tue 12 Apr 2011 10:23 pm
Weather Station: Watson W-8186
Operating System: Raspbian Bookworm & Debian 12
Location: Leicester
Contact:

Re: Server generated SQL

Post by richard_newberry »

Can i get Feels Like to work in gauges or have it implemented on the next release please Mark.

Thanks
Desford Weather (at parents)
https://desford-weather.co.uk

Countesthorpe Weather (at mine)
https://countesthorpe-weather.co.uk
User avatar
mcrossley
Posts: 12695
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Server generated SQL

Post by mcrossley »

Adding an extra value is non-trivial as I have to make it work (or not) across many different software platforms. I don't have the time to do this at the moment.

The "easy/hacky" route is just swap feels like for apparent in the data file and alter the display text in the script.
sutne
Posts: 372
Joined: Sun 14 Oct 2012 4:23 pm
Weather Station: HP2553 (WS80) and HP2564 (WS90)
Operating System: Raspbian Bullseye and Bookworm
Location: Rjoanddalen and Kronstad, Norway
Contact:

Re: Server generated SQL

Post by sutne »

Mapantz wrote: Sun 10 May 2020 7:16 pm I added this to the realtimegaugesT.txt

Code: Select all

I added this to the realtimegaugesT.txt
CODE: SELECT ALL
"feelsLike":"<#feelslike>",
"feelslikeTL":"<#feelslikeTL>",
"feelslikeTH":"<#feelslikeTH>",
"TfeelslikeTL":"<#TfeelslikeTL>",
"TfeelslikeTH":"<#TfeelslikeTH>",
There is a misspell:

Code: Select all

"feelsLike":"<#feelslike>",
should be

Code: Select all

"feelslike":"<#feelslike>",
(no capital L)

and then I made it work!
Post Reply