arduino-api
arduino-api copied to clipboard
Store data on plot.ly servers using Rest API
Hello,
I have been using plotly_streaming_ethernet to stream and see live graph data. It works great. However, let's say I want to store the temperature every 30 min for a year or more on plotly server As far as I can see, the lib only offer to stream data and plotly offers visualization for a short period of time in 'stream' mode.
- Can I use your API to send static data and store them on plotly server ? ( I dont need streaming )
- Is there a plot limitation over time ? Using free version, we are entitled to 100 API call a day but I don't see any other limitation in their documentation.
Thanks