Improved GHL Profilux 3.1 stats and logs

Would b nice if you could! [emoji106]

i would be possible in the future versions, the test version is locked for the first 4 sensors... the plan is to make it dynamic, so the user desides what to log, and not to log.. but that will take some work...
 
Getting a bit closer, still need to fix a few isues, but its close.

The requerements for running this is:

Python 3.5
the following python modules: requests, beautifulsoup4, lxml
Django 1.8

it ca run on anything that has Python 3.5 support, windows, linux, unix, macos..

guide:
Download and install python 3.5 for your system:
https://www.python.org/downloads

remember to click the option to add to the system path (if running windows)

when done start up a console, and write:

pip install request
pip install beautifulsoup4
pip install lxml (if you are using windows, and dont have a compile enviroment set up, you need to download a compiled version of lxml, and install that.. go to: http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml download the version for python 3.5 either 32bit if you are using 32bit python or 64bit use this command to install it "pip install lxml-3.5.0-cp35-none-win_amd64.whl")
pip install django==1.8.7 (should work with 1.9 but i havent tested it yet)

that is all, now the computer can run the enviroment..

The package i will be uploading in a day or so, should be able to run out of the box, when the above is done. Later on i will probaly make a install script.

Do people still want to test it? or have the above scared people away? ;)

here is a small update aswell, showing the new features.. (still taking ideas for features though)... I am trying to figure out how much data to keep, and to show.. I am curently thinking between 7 and 10 days for the main graphs, and mabye 14 days for the low/mid/high graphs, along with some historical data, mabye avarage pr month over a year or so....

Here you see around 10 days of log data. (remember its zoomable.. so you can zoom into the graps to show a section more detailed)

oBYcP8p.jpg


and zoomed in on a day

0RLykmm.jpg


The system records the lowest, and highest reading through out the day, and calcurates the median (the value the system sits at the most) and log these. This is done curently one hour a day. It takes all the recordings from today and 7 days back, then calcurates these values, and log them, this is done each hour. That means i end up with 12 recordings a day. These values are then added togerther, and i then show the avarage for each on a graphs pr day.. (the 7 day thing will probaly be cut down to 3 days or so..) i hope it makes sense..

tTFGyAp.jpg


you can remove a graph to make it easier to read the other.. here i have unselected the high graphs.

1kfi2Gd.jpg


and you can export...

TMV5U4w.jpg
 
Wow.
Simply amazing. Wish I was more computer Savvy to really understand those instructions you explained for downloads.
 
Wow.
Simply amazing. Wish I was more computer Savvy to really understand those instructions you explained for downloads.

it was only to get the framework requered to get it to work installed.. It will always be a requerement for now..

any way.. last few bugs fixed... let me know if any want to test it...
 
i am interesting in seing how the date time behaves on a system running another time zone.

Have you both seen the requerements for getting the framework up and running? Do i need to make a more detailed guide?
 
I def think a more detailed guide would be very practical

i will think about how to make it easier to understand. But people shouldent expect a one click setup for this. It will requere at least some computer skills, involving knowing the ip address of the profilux 3, how to edit a config file. I will probaly make a one click install for the dependencies, when i have a more finished system. For now i was hoping that someone were interested and could follow the description on how to set up the framework to get it running, so i could see how the date data behaves in another timezone.
 
That is amazing. I fed want to try it...
Just wish I was not comp illiterate!
Lol


Always at sea;

Dr. Antonio Longo
 
That is amazing. I fed want to try it...
Just wish I was not comp illiterate!
Lol


Always at sea;

Dr. Antonio Longo

I have almost writen the entire system to make it easy to chose what to show and what not to show, so soon it should be able to be setup with out knowing much about computers... (if i get it finished that is)

i have considered making a hosted version, meaning that if you want to use it, it can be setup remotley, and it just need acces to your ghl system, and i will provide these graphs for you. I just know if its viable, running a small server for it, would requere some form off payment, although the system is not made for me to become rich, but just becaus i like to make things.
 
oh btw.. its also possible to add small notes, and see how they affect the values. like if you add ph buffer. The note will be shown as a red dot, at the time it was created, and be shown on all graphs, this way it will be easy to see if a change, changes something across all graphs.

ANKIPFt.jpg
 
I have almost writen the entire system to make it easy to chose what to show and what not to show, so soon it should be able to be setup with out knowing much about computers... (if i get it finished that is)



i have considered making a hosted version, meaning that if you want to use it, it can be setup remotley, and it just need acces to your ghl system, and i will provide these graphs for you. I just know if its viable, running a small server for it, would requere some form off payment, although the system is not made for me to become rich, but just becaus i like to make things.



Pm me or email me if you want to remotely do something. I am ok with fees.
 
Back
Top