add option to disable analog event publishing
This commit is contained in:
@ -30,12 +30,14 @@ Configuration is done using a configuration file
|
||||
analogInputEventTopicPrefix = dt1/ai/event
|
||||
analogInputPeriodicTopicPrefix = dt1/ai/periodic
|
||||
analogInputPublishPeriod = 10.0
|
||||
|
||||
disableAnalogInputEventPublishing = true
|
||||
|
||||
### Operation details
|
||||
|
||||
While the input and discrete input registers are scanned with the configured scanrate, an action on a coil according to a received message is issued immediately. At the same time the all input registers are scanned.
|
||||
|
||||
Using a configuration option it is possible to disable the publishing of analog change event - if only periodic information (like for a thermometer or so) is required.
|
||||
|
||||
The MQTT messages related to change events of input or discrete input registers are marked as //retained//.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user