Which points in a station write to the Airoverse cloud?
If a Airoverse point has a writable tag, it can be written to the Airoverse cloud. Points with this tag will be discovered into the station as writable Niagara points (BooleanWritable, EnumWritable, or NumericWritable).
In Niagara, writable points have 17 input slots (In1 to Fallback).
The highest-priority value -- the one that's normally written to the point's Out slot -- will be written to the Airoverse cloud. This is what appears in the proxy extension's Write Value slot.
For an example, let's write to a writable co2Threshold setpoint from our station:
If we go to Site Explorer in Airoverse for Facilities and look for the same point, we can see that it is updated:
How often do points write to the cloud?
Points write to the cloud on change-of-value, subject to a minimum (default: 5 minutes) and maximum (default: 15 minutes) time between writes.
How do I change those defaults?
Under the SeventyFiveFNetwork, go to Tuning Policy, then Default Policy:
Min Write Time is the minimum write interval. Max Write Time is the maximum write interval.
Note that points are only written from Airoverse CCUs to the cloud once per minute. So, setting a Min Write Time of less than 1 minute is not recommended.
Do writable Airoverse points have priority arrays, like BACnet and Niagara points?
Yes. They're explained here.
On the Airoverse side:
- All writes from the SeventyFiveF are done at Level 7. It doesn't matter which In slot is used on the point.
- Writes from a CCU are normally done at Level 8.
- Writes from Airoverse for Facilities are normally done at Level 10.
So in most cases, writing from a station will override setpoint or tuner changes made from a CCU or Airoverse for Facilities.
It sounds like there are exceptions. What could override a setpoint change I make from my station?
Here are the ones we're aware of right now. Each of these exceptions should only apply to space temperature setpoints (heatingDesiredTemp, coolingDesiredTemp, and desiredTemp):
- Any overrides made at the display of a HyperStat or Smart Node
- Auto-Away or Auto-Force Occupied modes
- Emergency Conditioning
Okay, so I can write to Airoverse setpoints from a JACE. That's cool, I guess. But is there a way to bring non-Airoverse points into Airoverse for Facilities through the driver?
Yes. But you have to build the points in the Airoverse cloud first. The tool for creating custom Airoverse points is called Site Manager (start here).
Once the points have been created in Site Manager, you can discover them into the station. By writing to the SeventyFiveF proxy points you discovered, you can feed data from your station to Airoverse for Facilities.
Comments
0 comments
Please sign in to leave a comment.