ICE11-8IOL-G60L-V1D
IIoT-Funktionalität
MQTT-Konfiguration
Element
mqtt-enable
broker
login
password
port
base-topic
will-enable
will-topic
auto-publish
publish-interval
publish-identity
publish-config
publish-status
publish-process
publish-devices
commands-allowed
force-allowed
reset-allowed
config-allowed
Datentyp
Beschreibung
boolean
Master switch for the
MQTT client.
string
IP address of the MQTT
Broker
string
Username for MQTT Bro-
ker
string
Password for MQTT Bro-
ker
number
Broker port
string
Base topic
boolean
If true, the device provi-
des a last will message to
the broker
string
The topic for the last will
message.
boolean
If true, all enabled
domains will be published
automatically in the speci-
fied interval.
number
The publish interval in ms
if autopublish is enabled.
Minimum is 250 ms.
boolean
If true, all identity domain
data will be published
boolean
If true, all config domain
data will be published
boolean
If true, all status domain
data will be published
boolean
If true, all process domain
data will be published
boolean
If true, all IO-Link Device
domain data will be
published
boolean
Master switch for MQTT
commands. If false, the
device will not subscribe
to any command topic,
even if specific command
topics are activated
below.
boolean
If true, the device accepts
force commands via
MQTT.
boolean
If true, the device accepts
restart and factory reset
commands via MQTT.
boolean
If true, the device accepts
configuration changes via
MQTT.
Beispiel
1
true / false
"192.168.1.1"
"admin"
Default: null
"private"
Default: null
1883
"iomodule_[mac]"
Default: "lionx???"
true / false
Default: null
true / false
2000
true / false
true / false
true / false
true / false
true / false
true / false
true / false
true / false
true / false
151