Properties
The MQTTClientBee module has the following properties:
Name | Description | ID | Flags |
---|---|---|---|
Client certificate | The filename of the clients certificate when broker expect a client certificate to accept connection. | 1015 | Persisted, File |
Exchangerate | The exchange rate in milliseconds for the 'ExternalItems' timer event. By default, used for updating external items values. | 100 | Persisted |
External item report | A status-report for the External Item manager of this module | 110 | InfoPage |
ExtItem full refresh | When true, the external items manager will force a full refresh initially on start/reset when reading items. I.e. items not yet initialized in their source, will also trigger an external item update. Default is true. | 150 | Persisted, ExpertPage |
ExtItem pass-through quality | Specifies the quality of external item values that will pass through external item transfers. If external item qualities has worse quality the this mask, the external item transfer is blocked. Default is 'Any quality'. | 400 | Persisted, Enumerated, ExpertPage |
Loglevel | Specifies the loglevel for diagnostic messages from this module. | 500 | Persisted, Enumerated |
MQTT address | Address to MQTT broker | 1002 | Persisted |
MQTT clean session | If selected then the client will not get history messages the broker has stored for this clientid since last disconnection. | 1009 | Persisted |
MQTT clientid | A string that define/identify the clients session at the broker. | 1004 | Persisted |
MQTT password | The clients password. | 1006 | Persisted, Password |
MQTT port | MQTT broker port | 1003 | Persisted |
MQTT service level | Quality of service | 1008 | Persisted, Enumerated |
MQTT transport | Transmission protocole: TcpServer, use unencrypted communication. TcpServeTLS use encrypted communication. | 1011 | Persisted, Enumerated |
MQTT user | The clients username. | 1005 | Persisted |
MQTTVersion | Version to use when connecting to server | 1010 | Persisted, Enumerated |
See also Module Properties