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

MBus2MQTT Configuration

Version {{m2mversion}}
{% if m2mLicense > 0 and m2mLicense >= numberOfMeters %}

License is valid, {{m2mLicense}} meters

{% elif m2mLicense > 0: %}

Too many meters, License = {{m2mLicense}}, Meters = {{numberOfMeters}}.

{% else %}

You have no MBus2MQTT license.

{% endif %}
↓ Main Configuration
Broker Type
Read Period [sec]
Enable
Quality Of Service (QOS)
↓ M-BusAscii port configuration
Type
Remote Ip Address and Port  
Com port  
Baud rate
Bit Number
Parity
Stop Bit
Configuration file

↓ MQTT Port Configuration
Hub address
Hub port
Device ID
User Name  
Password/Device Key
Topic  

↓ TLS
Use TLS
Insecure
Certificate File


↓ MQTT Advanced parameters
Upload Certificate
{% endblock content%} {% block scripts %} {% endblock scripts %}