Tests:
This adapter can be used to automatically interact with google spreadsheets.
Visit the Google Cloud Console.
Create or select an existing project that you wish to use with the API.
Enable the Google Spreadsheet API for your project.
For the project you selected in the previous step, create a new service account in Google Cloud IAM by following these steps:
Navigate to the IAM & Admin page in the Google Cloud Console.
Click on "Service accounts" and then "Create Service Account."
Provide a name for the service account and select the role "Project" > "Editor."
Click "Continue" to proceed to the next step.
On the "Keys" tab, click "Create Key" and choose the format as "JSON." Then click "Continue."
Your private key will be generated and automatically downloaded. Keep this file secure as you will need it later.
Open the spreadsheet you want to interact with and share it with the email address of your newly created service account:
Open the desired spreadsheet in Google Sheets.
Click "Share" in the upper right corner.
Enter the email address of the service account in the "Add people" field and grant it the necessary permissions (e.g., "Edit" or "View").
Click "Send" to complete the sharing process.
Add the following information to the configuration of your adapter instance in ioBroker:
To locate the "Spreadsheet ID" in the URL of your Google Sheets document, follow these steps:
https://docs.google.com/spreadsheets/d/SPREADSHEET_ID/edit
Use the available blocks to automatically interact with your spreadsheet.
When copying the private key into the configuration, make sure there are no \n. If there are \n in the key, please replace the with normal line breaks
Make sure the Service Account has adequate permissions to write to the spreadsheet. Refer to the "Grant Access to the Spreadsheet" section above.
Copyright (c) 2024 Thomas Pohl
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.