Yes, I think the other integrations are great. And I agree with getting data for free is better, but only if you live near a weather station that provides all the data.
But outside the capital cities, the BoM data from FTP is basically useless as you can only choose one weather station.
Hi again Riccardo, the weather component works fine, but is it possible to retrieve the individual forecast values? The reason is that I currently use a DarkSky custom weather card with the BoM values. I do not want to use the standard weather card if possible. I realise that it may mean extending the sensor component to return forecast values as well. Have you thought of this before?
Either of these give me an error with the config check of
Invalid config for [sensor.willyweather]: [forecast_days] is an invalid option for [sensor.willyweather]. Check: sensor.willyweather->forecast_days. (See ?, line ?).
Is there any chance you could add the tides data that willyweather provides? I can sse that you pull from the api using …weather.json?forecasts=weather,rainfall&days={}’ if I insert ‘tides,’ after weather I can see that willy delivers tide data but I have no idea how to take that through to delivering a useful sensor.
thx
That actually might suit well as willy only delivers tides for a subset of its weather locations so I can get the tides for place x from your suggestion and still look at the weather for location y. I’m onto it.
thx
Note that the Willy Weather service at a basic subscription level only supports a single location.
If you want more than one location, then adjust your WW settings in their system. Then try adding more than one location_id in your config in HA and let us know how you go.
I have not tried more than one location, so I have not built the component to support more than one location, but it may work.
Love the component so far. What I’m having problems with at the moment (and I’ve only started with HA) is that I can’t get the Willyweather data showing on a Darksky card. In fact, I’m not sure I’ve even got that configured correctly.
Obviously, I don’t have an API Key and from what I read, it isn’t possible to subscribe any longer. But I thought your component would just make use of the Dark Sky component and I wouldn’t need to connect.