發表文章

目前顯示的是有「Ubidots」標籤的文章

Using local node red to get TTN lorawan data through ubidots

圖片
 This is kind of cloud data to local data storage. I have a Lorawan node sending data to TTN. I have it presented on Ubidots  . which provide a very good presentation of data and management of device and data. Ubidots also provide 2 nodes in node red, one to put data to Ubidots, one to receive data from ubidots. ubidots_out is to send data to ubidots using MQTT ubidots_in is to receive data from ubidots using MQTT Getting data to/from Ubidots has a great example: https://help.ubidots.com/en/articles/1440402-connect-node-red-with-ubidots I have 2 shorts of data on Ubidots, one is direct data integration from TTN, one my local zigbee sensor data uploaded to ubidots using node:ubidots_out. To receive the 2nd type of data correctly with ubidots in, you will need to add device label in your message payload when using ubitdots out to up load your data. Othe wise, you can still view the data on the dashboard, but won't be able to down load it. The 2nd tricky thing is the format retur...