Page 1 of 1

Home Automation Using HEYU issues

Posted: Sat May 25, 2013 4:08 am
by psun03
A few months ago my rasp pi decided not to allow me upload anything via ftp, so i decided to start clean... i downloaded the lastest wheezy build and been trying to install heyu without an success
these are the steps i took

sshed into my rasp pi
i download heyu-2.11-rc1 into my rasp pi
unzipped it
went into the directory and try to build heyu by typing in
sh ./configure
make
and then this is where it hangs up all the time...

any suggestions?
do i have a busted rasp pi?

Re: Home Automation Using HEYU issues

Posted: Sat May 25, 2013 8:38 am
by sprinkmeier
does dmesg say anything?
in another terminal run top to see if anything is chewing on your CPU.
check the memory line to see if you're using swap (which is S L O W on the RaSPi)

Re: Home Automation Using HEYU issues

Posted: Mon Feb 25, 2019 6:53 pm
by harrie
I installed it successful a few days ago:


mkdir -p ~/.src ; cd ~/.src
wget http://heyu.org/download/heyu-2.10.tar.gz
tar xf heyu-2.10.tar.gz
cd heyu-2.10
sh ./Configure
make
# ... note this will take several minutes!
sudo make install
# select '3' - In directory /etc/heyu (for system-wide access)
# select '/dev/ttyUSB0'

see: https://aznot.com/Heyu