https://github.com/markrad/oh-azureiot
Node Red module to take OpenHab MQTT persistence and send it to an Azure IoT Hub
https://github.com/markrad/oh-azureiot
azure azureiot iot node-red nodered openhab2
Last synced: about 2 months ago
JSON representation
Node Red module to take OpenHab MQTT persistence and send it to an Azure IoT Hub
- Host: GitHub
- URL: https://github.com/markrad/oh-azureiot
- Owner: markrad
- License: mit
- Created: 2016-08-26T06:56:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-24T12:08:58.000Z (over 9 years ago)
- Last Synced: 2025-05-31T05:25:42.370Z (about 1 year ago)
- Topics: azure, azureiot, iot, node-red, nodered, openhab2
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OH-AzureIoT
Node Red module to take OpenHab MQTT persistence and send it to an Azure IoT Hub.
This is a pretty rough early version. Not yet packaged into NPM.
It expects a stream from the MQTT node that is connected to the OpenHab MQTT persistence. It will convert the data to JSON and send it to an Azure IoT Hub (I use a free one which is adequate for this purpose in my case). The idea being that one can use stream analytics to see temperature graphs for example.