Use internet online tool to log Webcontrol values

tparvais

Member
Hello

I"d like to use Cosm (ex patchube) to log some sensors values from the webcontrol board.

I configure My router to route request to webcontrol IP@ + dyndns.

I want to use

http://www.myadress.com:81/geth1.cgi

some times I got back the following error message:


"414 Request-URI Too Long: Buffer overflow detected"

any idea ?

Do you know a good online tool to log and chart every 5min webcontrol values ?

Thank you
 
If you have a server access you could write a html file.
Upload it, and have it to update every 5 minutes.
You could store the data to a DB, or a text file.
 
Very interesting ! Can you share this code to perform the logging ? or is this a commercial product ?
works on php + mysql ? RRD ?
I have already configured all the hardware (DS Themo probe, relay,...)

Yes, its basically php+mysql+rrdtool plus a bunch of sh script.
The code on the loggers isn't released at this point in time - I wrote it with a view towards earning an income from it over time.
My strategy is to sell hardware at low cost, and earn a small but constant income month by month for the "hosted" component - which does all the graphing, data collection, archival, alarms, email notice etc. Email me, perhaps we can work something out.
 
Ross,

Do you have a hosted server in an ISP to help users to collect data and manage their I/O? I would imagine you can make an alarm monitoring service, if your hosted server can call and text alart customers.
 
Ross,

Do you have a hosted server in an ISP to help users to collect data and manage their I/O? I would imagine you can make an alarm monitoring service, if your hosted server can call and text alart customers.

I have owned and operated an ISP since 1995, so yes....

The site showed already supports alarms on conditions. I'll see if I can find a "safe" config page to demonstrate....
 
I've just created a dummy logger. It's actually taking live data from another logger, just presenting it as this dummy one.

http://logging.net.au/cocoon/

You can go into the configure menu, but the option to save has been removed - so you can see what you COULD do, but can't actually make it happen.
Username: cocoon
Password: cocoon

Not everything on there is *fully* functional because it's a fake logger for you guys to play with.
 
I got an email from someone asking if it was possible to see more than just the last 24 hours..... yes, just click on the day graph and you will get daily, weekly, monthy and yearly displays...
 
Back
Top