-
Notifications
You must be signed in to change notification settings - Fork 13
Install application
autopower_developer edited this page Oct 8, 2017
·
11 revisions
Access yún via ssh (e.g. Windows users can use putty)
- Install
thermeq3
typingwget --no-check-certificate --quiet --output-document /root/install.sh https://raw.githubusercontent.com/autopower/thermeq3/master/install/current/install.sh;chmod +x /root/install.sh
- Run the installer script:
/root/install.sh <your installation name>
, for example/root/install.sh boilerstarter
, thisboilerstarter
name will be used as device name - You'll need SMTP server details and Open Weather Map API key (sign-up is free).
Access yún via ssh (e.g. Windows users can use putty)
wget --no-check-certificate --quiet --output-document /root/upgrade.sh https://raw.githubusercontent.com/autopower/thermeq3/master/install/current/upgrade.sh;chmod +x /root/upgrade.sh
- Run upgrade script:
/root/upgrade.sh
Just use wget --no-check-certificate --quiet --output-document /root/upgrade.sh https://raw.githubusercontent.com/autopower/thermeq3/master/install/alpha/upgrade.sh;chmod +x /root/upgrade.sh
cd /root
./install.sh thermeq3
You can change thermeq3 name to your own.
wget --no-check-certificate --quiet --output-document /root/config_me.py https://raw.githubusercontent.com/autopower/thermeq3/master/install/current/config_me.py;chmod +x /root/config_me.py
and run it:
cd /root
./config_me.py
Please answer questions and check final config file in JSON format vi cat
or vi
.