Hi,
Does anyone know if there is an easy way to send data from Domoticz to a Google Spreadsheet? I have tried the standard =IMPORT functions in Google Sheets but unfortunately that does not work.
I am a beginner in scripting so hopefully there is an easy way or good step by step guide. anyone already doing this?
Data Domoticz -> Google Spreadsheet (sheets)
Moderator: leecollings
-
- Posts: 82
- Joined: Thursday 02 March 2017 20:28
- Target OS: Linux
- Domoticz version: V4.1174
- Location: Netherlands
- Contact:
Re: Data Domoticz -> Google Spreadsheet (sheets)
Also intrested in this.. did you find a way ?
Raspberry PI 3 - Opentherm Gateway + ESP8826 - EvoHome - ESPEasy CO2 + Fancontrol - RF-Link - zigbee2mqqt -
- FireWizard
- Posts: 1905
- Joined: Tuesday 25 December 2018 12:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Voorthuizen (NL)
- Contact:
Re: Data Domoticz -> Google Spreadsheet (sheets)
Hi,
I don't know if you have MQTT and Node Red installed? If so, publish the data with MQTT to your MQTT broker (Mosquitto) and subscribe to the topics with Node Red and from there you can use a node to export to Google Sheets.
See:
https://flows.nodered.org/node/node-red ... preadsheet
Regards
I don't know if you have MQTT and Node Red installed? If so, publish the data with MQTT to your MQTT broker (Mosquitto) and subscribe to the topics with Node Red and from there you can use a node to export to Google Sheets.
See:
https://flows.nodered.org/node/node-red ... preadsheet
Regards
-
- Posts: 82
- Joined: Thursday 02 March 2017 20:28
- Target OS: Linux
- Domoticz version: V4.1174
- Location: Netherlands
- Contact:
Re: Data Domoticz -> Google Spreadsheet (sheets)
Yes ! that is a good one ! I will try this, Thanks !
Raspberry PI 3 - Opentherm Gateway + ESP8826 - EvoHome - ESPEasy CO2 + Fancontrol - RF-Link - zigbee2mqqt -
-
- Posts: 112
- Joined: Monday 26 June 2017 21:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Spain
- Contact:
Re: Data Domoticz -> Google Spreadsheet (sheets)
Can you share an example flow?FireWizard wrote:Hi,
I don't know if you have MQTT and Node Red installed? If so, publish the data with MQTT to your MQTT broker (Mosquitto) and subscribe to the topics with Node Red and from there you can use a node to export to Google Sheets.
See:
https://flows.nodered.org/node/node-red ... preadsheet
Regards
Enviado desde mi SM-N975F mediante Tapatalk
- FireWizard
- Posts: 1905
- Joined: Tuesday 25 December 2018 12:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Voorthuizen (NL)
- Contact:
Re: Data Domoticz -> Google Spreadsheet (sheets)
HI, @salvacalatayud,
I do not use Gsheets. I have tested it and I have an account.
After a long period I found it still works.
My question is:
1. How far are you?
- Have you created a Google Service Account?
If not, go to https://flows.nodered.org/node/node-red ... gle-sheets
Follow the guideline described above and create a Project.
Fill your Gsheets with some data.
In my example I used IFTTT to send the inbound, outbound and missed calls from my mobile phone to Gsheets.
(I do not know how long this will continue to work, as IFTTT has become a paid service).
If everything is correctly configured you are able to get the data from Gsheets with the node-red-contrib-google-sheets node.
You have to use an Inject node connected to the Gsheets node in order to start the request.
If you have connected a Debug node, you will see the Cell data in an array
In this case, I have only collected the data from Sheet1 and the cells A1 - F1, which is the header.
You van request more data or write data.
2.
So the question is, what is the type of data and what do you want to do with that data?
I'm happy to support you in developing your flow.
Regards
I do not use Gsheets. I have tested it and I have an account.
After a long period I found it still works.
My question is:
1. How far are you?
- Have you created a Google Service Account?
If not, go to https://flows.nodered.org/node/node-red ... gle-sheets
Follow the guideline described above and create a Project.
Fill your Gsheets with some data.
In my example I used IFTTT to send the inbound, outbound and missed calls from my mobile phone to Gsheets.
(I do not know how long this will continue to work, as IFTTT has become a paid service).
If everything is correctly configured you are able to get the data from Gsheets with the node-red-contrib-google-sheets node.
You have to use an Inject node connected to the Gsheets node in order to start the request.
If you have connected a Debug node, you will see the Cell data in an array
In this case, I have only collected the data from Sheet1 and the cells A1 - F1, which is the header.
You van request more data or write data.
2.
So the question is, what is the type of data and what do you want to do with that data?
I'm happy to support you in developing your flow.
Regards
Who is online
Users browsing this forum: No registered users and 1 guest