{% extends '_han2mbus_layout.html' %} {% block content %} Han2MBus Configuration Version {{hanversion}} {% if hanLicense: %} License ok {% else %} You have no Han2MBus license. {% endif %} Configure Log Results Documentation ↓ HanModule1 port configuration Meter Type {% for metertype in meterTypeList: %} {{metertype}} {% endfor %} Enable {% for enable in yesno: %} {{enable}} {% endfor %} Com port MBSLAVE1 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 Primary Address M-Bus ID ↓ HanModule2 port configuration Meter Type {% for metertype in meterTypeList: %} {{metertype}} {% endfor %} Enable {% for enable in yesno: %} {{enable}} {% endfor %} Com port MBSLAVE2 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 Primary Address M-Bus ID ↓ M-Bus port configuration Type {% for ptype in sPortDict.keys(): %} {{typeDict[ptype]}} {% endfor %} Local Port Default 20002 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 %} ↓ General Add meters to meterlist {% endblock content %} {% block scripts %} {% endblock scripts %}