net.solarnetwork.node.datum.bacnet.BacnetDatumDataSource.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of net.solarnetwork.node.datum.bacnet Show documentation
Show all versions of net.solarnetwork.node.datum.bacnet Show documentation
Collect data from arbitrary BACnet devices.
The newest version!
title = BACnet Device
desc = Collect data from a BACnet device.
sourceId.key = Source ID
sourceId.desc = The source ID to assign to generated datum.
bacnetNetworkUid.key = BACnet Connection
bacnetNetworkUid.desc = The Service Name of the BACnet Connection component to use.
sampleCacheMs.key = Sample Maximum Age
sampleCacheMs.desc = The maximum number of milliseconds any sampled data may be cached \
before refreshing it again from the device.
datumModeValue.key = Persist Mode
datumModeValue.desc = Controls when to persist datum. Event modes relate to change-of-value subscription updates \
published by the associated BACnet devices. Polling modes relate to the schedule configured on this component.
BacnetDatumMode.EventAndPoll = Events and polling
BacnetDatumMode.EventOnly = Events only
BacnetDatumMode.PollOnly = Polling only
deviceConfigs.key = Device Configurations
deviceConfigs.desc = A list of BACnet device configurations that determine which datum properties \
are collected, from which BACnet devices.
deviceConfigsItem.deviceId.key = Device ID
deviceConfigsItem.deviceId.desc = The BACnet device (instance) identifier to collect data from.
deviceConfigsItem.propConfigs.key = Property Configurations
deviceConfigsItem.propConfigs.desc = A list of configurations that determine \
which BACnet device object property values are extracted into datum properties.
deviceConfigsItem.propConfigsItem.objectTypeValue.key = Object Type
deviceConfigsItem.propConfigsItem.objectTypeValue.desc = The BACnet object type. Can be specified either as \
an integer code or an enumeration name, for example 0
or analog-input
or AnalogInput
.
deviceConfigsItem.propConfigsItem.objectNumber.key = Object Number
deviceConfigsItem.propConfigsItem.objectNumber.desc = The object instance number.
deviceConfigsItem.propConfigsItem.propertyIdValue.key = Property ID
deviceConfigsItem.propConfigsItem.propertyIdValue.desc = The BACnet property ID to read values from. Can be specified either as \
an integer code or an enumeration name, for example 85
or present-value
or PresentValue
. \
If unspecified then present-value will be assumed.
deviceConfigsItem.propConfigsItem.covIncrement.key = COV Increment
deviceConfigsItem.propConfigsItem.covIncrement.desc = The change-of-value notification threshold to use. \
Leave empty to receive all changes.
deviceConfigsItem.propConfigsItem.slope.key = Multiplier
deviceConfigsItem.propConfigsItem.slope.desc = A multiplication factor to transform data values into \
normalized units.