Announcement

Collapse
No announcement yet.

Linux - Finding Serial Port for SmartStick+ & AutoRun

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Linux - Finding Serial Port for SmartStick+ & AutoRun

    Howdy,

    I'm moving my HS3Pro system with SmartStick+ to a Raspberry Pi2 for all the usual reasons. The network is backed up to the new interface and working on the PC.

    How do you pick the proper serial port for the SmartStick+ when you move it to the Pi?

    Are there any Linux installation instructions or procedures anywhere for it?

    Also, how do I get the go script to run upon booting? I've Googled it, but man, there are a lot of ways to screw things up.

    Thanks!

    #2
    Answering my own question:

    I updated some drivers on the Pi and the massive list of options for the SmartStick+ dropped to two. It was /dev/ttyACM0

    Also, I added the contents of the "go" script


    export LANG=en_US.UTF-8
    sudo mono /home/homeseer/HomeSeer/HSConsole.exe --log &


    to the rc.local file by using the command

    sudo nano /etc/rc.local


    It appears to work now when the system boots. Initially, I had to disable/enable HSTouch after the first boot, but after another reboot, it appears to be working.

    Comment

    Working...
    X