langanjp / PI-NodeRED

Connecting OSIsoft PI to IoT using the PI Web API, Node-RED and the Raspberry PI
Apache License 2.0
6 stars 6 forks source link

PI-NodeRED

Project to use Node-RED to connect Raspberry PI and other IOT data sources to OSIsoft PI using the PI Web API

Overview

This project and tutorial show the steps using Node-RED (a node.js / JavaScript based graphical progamming language) to collect and transform data from a Raspberry PI and PI Sense HAT (json) and send it to the OSIsoft PI System. This also explores gathering data from other web sources to send to the PI System, including weather station data (xml) from the National Weather Service (weather.com), and power grid data (html) from ERCOT (ercot.com). This project also demonstrates displaying of OSIsoft PI Data on a Raspberry PI - PI Sense HAT display. Finally, it also offers a simple tutorial on using the PI Sense HAT in Node-RED.

Tutorial

Please refer to this project's Wiki for a tutorial and instructions

Pre-Reqs