ENSURE README IS FOR CORRECT VERSION OF INSTALLED PACKAGE
Links Node-RED to a Niagara Station through the Obix Protocol.
- Can read and write ('out' and 'set' slots) to control points under Drivers (in the Niagara Tree)
- Can GET or POST in the Niagara Tree and return as JSON
- Can read histories
- Can setup watchers which poll several points at a time on an interval
To set up Obix in Niagara...
- Open the obixDriver module from the palette.
- Drag in the Obix Network (from the palette) into the station's driver folder.
- Open the baja module from the palette.
- Insert the HTTPBasicScheme
(baja -> AuthenticationSchemes -> WebServicesSchemes)
into the Authentication Service in the Services folder(Config -> Services -> AuthenticationService -> Authentication Schemes)
. - Create a new user with an assigned role (role must have correct permissions to read/write to any points or histories), and select the HTTPBasicScheme for the Authentication Scheme Name.