Raspberry pi Elsinore assistance

Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum

Help Support Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

Coastiebrewer

Well-Known Member
Joined
Feb 2, 2012
Messages
47
Reaction score
2
Location
Brigantine
Didnt want to post this in the main thread because im sure its not software realated and more user error. Hitting a road block on the software side of the getting the Elsinore software running. I will admit that im sure the problems are easily solved but the answers are way above my head. Im new to the Raspberry Pi so ive been piecing it together and trying to research the answer before i post here so here goes. Ive got up to installing and running Elsinore but when i get to the steps where i assume it would ask to label pumps/timers/and relays the terminal just hangs. I have also tried to view it on my tablet by putting the address that was listed under ifconfig for the pi and both my tablet and phone(chrome browser on each) said address cannot be found. this is a list of what i see when after i launch Elsinore. Please any help would be appreciated and bashing my noob knowledge of all this is compltetly warrented. thanks guys.

pi@raspberrypi:~/¬/BrewServer $ sudo java -jar Elsinore.jar
May 03, 2017 12:05:07 AM com.sb.elsinore.LaunchControl main
INFO: Running Brewery Controller.
May 03, 2017 12:05:07 AM com.sb.elsinore.LaunchControl getShaFor
INFO: Checking for sha for HEAD
May 03, 2017 12:05:07 AM com.sb.elsinore.LaunchControl getShaFor
INFO: Couldn't check remote git SHA
java.io.IOException: Cannot run program "git" (in directory "/home/pi/%c2%ac/BrewServer"): error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at com.sb.elsinore.LaunchControl.getShaFor(LaunchControl.java:3013)
at com.sb.elsinore.LaunchControl.main(LaunchControl.java:227)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:248)
at java.lang.ProcessImpl.start(ProcessImpl.java:134)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 2 more
May 03, 2017 12:05:07 AM com.sb.elsinore.LaunchControl getLastLogDate
INFO: Checking for last log date
May 03, 2017 12:05:07 AM com.sb.elsinore.LaunchControl getLastLogDate
INFO: Couldn't check remote git SHA
java.io.IOException: Cannot run program "git" (in directory "/home/pi/%c2%ac/BrewServer"): error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at com.sb.elsinore.LaunchControl.getLastLogDate(LaunchControl.java:2954)
at com.sb.elsinore.LaunchControl.main(LaunchControl.java:228)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:248)
at java.lang.ProcessImpl.start(ProcessImpl.java:134)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 2 more
May 03, 2017 12:05:07 AM com.sb.elsinore.LaunchControl main
INFO: Currently at: null
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl readConfig
INFO: CFG IS NULL
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl parseGeneral
INFO: Setup OWFS at localhost:4304
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl parseXMLSections
INFO: Checking section switches
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl parseXMLSections
INFO: Checking section phSensors
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl parseXMLSections
INFO: Checking section general
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl parseXMLSections
INFO: Checking section device
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl parseDevice
INFO: Parsing XML Device: 28-041690aaa8ff
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl parseDevice
WARNING: Couldn't find a volume unit for 28-041690aaa8ff
No Volume Presets, check your config or rerun the setup!
May 03, 2017 12:05:08 AM com.sb.elsinore.Temp <init>
INFO: Adding28-041690aaa8ff
May 03, 2017 12:05:08 AM com.sb.elsinore.Temp <init>
INFO: 28-041690aaa8ff added.
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl startDevice
INFO: Adding 28-041690aaa8ff Heat GPIO is (null)
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl startDevice
INFO: Adding 28-041690aaa8ff Cool GPIO is (null)
May 03, 2017 12:05:08 AM com.sb.elsinore.Temp setScale
WARNING: Cut off is: -999
May 03, 2017 12:05:08 AM com.sb.elsinore.Temp setScale
WARNING: Cut off is now: -999
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl parseXMLSections
INFO: Checking section device
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl parseDevice
INFO: Parsing XML Device: 28-0516849b0aff
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl parseDevice
WARNING: Couldn't find a volume unit for 28-0516849b0aff
No Volume Presets, check your config or rerun the setup!
May 03, 2017 12:05:08 AM com.sb.elsinore.Temp <init>
INFO: Adding28-0516849b0aff
May 03, 2017 12:05:08 AM com.sb.elsinore.Temp <init>
INFO: 28-0516849b0aff added.
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl startDevice
INFO: Adding 28-0516849b0aff Heat GPIO is (null)
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl startDevice
INFO: Adding 28-0516849b0aff Cool GPIO is (null)
May 03, 2017 12:05:08 AM com.sb.elsinore.Temp setScale
WARNING: Cut off is: -999
May 03, 2017 12:05:08 AM com.sb.elsinore.Temp setScale
WARNING: Cut off is now: -999
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl parseXMLSections
INFO: Checking section device
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl parseDevice
INFO: Parsing XML Device: 28-0416810b03ff
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl parseDevice
WARNING: Couldn't find a volume unit for 28-0416810b03ff
No Volume Presets, check your config or rerun the setup!
May 03, 2017 12:05:08 AM com.sb.elsinore.Temp <init>
INFO: Adding28-0416810b03ff
May 03, 2017 12:05:08 AM com.sb.elsinore.Temp <init>
INFO: 28-0416810b03ff added.
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl startDevice
INFO: Adding 28-0416810b03ff Heat GPIO is (null)
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl startDevice
INFO: Adding 28-0416810b03ff Cool GPIO is (null)
May 03, 2017 12:05:08 AM com.sb.elsinore.Temp setScale
WARNING: Cut off is: -999
May 03, 2017 12:05:08 AM com.sb.elsinore.Temp setScale
WARNING: Cut off is now: -999
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl parseXMLSections
INFO: Checking section device
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl parseDevice
INFO: Parsing XML Device: System
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl parseDevice
WARNING: Couldn't find a volume unit for System
No Volume Presets, check your config or rerun the setup!
May 03, 2017 12:05:08 AM com.sb.elsinore.Temp <init>
INFO: AddingSystem
May 03, 2017 12:05:08 AM com.sb.elsinore.Temp <init>
INFO: System added.
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl startDevice
INFO: Adding System Heat GPIO is (null)
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl startDevice
INFO: Adding System Cool GPIO is (null)
May 03, 2017 12:05:08 AM com.sb.elsinore.Temp setScale
WARNING: Cut off is: -999
May 03, 2017 12:05:08 AM com.sb.elsinore.Temp setScale
WARNING: Cut off is now: -999
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl convertAddress
INFO: Converted address: 28.ffa8aa901604
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl convertAddress
INFO: Converted address: 28.ff0a9b841605
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl convertAddress
INFO: Converted address: 28.ff030b811604
May 03, 2017 12:05:08 AM com.sb.elsinore.LaunchControl <init>
INFO: CONFIG READ COMPLETED***********
May 03, 2017 12:05:08 AM com.sb.elsinore.BrewServer <init>
INFO: Launching on port 8080
May 03, 2017 12:05:08 AM com.sb.elsinore.BrewServer <init>
INFO: Enabled logging at level:WARNING
May 03, 2017 12:05:27 AM com.sb.elsinore.BrewServer serve
WARNING: Failed to find URI: /favicon.ico
 
I got responses from the developer recently in the main SBE thread. I think putting questions there will get you help. Not many people will be able to look at the log file and figure out what's wrong. He's asked me to send him my log files before.

Craft Beer Pi is good, but there is no manual mode for boiling. I hear this will be included in their next release. There is a patch for it, but it requires some programming skills to apply.
 
Yeah I read that about the update as well. I still have a little time to get the rest of the build together so hopefully the new release will come out before then.
 
I just did my first brew using the Hosehead (HH) controller and first all-electric. I will say I made some changes in my kettle while converting from gas to electric and there were some issued related to that. Concerning the HH did anyone have any issued turning Off the pump? I had to unplug the pump 90% of the time as my cell phone would control HH for the pump function. I would hear a click as if it was about to turn it off but nothing would happen. I would even try refreshing the browsers and nothing. I thought that maybe it was a Wi-Fi connectivity issue. So to test the Wi-Fi I was able to change temperature, change auto to manual and or turn element on/off without any issues. Please let me know if anyone has experienced this issue or if there is any easy fix other than sending it back for warrantee work? Thanks in advance.
 

Latest posts

Back
Top