Well, I’m halfway there so far using either the IFTTT webhook or the pull method.
I have the apiKey and apiApplication IDs for my weather station. When I browse to that URL my browser displays all the info I’m looking for ([{“tempinf”:74.5,“uv”:8}]). So that’s great.
If I use IFTTT then I can run a IFTTT rule that runs every 15 minutes that triggers the SharpTool rule. But I havent figured out how to pass the data I’m getting from my weather station to SharpTools.
I tried using SharpTools without IFTTT, but again havent been able to figure out how to capture any of the data from my weather station.
Here’s the full output of https://rt.ambientweather.net/v1/devices/?apiKey=XXXXXXX&applicationKey=YYYYYYYY if that helps:
[{"macAddress":"XX:XX:XX:XX:XX","lastData":{"dateutc":1676579820000,"tempinf":75.2,"humidityin":59,"baromrelin":29.926,"baromabsin":29.926,"tempf":83.1,"humidity":55,"winddir":140,"winddir_avg10m":136,"windspeedmph":0,"windspdmph_avg10m":1.8,"windgustmph":3.8,"maxdailygust":13,"hourlyrainin":0,"eventrainin":0,"dailyrainin":0,"weeklyrainin":0.047,"monthlyrainin":1.409,"yearlyrainin":55.571,"lightning_day":0,"lightning_time":1675995602000,"lightning_distance":3.11,"batt_lightning":0,"solarradiation":167.8,"uv":1,"soilhum1":28,"soilhum2":41,"temp1f":76.8,"temp2f":76.3,"feelsLike":84.99,"dewPoint":65.23,"feelsLikein":75.2,"dewPointin":59.9,"lastRain":"2023-02-12T09:04:00.000Z","lightning_hour":0,"tz":"America/New_York","date":"2023-02-16T20:37:00.000Z"},"info":{"name":"myStation","coords":{"coords":{"lon":-81,"lat":28},"address":"my Home","location":"my City","elevation":40,"geo":{"type":"Point","coordinates":[-81,28]}}}}]