brewnz
Well-Known Member
double post
Doug...what's happened to the graphs? as I was sure they were there when I first loaded and tested it a few days ago. I looked at your youtube clip earlier today to confirm and yes they are supposed to be there. Any ideas??
Cheers!
So it sounds like the Hysteria mode is working right. You're probably heating a small amount of water so since it needs to leave the output on for a minimum amount of time it will keep going past the max or min if needs be, then the element/heater itself may continue to heat the medium.
Hysteria is turn cooler on if the temperature is above the maximum, and off if it's below the minimum. Turn heater on if it's below the minimum, turn off when above maximum. But both are reliant on the minimum time being the minimum time the output is on or off.
Not sure what you mean? You have to enable the recorder (it's disabled by default to prevent peoples SD Cards from being used) in the Edit Mode.
You click the button that says "Show graph" and the graph shows.
I've just pushed a fix for the full graph page.
Can Elsinore run as a service that automatically starts when the machine boots?
If html inputs are type='number', my phone will automatically display the numeric keyboard when editing that field. Could you update the input fields? (I tried editing my local copy and building, but I'm new to Linux/Maven development and I'm getting an error when attempting to reference jGPIO 0.0.4. (0.0.2 is in the repo directory)).
I'll be expanding this to pumps later, probably tomorrow.
Thanks for setting the html input type to numbers for the numeric fields; this makes changing values much easier.
Something doesn't seem right with the PID output control now. I do not need inverted outputs and do not have inverted selected for the temperature sensor connected to my RIMS tube. When I ran the new code last night, I noticed that when I had the unit off, the power to my RIMS tube was on. I tried the inverted option, but it didn't seem to make a difference. I didn't have time to troubleshoot anymore, so I apologize for being a bit vague.
This is probably just a cosmetic issue, but now when setting the PID values, the fields are labeled "P", "I", and "I". The last field should be "D", right?
Hi Guys,
feel like a moron here. Have actually had this up and running brilliantly driving and element and pump. Recently I poured water (Don't ask) over my pi, and both sd and pi were rendered useless.
So I figured I'd just go from the start again (with new), but am struggling to even get elsinore up and running.
I have run updates etc, installed my thermo probe (which seems to be working fine). i've cloned the github repository, but when I go to run the jar script I get the following errors:
pi@raspberrypi ~/BrewServer $ sudo java -jar Elsinore.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/sb/elsinore/LaunchControl : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:643)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
Could not find the main class: com.sb.elsinore.LaunchControl. Program will exit.
I am guessing this is something java related - I've installed jre and jdk...what am I missing this time that I got right last time?
all help appreciated.
thanks,
James
Hi Doug,
This project looks great. I am hoping to dive in really soon. Do you have a wiring guide for dummies to connect up things like the SSRs and thermal sensors? I have never done any kind of wiring or soldering before.
Thanks
This error, "Unsupported major.minor version 51.0", can occur if you have multiple versions of the Java runtime installed -- but are defaulting to a version older that what Elsinore requires.
Try the command below. If it shows multiple versions of Java, select the latest (or at least one that is version 7 or higher.
alternatives --config java