I recently added my new Sky unit and it works fine.
At present my Google spreadsheet has only Air data.
How do I adjust so that Sky data are included also?
There currently isnât an option to do so but this is on the long term road map.
You mean via IFTTT?
If you make a custom Applet you can get sky data. You can choose metric units too.
Eg
{{Timestamp}}|||{{TimestampEpoch}}|||{{AirTemp}}|||{{Humidity}}|||{{Pressure}}|||{{LightningStrikeCount}}|||{{HeatIndex}}|||{{DewPoint}}|||{{WetBulbTemperature}}|||{{DeltaT}}|||{{AirDensity}}||| {{Rain}}||| {{WindAvg}}|||{{WindGust}}|||{{WindLull}}|||{{WindDir}}|||{{Uv}}|||{{Brightness}}
Yes, I do mean IFTTT.
How does one make a âcustom Appletâ?
My Applets,
New Applet, click â + thisâ, search for Weatherflow, select ânew observationâ
Set units and click trigger
Click â+ thatâ search for Google Sheets
âAdd row to spreadsheetâ
Add ingredient as required.
Click Create action, Finish
Also see https://ifttt.com/blog/2017/05/how-to-build-an-applet
Thank you very much Peter
That works perfectly!
The applet writes data to a Google spreadsheet called Observation log (xx) and when that file gets full (2000 lines) it creates a new log file.
Iâd like to put a header line in each new sheet that labels the columns, and that line should be fixed so that when you scroll down, it remains at the top.
Is this possible?
Hi Peter
Thanks for answering my question.
Pleased to meet another Kiwi who is using WeatherFlow Air & Sky.
I have my Sky mounted alongside a traditional weather station (Fine Offset).
My plan is to check out how well the Sky works.
So far today, Sky measured 3.58 mm vs 4.8 mm of rain and the wind (a southerly) doesnât seem to compare at all well in either magnitude or direction.
I wonât be ditching my Fine Offset anytime soon.
Cheers
Hi spreadsheet fans,
Has anyone made progress with using Google Sheets to automatically store history over 2000 lines?
Has anyone used Google sheets to automatically analyse the history?
Has anyone used Google sheets to present graphs with several types of data within the same graph (eg barometer and wind speed and direction).
I might try some experimenting to do so and wondered if those who have tried can save me some time with what you discovered.
cheers Ian
I was waiting for you
The newly revised IFTTT applet that includes SKY data is published here: Log Tempest data to Google Sheets - IFTTT
If you are using the original appletâŚditch it and use the new one.
It is just my first rough experiment learning about google sheets to present multi data graphs straight onto the 2000 row sheets to see how well it works. It is not ideal, I am just experimenting the capabilities and issues that crop u.
I am using the 2000 row sheets because my first experiment with a large sheet with 30,000 rows gets bogged down.
I havnt worked with google sheets before so my main difficulty was when trying to create a graph it is really important to format the top label row as text, the date time as date time, and the numbers as a number, I chose number format 0.0 because it was simpler to do, and I had to do it every time after copying the values from the formulas to the graph sheet even though they were already formatted correctly. The graph was easily upset otherwise.
This method involved creating formulas onto a sheet which is then copied onto any of the automatically generated sheets.
Open the target sheet and rename the copied sheet by removing âcopy ofâ
Then the graph sheet is also copied onto the same âsheet/ which is now a workbookâ.
On that targeted workbook the values are copied from the formula sheet beginning at row 2 onto the graph sheet at row 1.
Then the formats of the numbers are again reformatted to numbers otherwise the graph is confused.
Then the graph looked like this again with the ânewâ graphed values.
Here are the formulas used as shown:
=DATEVALUE(MID(Sheet1!A1,FIND(â,â,Sheet1!A1)-2,2)&â-â&LEFT(Sheet1!A1,(FIND(" â,Sheet1!A1)-1))&â-â&MID(Sheet1!A1,FIND(â,â,Sheet1!A1)+2,4))+TIMEVALUE(MID(Sheet1!A1,FIND(â:â,Sheet1!A1)-2,5)&â "&RIGHT(Sheet1!A1,2))
=Formulas!B1&iferror(" â&right(Sheet1!B2,LEN(Sheet1!B2)-(FIND(â â,Sheet1!B2)-0)),â")
=LEFT(Sheet1!B1,(FIND(" ",Sheet1!B1)-1))
Summary: I dont like it yet and I dont think this is very useful yet. Its purpose was a possible starter for configurable specific multi value graphs.
cheers Ian
Hi @spacesnow or anyone else trying google sheets?
Tonights little project for me was to do away with my lengthy sheet formulas and create this javascript function which does what I wanted to extract all the values from the google sheets: (Using an image to prevent manipulation by the forum software)
I have plans for its future use to copy just the values to another sheet.
Is anyone else fiddling with google sheets?
cheers Ian
Hi, is it possible to just record to a google sheet hourly- not every minute as is currently the case?
I do not remember seeing an option in the Ifttt app to do that. But if you were able to write code to manipulate the google sheets it is possible to read the sheet every hour, summerise the values however you decide, copy your results to your summary sheet and delete the one minute values.
That would also prevent the 2000 row limit from being a problem.
There was one person in this forum who does a daily save and delete process.
I stopped using ifttt because it sometimes had an error that required manually resetting.
Cheers Ian