DarkSky Hourly Forecast

Is it possible to access DarkSky’s hourly weather forecast through the standard Weather binding?
I’m thinking something along the lines where the following text would give the forecast for 3 hours from now:
{weather="locationId=home, forecast=0.3, type=condition}

Hi
There is a solution for home assistant, maybe you can get some inspiration from there to a solution.
I didn’t try it myself.

Hi All, I would be interested in this as well. has there been any progress?

Hi, you can’t access the hourly forecast with the weather binding but you can do so with the http binding to retrieve the forecast json and then use the JSONPATH transform to retrieve particular values.

For those interested, this what i developed: