The JNIOR will publish all status information to topics starting with
jnior/[SERIAL_NUMBER]/status/...
.
The JNIOR will publish all Relay Output status information to topics in the format
jnior/[SERIAL_NUMBER]/status/digital/outputs/[CHANNEL_NUMBER]/[PROPERTY]
.
Output channel numbers can be 1 - 16 and the property will either be state or usage meter.
The JNIOR will publish all Digital Input status information to topics in the format
jnior/[SERIAL_NUMBER]/status/digital/inputs/[CHANNEL_NUMBER]/[PROPERTY]
.
Input channel numbers can be 1 - x
, depending on the model, and the property will
either be state, usage meter or counter.
The JNIOR will publish all Four to Twenty Input status information to topics in the format
jnior/[SERIAL_NUMBER]/status/fourtwenty/inputs/[CHANNEL_NUMBER]/[PROPERTY]
.
Input channel numbers can be 1 - x
, depending on the number of modules connected,
and the property will either be raw or scaled.
The JNIOR will publish all Four to Twenty Output status information to topics in the format
jnior/[SERIAL_NUMBER]/status/fourtwenty/inputs/[CHANNEL_NUMBER]/[PROPERTY]
.
Input channel numbers can be 1 - x
, depending on the number of modules connected,
and the property will either be raw or scaled.
The JNIOR will subscribe to set commands. Those topics must start with
jnior/[SERIAL_NUMBER or HOSTNAME or DEVICE_GROUP_NAME]/set/...
.
At this point you can only set output states. The JNIOR will publish all Relay Output
status information to topics in the format
jnior/[SERIAL_NUMBER or HOSTNAME or DEVICE_GROUP_NAME]/set/digital/outputs/[CHANNEL_NUMBER / OUTPUT_GROUP_NAME]/[PROPERTY]
.
Output channel numbers can be 1 - 16 and the property can only be state.
For example,
jnior/{{ctrl.SerialNumber}}/set/digital/outputs/1/state = true
Where 714049001
is the unique serial number for the JNIOR and cannot be changed in the
JNIOR
jnior/{{ctrl.HostName}}/set/digital/outputs/1/state = true
Where kev-mqtt-4
is the hostname given to the JNIOR. Please note that the HostName
can be changed in the JNIOR which would affect your system.
jnior/pumpstations/set/digital/outputs/pumps/state = true
pumps
Outputs Group on all
JNIORs belonging to the pumpstations
Device Group. Please note
that the Outputs Group and Device Group can be changed in the JNIOR which would affect
your system.