{% extends 'index.html' %} {% block content %}

Administration

{% if is_default_password %}

Please change your password. Keeping the default password is not secure.

{% endif %}

↓ Ethernet Settings
{% if isEth0Static %} {%set eth_type = 'S' %} {% else %} {% set eth_type = 'D' %} {% endif %}
loading ethernet settings... loading ethernet settings...
↓ Manage Configuration Files
Show INI Files:
Upload CSV/XML/INI-File
 
Download CSV/XML/INI-File
Remove CSV/XML-File
↓ Configuration Backup

Back up Current Configuration

Configure from backup

{%set pi900_type = get_pi900_type() %} {% if pi900_os == '2016.02' %}
↓ Update Software (900S/T style)
{% if mbushubVersion|length > 0: %}
Installed MBusHub version: {{mbushubVersion}}
{% endif %} {% if quickpostVersion|length > 0: %}
Installed Quickpost version: {{quickpostVersion}}
{% endif %} {% if modbusVersion|length > 0: %}
Installed Modbus2Mbus version: {{modbusVersion}}
{% endif %} {% if wirelessVersion|length > 0: %}
Installed Wireless version: {{wirelessVersion}}
{% endif %} {% if hanbusVersion|length > 0: %}
Installed Hanbus2Mbus version: {{hanbusVersion}}
{% endif %}
Install Firmware/Software (_{{pi900_type}}.tgz)

Please refresh the page after installing new software (Press CTRL+F5)

{% else: %}
↓ Update Software
Available Software

Please restart the system after you have finished installing all software.

You will need internet access and have port 80 open (outgoing traffic only) enabled on your network, In order to update from our remote package repository. Contact PiiGAB Support for more information.

Software Installed Version Server version

{% endif %}
↓ Time and Date
Local Time {{currtime}}
Hardware Clock (UTC) {{hwtime}}

Hardware clock is set to UTC according to Local time and Time Zone.

The Stockholm timezone for example, the local time will be 1 hour (winter) and 2 hours (summer) ahead of the hardware clock.

NTP: hostname NTP server requires nameserver.

↓ Reboot Pi-{{pi900_type}}

{% endblock content %} {% block scripts %} {% endblock scripts %}