So i was able to set up my DS18b20 probe and can read it manually via the command line, but i cannot get the Elsinore software to run properly. here is what my web interface looks like in Chrome and IE and the code that i see on the RasbPi.
root@raspberrypi:/home/pi# cd ¬/BrewServer
root@raspberrypi:/home/pi/¬/BrewServer# sudo java -jar Elsinore.jar
Nov 21, 2014 11:21:06 PM com.sb.elsinore.LaunchControl main
INFO: Running Brewery Controller.
CFG IS NULL
Enabling the recorder
Checking section pumps
Checking section general
Checking for 28-0000065c21ea
Nov 21, 2014 11:21:08 PM com.sb.elsinore.Temp <init>
INFO: Adding28-0000065c21ea
Nov 21, 2014 11:21:08 PM com.sb.elsinore.Temp <init>
INFO: 28-0000065c21ea added.
Nov 21, 2014 11:21:08 PM com.sb.elsinore.Temp setScale
WARNING: Cut off is: -999
Nov 21, 2014 11:21:08 PM com.sb.elsinore.Temp setScale
WARNING: Cut off is now: -999
No config data found as usable. Select a input and name it (i.e. "1
kettle" no quotes) or type "r" to refresh:
1) 28-0000065c21ea 70.475
Please go to the Web UI to the web UI
http://raspberrypi:8080/controller
Nov 21, 2014 11:21:10 PM com.sb.elsinore.LaunchControl <init>
INFO: Starting Status Recorder
Nov 21, 2014 11:21:10 PM com.sb.elsinore.LaunchControl <init>
INFO: CONFIG READ COMPLETED***********
Nov 21, 2014 11:21:10 PM com.sb.elsinore.BrewServer <init>
INFO: Launching on port 8080
Nov 21, 2014 11:21:10 PM com.sb.elsinore.BrewServer <init>
INFO: Enabled logging at level:WARNING
Language: en_GB
Server started, kill to stop.
Warning: NLS unused message: CHANGE_SCALE in: com.sb.elsinore.nls.messages
Warning: NLS unused message: DUTY in: com.sb.elsinore.nls.messages
Warning: NLS unused message: CALIBRATION in: com.sb.elsinore.nls.messages
Warning: NLS unused message: HIDE in: com.sb.elsinore.nls.messages
Warning: NLS unused message: SHOW in: com.sb.elsinore.nls.messages
Unidentified URL: /templates/static/moment.js
Unidentified URL: /templates/static/jquery.fs.stepper.js
Unidentified URL: /templates/static/bootstrap-3.0.0/css/bootstrap.min.css
Unidentified URL: /templates/static/elsinore.css
Unidentified URL: /templates/static/css/c3.css
Unidentified URL: /templates/static/jquery.js
Unidentified URL: /templates/static/segment-display.js
Unidentified URL: /templates/static/pidFunctions.js
Unidentified URL: /templates/static/bootstrap-3.0.0/js/bootstrap.min.js
Unidentified URL: /templates/static/tinytimer.min.js
Unidentified URL: /templates/static/justgage.js
Unidentified URL: /templates/static/raphael.js
Unidentified URL: /templates/static/file/jquery.ui.widget.js
Unidentified URL: /templates/static/file/jquery.iframe-transport.js
Unidentified URL: /templates/static/js/c3.js
Unidentified URL: /templates/static/file/jquery.fileupload.js
Unidentified URL: /templates/static/js/d3.js
Unidentified URL: /templates/static/jquery.i18n.properties.js
^A^CProbe: 28-0000065c21ea is not setup, not saving
Probe: 28-0000065c21ea is not setup, not saving
thanks,