{% extends '_wireless_layout.html' %} {% block content %} Wireless Configuration Version: {{wlversion}} Fabrication Number: {{fabnum}}. Secondary Address: {{fabnum}}.4129.01.36 {% if wirelessLicense|length > 3: %} You have Wireless license for {{tagLicense}} meters. {% else %} You have no Wireless license. {% endif %} Configure Log Meter List Documentation ↓ Wireless Configuration Internal Primary Address Wireless Mode {% for wmode in wirelessModeDict.keys(): %} {{wirelessModeDict[wmode]}} {% endfor %} Enable leds {% for yn in yesno: %} {{yn}} {% endfor %} Set Exclude file: No File {% for csvfile in csvfileArray: %} {{csvfile}} {% endfor %} Telegram Preserve Time [hours] Clear Meter List See documentation Set Include file: No File {% for csvfile in csvfileArray: %} {{csvfile}} {% endfor %} Extra C-field: None 06/46 ↓ Wired M-Bus SlavePort Configuration Type {% for ptype in sPortDict.keys(): %} {{typeDict[ptype]}} {% endfor %} Local Port Default UDP 20000 Com port {% for sercom in sPortDict['SER'].keys(): %} {{portDict[sercom]}} {% endfor %} Baud rate {% for brate in baudRateList: %} {{brate}} {% endfor %} Baud rate 600, 1200 and 4800 are not allowed for M-Bus Bit Number {% for bits in bitList: %} {{bits}} {% endfor %} Parity {% for parity in parityList: %} {{parity[1]}} {% endfor %} Stop Bit {% for stopbit in stopBitList: %} {{stopbit}} {% endfor %} M-Bus Timeout [ms] ↓ Telegram Logfile Log telegram for days: {% for i in range(20): %} {{i}} {% endfor %} Log running or will end: {{logStatus}} Download current Log-File Download historic Log-Files No File {% for logf in logfArray: %} {{logf}} {% endfor %} ↓ Show Configuration Files Show Configuration Files: No File {% for csvfile in csvfileArray: %} {{csvfile}} {% endfor %} Edit Configuration Files: No File {% for csvfile in csvfileArray: %} {{csvfile}} {% endfor %} The system clock is used for the timestamps. Please go to the Administration page to adjust it. {% endblock content %} {% block scripts %} {% endblock scripts %}