We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Siku2,
thanks for this integration! I am not sure if this is a problem of your integration, but I am sure you can tell me if is not.
I want to receive the forecast temperature for today. But i receive the temperature for the days starting tomorrow.
service: weather.get_forecasts target: entity_id: - weather.srf_weather data: type: daily response_variable: weather_forecast
weather.srf_weather: forecast: - condition: partlycloudy datetime: "2024-04-14T00:00:00+02:00" precipitation_probability: 2 cloud_coverage: null wind_bearing: 260 uv_index: 5 is_daytime: null symbol_code: 10 symbol24_code: 1 sunrise: "2024-04-14T06:41:00+02:00" sunset: "2024-04-14T20:16:00+02:00" sunshine_hours: 10 temperature: 25 templow: 11 wind_gust_speed: 30 wind_speed: 6 precipitation: 0
I tried other weater integrations (e.g. open meteo) which gives me the temperature forecast for today. But I would rather using your integration.
Thanks for your help!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Siku2,
thanks for this integration!
I am not sure if this is a problem of your integration, but I am sure you can tell me if is not.
I want to receive the forecast temperature for today.
But i receive the temperature for the days starting tomorrow.
service call on 13.04.2024:
service: weather.get_forecasts
target:
entity_id:
- weather.srf_weather
data:
type: daily
response_variable: weather_forecast
response (starting from 14.03.2024):
weather.srf_weather:
forecast:
- condition: partlycloudy
datetime: "2024-04-14T00:00:00+02:00"
precipitation_probability: 2
cloud_coverage: null
wind_bearing: 260
uv_index: 5
is_daytime: null
symbol_code: 10
symbol24_code: 1
sunrise: "2024-04-14T06:41:00+02:00"
sunset: "2024-04-14T20:16:00+02:00"
sunshine_hours: 10
temperature: 25
templow: 11
wind_gust_speed: 30
wind_speed: 6
precipitation: 0
I tried other weater integrations (e.g. open meteo) which gives me the temperature forecast for today. But I would rather using your integration.
Thanks for your help!
The text was updated successfully, but these errors were encountered: