Skip to content
autopower_developer edited this page Nov 20, 2018 · 3 revisions

Modifying config file

Script for creating config files is automatically downloaded on install. It's very simple config script, with some input checking. This script generate config file in JSON format. It's recommended to run config_me.py after upgrading to V250+

If you are using older version or installations, please upgrade to newest thermeq3 or manually upgrade to V250+. If so, please use config script:

  • if not present on the system: 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
  • run config script ./config_me.py
  • if you are upgrading from older version, please run config script to recreate config file
Clone this wiki locally