Installation - pfrommerd/insteon-terminal GitHub Wiki

Ubuntu (Tested on 14.04)

  1. install ant, java jdk:

    sudo apt-get install ant default-jdk

  2. clone the repository:

    git clone https://github.com/vastsuperking/insteon-terminal.git

  3. create your custom init.py, which will be run on startup

    cd insteon-terminal cp init.py.example init.py

  4. edit init.py following the instructions there:

    emacs -nw init.py

  5. See if it compiles:

    ant compile ant jar

  6. Start the terminal with:

    ant run

or

./insteon-terminal [-nw]

Note that if you use ./insteon-terminal, you'll have to run ant jar again after pulling/updating