I have my RaspberryPi 2 setup and working and now trying to connect my BrewPi Spark to it via USB and run the updater script but I continue to get the “Unable to connect to controller, perhaps it is disconnected or otherwise unavailable.” message when doing so. I saw the Software Installer Guide thread where someone had a similar issue and replaced the USB cable, so I tried that and still no luck. Can anyone help?
Here is what I get when I run updater.py.
$ sudo ~/brewpi-tools/updater.py
######################################################
Welcome to the BrewPi Updater!
######################################################
Checking whether the update script is up to date
/home/pi/brewpi-tools is up-to-date.
*** Updating BrewPi script repository ***
Stopping running instances of BrewPi
[Errno 2] No such file or directory
Could not connect to socket of BrewPi process, maybe it just started and is not listening yet.
Could not send quit message to BrewPi instance with pid 22702!
Killing it instead!
SIGKILL sent to BrewPi instance with pid 22702!
You are on branch master
The latest commit in /home/brewpi is 4c7dfa342d8403eb2b485e9970e2cdec9e53c9e4 on Wed, 05 Aug 2015 17:15:44
The latest commit on origin/master is 4c7dfa342d8403eb2b485e9970e2cdec9e53c9e4 on Wed, 05 Aug 2015 17:15:44
Your local version of /home/brewpi is up to date!
*** Updating BrewPi web interface repository ***
You are on branch master
The latest commit in /var/www is d44c03e786d0bde0dc43f86a8bd655659f3f3d2b on Wed, 11 Mar 2015 17:59:39
The latest commit on origin/master is d44c03e786d0bde0dc43f86a8bd655659f3f3d2b on Wed, 11 Mar 2015 17:59:39
Your local version of /var/www is up to date!
No changes were made, skipping runAfterUpdate.sh.
If you encounter problems, you can start it manually with:
sudo /home/brewpi/utils/runAfterUpdate.sh
The update script can automatically check your controller firmware version and program it with the latest release on GitHub, would you like to do this now? [Y/n]:y
Stopping any running instances of BrewPi to check/update controller…
[Errno 2] No such file or directory
Could not connect to socket of BrewPi process, maybe it just started and is not listening yet.
Could not send quit message to BrewPi instance with pid 22711!
Killing it instead!
SIGKILL sent to BrewPi instance with pid 22711!
Checking current firmware version…
Oct 29 2015 01:09:11 Opening serial port
Oct 29 2015 01:09:21 Errors while opening serial port:
Could not find compatible serial devices
Unable to connect to controller, perhaps it is disconnected or otherwise unavailable.
*** Done updating BrewPi! ***
Here is what I get when I run autoSerial.py.
$ python /home/brewpi/autoSerial.py
All ports: ()
Compatible ports: ()
Selected port: (None, None)