Can I send data to a sheets document with a TRB245 router?

I have a TRB245 and I want to use the ‘data to server’ service to send data to a sheets document that I have in Google Drive, is it possible? If so how can I do it?

Hello,

The Data to Server feature allows you to send data to your HTTP server or MQTT broker using the TRB245. However, to make this data accessible in your Google Drive documents, you’ll likely need some scripts. I am not really sure how this is done from the Google’s side, but you will need to take the incoming HTTP data and put it into your documents.

Additionally, I would suggest investigating if Google Sheets support APIs that can receive and integrate the incoming data. This way, you could theoretically send HTTP data to the API endpoint.

Kind Regards,

This topic was automatically closed after 15 days. New replies are no longer allowed.