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
You don't put anything in regarding the site, because Cumulus isn't doing the ftp, it doesn't know what's in the command file you're telling it to run. All you do in Cumulus is tick 'auto update' so it will generate the pages every N minutes.
It will only automatically generate the html pages and the images at the 'normal' update interval, not the 'realtime' interval. You can set the 'normal' interval as low as 1 minute, is that not sufficient, given that your station updates every 48 seconds?
I don't really understand what you're trying to achieve. If you want to use sftp on the realtime.txt file (which is what the gauges use) you can get it to generate the file using the realtime settings, and then use a script to sftp it to where you want.
The problem is that ONLY realtime gauges are updated, not the others. So SFTP is working to my server.
Obviously there must be somtehing I have missed in some setting. I have now 1minute interval (just to see that it works with the updates)
So, you've created a script which runs at the realtime interval and uploads the realtime.txt file, yes? What have you done about the html pages and the images? You need to tick auto-update and specify a sensible interval, and then run a script at the 'normal' interval (i.e. in the 'program' box) which uploads them all in the same way that you've done for realtime.txt. Is that what you've done?
If your realtime script works but not your 'normal' one, then I think you must have an error in your 'normal' script. Are the web pages updating every minute in the Cumulus 'web' folder? If they are, your script should be able to upload them. Perhaps you could paste your two scripts here, with the passwords taken out?