novantExt icon

novantExt

Novant Connector
novantExt

Registered StackHub users may elect to receive email notifications whenever a new package version is released.

There are 0 watchers.

v0.37

Overview

The novantExt implements connector support for the Novant Digital Foundation:

  • Read live data from Novant projects
  • Write values back to Novant projects
  • Sync trend data from Novant projects

API Keys

API keys are required to access data from Novant projects. It's recommended you create a specific API key just for SkySpark access. See Novant documentation for how to create an API key for your project.

Connectors

Each connector in SkySpark maps 1:1 to a Novant project. To create and map a new connector:

novantConn
dis: "My Device"
novantApiKey: "***********"

Where novantApiKey is the key you generated from the Novant platform.

Cur/Write/His

Current values are configured using the novantCur tag on a point. Writable points use the novantWrite tag. Likewise histories use the novantHis tag. The value of these tags maps to the point ID for the Novant point, which will be in the format of "s.{sourceId}.{pointId}".

point
dis: "My Point"
novantCur: "s.1.5"
novantWrite: "s.1.5"
novantHis: "s.1.5"
equipRef: @equip-id
siteRef: @site-id
kind: "Number"
unit: "kW"

The SkySpark write level will be carried over directly into the downstream I/O device under the Novant gateway. For protocols that support priority, like Bacnet, this means the Bacnet priority array level matches the SkySpark write level. For protocols that do not support priority (such as Modbus) this value is ignored.

Learn

The Novant connector supports learning. Once a connector has been added, you can use the Site Builder to walk the device tree and add any or all points.

His Sync

Novant connectors do not support hisCollect. History can be synced using the standard SkySpark tools and with Axon using novantSyncHis. For example:

readAll(point and novantHis).novantSyncHis(2023-02-01)

History sync operates by queueing syncHis requests and attempting to batch request points in bulk to optimize API requests.

Published by Novant

Packages by Novant

Free packages

Package details
Version0.37
LicenseMIT
Build date2 months ago
on Fri 19th Jan
Requirements SkySpark v3.1
Depends on
File namenovantExt.pod
File size25.65 kB
MD5d51d322204c1dee4c2ffa41ac008529b
SHA1 61692b12da7fe6e0e67a67ec49cad1b835b11681
Published by
NovantDownload now
Also available via SkyArc Install Manager
Tags
Connector
Sky Spark