This is a set of nodes supporting integration with Cumulocity (currently still growing)
run npm -g install node-red-contrib-cumulocity
Currently includes integration for measurements, events, and alarms.
- Cumulocity Configuration (includes host, tenant, & login information)
- deviceId: limits data to 1 specific device
- startDate, endDate: returns data for only a target date range
- pageSize: Defines maximum number of records to return
This node library is an ever-expanding set of nodes designed to integrate with the Cumulocity IoT platform. The long-term goal is to create a complete library of node-red nodes, such that anyone trying to integrate with Cumulocity will not need to write any code to do so.
- Nodes supporting device registration
- Bulk alarm updates (extension of c8y-alarm-update)