The pdf is a bit off. Some commands are not necessary and cause errors:
It tells you to get rpi-update but never tells you to run it. It's not needed.
Get the latest updates of Raspian and Raspberry Pi firmware: sudo apt-get update sudo apt-get upgrade sudo apt-get install rpi-update Then reboot: sudo restart
Get the latest updates of Raspian and Raspberry Pi firmware:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install rpi-update
Then reboot:
sudo restart
This command:
sudo apt-get install perl libdevice-serialport-perl libio-socket-ssl-perl libwww-perl sudo apt-get install –f
sudo apt-get install perl libdevice-serialport-perl libio-socket-ssl-perl
libwww-perl
sudo apt-get install –f
Should just be:
sudo apt-get install perl libdevice-serialport-perl libio-socket-ssl-perl libwww-perl
You need to add both users to TTY group (Not mentioned)
sudo usermod -a -G tty pi sudo usermod -a -G tty fhem
sudo usermod -a -G tty pi
sudo usermod -a -G tty fhem
You have to reboot after adding them to the group.
If you get an error similar to this with the Temp Sensor:
2014-06-15_03:27:21 EnO_sensor_0183180E teach-in: No EEP profile identifier and no Manufacturer ID
Let it charge up a bit and it will go away.