How ******* cool is that????? that is awesome!
does it include timers/alarms? e.g if the fridge doesnt kick in and she goes over temp for too long does she let you know?
Ad
I have set this up on my server, it's a script that runs every 10 mins and if it has not received data it sends me an email. I can set this up to do anything such as if temp drifts too far, etc. It's a case of changing the PHP script. I have to remember to enable the script though as I don't use the fridge controller if I have nothing in the fridge.
I'd pay for that setup, though possibly have a option for a second fridge. Did you make your own shield for this?
Any number of fridges could be added, it's again a case of changing the PHP script and probably storing the data into different tables. A second fridge could be programmed in within minutes.
Would be grouse if the labels on the chart went left to right in the same order as the guages, or vice versa...
Haha yeah, that's just aesthetics and the dial colours match the trace colours.
Also, if you were to look at the complex version (you are looking at the basic version of the page) you would also see:
* Fridge set point
* Beer slope (change in beer temp)
* Fridge slope (change in fridge temp)
* Device status (heating, cooling, idle, reset, etc).
These add a bunch of other colours too which throws it out.
EDIT: AAh screw it, fixed the order, it was all of 13 seconds work including opening Notepad++
EDIT2: Aaand now that I have the Notepad++ open, I might as well work on a script that lets me ramp the temperatures for lagering, etc.