Transferring data to Microsoft Azure with Node Red
I have a python script on my Raspberry Pi that retrieves measured data gotten by Smart Plug which I want to transfer to MS Azure Cloud. How can I do this with Node Red?
I have a python script on my Raspberry Pi that retrieves measured data gotten by Smart Plug which I want to transfer to MS Azure Cloud. How can I do this with Node Red?
Actually, you can't use both Python and Node Red, it just causes additional complications. You must reimplement your script in Node Red native, or try to find some module that will do wrapping script as a Node Red node.
Just drop us an email to ...
Show more