{% extends '_quickpost_layout.html' %} {% block content %} QuickPost Configuration Version {{qpversion}} {% if qpLicense|length > 3 %} You have a QuickPost license {% elif qpLicense|length > 3 and numberOfTags > 5000: %} Please contact PiiGAB if you need more tags. {% else %} You have no QuickPost license. {% endif %} Configure Log Security List Files Documentation ↓ Upload Server Filename Format {% set format_options = [('Format 1','FORMAT1'),('Format 2','FORMAT2'),('Format 3','FORMAT3'),('Format 4','FORMAT4')] %} {% for name,format_option in format_options %} {% if format_option == file_format %} {{name}} {% else %} {{name}} {% endif %} {% endfor %} Upload method {% set methods = [('Sftp','SFTP'),('HttpPost (http)','HTTPPOST'), ('HttpsPost (https)', 'HTTPSPOST'), ('Ftp', 'FTP')] %} {% for (name, val) in methods %} {% if val == upload_method %} {{name}} {% else %} {{name}} {% endif %} {% endfor %} Use SFTP private key auth: {% if sftp_use_private_key == 'YES' %} Yes No {% else %} Yes No {% endif %} <select file> {% for keyfile in sshKeyArray: %} {% if sftp_private_key == keyfile %} {{keyfile}} {% else %} {{keyfile}} {% endif %} {% endfor %} Use SSL cert: {% if use_ssl_cert=="YES" : %} Yes No {% else %} Yes No {% endif %} <select file> {% for crtf in crtfArray: %} {% if certificate == crtf %} {{crtf}} {% else %} {{crtf}} {% endif %} {% endfor %} Server IP Remote port Username Password Path ↓ M-BusAscii Client Configuration Settings {% if mbusasciiSelector == 'BASIC' %} Custom Default {% else %} Custom Default {% endif %} M-Bus ASCII Server IP M-Bus ASCII Server Port Read Timeout [s] N Bad Reads ↓ Data Readout Configuration File <select file> {% for csv in csvArray: %} {% if csvfile == csv %} {{csv}} {% else %} {{csv}} {% endif %} {% endfor %} Show Reporting {% set frequency_options = [('24h','24h'),('12h','12h'),('6h','6h'),('15min','15min'),('Custom','ADVANCED')] %} {% for (name,val) in frequency_options %} {% if val == selectChoice %} {{name}} {% else %} {{name}} {% endif %} {% endfor %} Upload time (UTC) [HH:MM] Read Period [min] Offset [min] Upload Period [min] Keep Files [Days] ↓ Startup Enable Quickpost {% if enable == 'YES' %} Yes No {% else %} Yes No {% endif%} Read & Upload at startup {% if startup_read_and_upload == 'YES' %} Yes No {% else %} Yes No {% endif%} Save and Restart Restart {% endblock content %} {% block scripts %} {% endblock scripts %}