Hi, I'm using the Arduino cloud with OPTA to log data.
I have two questions:
- When I download data it sends it automatically to the email configured in my account - is it possible to send the data to an additional email address?
- Is it possible to automate data downloads?
Thanks
Hello @dotan_qd-sol,
Both features are not available in the UI of Arduino Cloud.
By the way, you could have the second feature by implementing a script that uses the Arduino Cloud APIs.
In particular, by calling the Series V2 Historic Data API, you can schedule a data export whenever you want.
You could use the already implemented Python client to use the Arduino Cloud APIs (see here).
Let me know if you need any support with it.
Thanks,
Stefano