Web interface

I also have a complete native comunication to the Profilux in PHP... Well almost :c)

I'm stuck on a fiew return values that dont seem to make any sense.

But so far, I can connect to the device and get the folowing:
- Firmaware version
- Model number

Values that are returned but not aqurate are;
- PH
- Temperature
- Serial number

If any one is interested in working on this, let me know and I will share the code.

Christian
 
Update I can now read:

- Firmaware version
- Model number
- PH
- Temperature


but my web page is not as nice as Nadine yet :cP
 
Last edited:
Very cool...
Matthias, what forum or other site did they collaborate on.
With a bit of Google translation we may be able to learn more from them, to jump start an english version.
 
I will finish a few things, polish up the code and add some comments. As soon as I have that done I will post a link… if you can wait send me a email and I will show you what I have now :cP
 
I would hold fire for a while, I sniff something in the breeze blowing across from the East.

lets see what Matthias has up his sleave in the next few weeks in regards to web interfacing etc!!!
 
Okay appears mysql and PHP the way to go.
So far I have automated data dumped using Profiluxcontrol and Autoit scripts. It is very cumbersome... wish I could talk direct ;)
 
I'm also almost finished with a C# API I've been working on (and helping boboxx - sorry, I can't let you take all the credit! :) ). I'll post it in a week or two when I have more time.
 
Woohooo!, With the help of Chris (ckhorne) I was finally able to locate my error.

I'm now in the process of working with Nadine to finalize a few things.

What are some of the things that people would like to see in this web access version (will stick to logging and graphing for now).

Christian
 
Last edited:
Daily graph as default... ph redox temp.
What about all three on one graph or is that too busy and dificult to read.
Other values would be average value for that period and min and max value for that period. The straight line trend might also be useful i.e. overall rising ph or lowering.

Eventually would like to add in data manually as well like mg values and events like water change etc that one can indicate on the graph by a symbol or something. So maybe a data entry form.

Will this connect direct to the profilux or will one still have to run ProfiluxControl somewhere?
 
ya that's pretty much what I wanted also... this will connect directly to the device on the LAN or WAN interface.

You will need to have a PHP4-5/MYSQL in place in order for this to work (standars stuff for any hosting service)
 
what is PHP thingy ? Also would you be able to change stuff from the web ? Like for instance shutting the lights off or on or pumps heaters chiller ect.. like that. Say you notice the waters temp is higher then you have it set at now you would be able to shut down the lights manually from the site to help kool down the tank also have the fans go on say because the chillers ot working for some reason you know what i mean. I hate not being able to know whats going on when im away this would be HUGE if possible to do
 
what is PHP thingy ? Also would you be able to change stuff from the web ? Like for instance shutting the lights off or on or pumps heaters chiller ect.. like that. Say you notice the waters temp is higher then you have it set at now you would be able to shut down the lights manually from the site to help kool down the tank also have the fans go on say because the chillers ot working for some reason you know what i mean. I hate not being able to know whats going on when im away this would be HUGE if possible to do
 
Back
Top