Skip to content

Install application

autopower_developer edited this page Nov 13, 2019 · 11 revisions

Access yún via ssh (e.g. Windows users can use putty)

  • Install thermeq3 typing:
    • Yún Rev1 and Rev2: wget --no-check-certificate --quiet -O /root/install.sh https://raw.githubusercontent.com/autopower/thermeq3/master/install/uni_install.sh;chmod +x /root/install.sh
    • RPi: wget --no-check-certificate --quiet -O /home/pi/install.sh https://raw.githubusercontent.com/autopower/thermeq3/master/install/RPi/uni_install.sh;chmod +x /home/pi/install.sh
  • Run the installer script:
    • Yún: /root/install.sh <your installation name>
    • RPi: /home/pi/install.sh <your installation name>
  • You'll need SMTP server details and Open Weather Map API key (sign-up is free).

Example: ./install.sh boilerstarter, this boilerstarter name will be used as device name

If you want test new universal installer, please follow these steps:

  • get the install script:
    • Yún: wget --no-check-certificate --quiet -O /root/install.sh https://raw.githubusercontent.com/autopower/thermeq3/master/install/uni_install.sh;chmod +x /root/install.sh
    • RPi: wget --no-check-certificate --quiet -O /home/pi/install.sh https://raw.githubusercontent.com/autopower/thermeq3/master/install/uni_install.sh;chmod +x /home/pi/install.sh
  • Run the installer script:
    • Yún: /root/install.sh <your installation name>
    • RPi: /home/pi/install.sh <your installation name>

Upgrade application on yún

Simply unzip thermeq3.zip into the /root/thermeq3 folder.

I want to install latest working alpha version

Just use uni installer with alpha option, e.g.: ./install.sh thermeq3 alpha