Skip to content
New issue

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

How to work with "templow" #353

Open
8 tasks done
JakobTewes opened this issue Dec 8, 2024 · 1 comment
Open
8 tasks done

How to work with "templow" #353

JakobTewes opened this issue Dec 8, 2024 · 1 comment

Comments

@JakobTewes
Copy link

Describe the issue

Heyhey,

just created the hourly and daily weather entities following this:
https://community.home-assistant.io/t/new-weather-forecast-template/622642/17

Now I´ve got "sensor.pirate_weather_hourly" and "sensor.pirate_weather_daily".
The "sensor.pirate_weather_daily" now includes the attribute "templow", i require for automating my heating season.

Unfortunately my skills are low in extracting data from the records as the top attribute is the date:

- datetime: '2024-12-07T23:00:00+00:00'
condition: rainy
precipitation_probability: 66
cloud_coverage: 100
wind_bearing: 159
temperature: 4.5
templow: 1.1
wind_gust_speed: 18.22
wind_speed: 7.96
precipitation: 1.33
humidity: 89

Can someone help me out maybe with a working automation trigger for "overnight temp next night below 12°"?

Sorry for being a noob ;-)

Thanks and regards

Jakob

Home Assistant version

No response

Integration version

No response

Troubleshooting steps

  • I have updated my Home Assistant installation to the latest version.
  • I have updated the Pirate Weather Integration to the latest version.
  • I have gone through the documentation before opening this issue.
  • I have searched this repository and API Repository to see if the issue has already been reported.
  • I have restarted my Home Assistant installation.
  • I have queried the API in my browser to confirm the issue is not with the API.
  • I have not included my API key anywhere in my issue.
  • I have written an informative title.
@alexander0042
Copy link
Collaborator

Hi, thanks for using this integration, and sorry for my slow reply here!
Have you tried creating a sensor using the HACS Integration's UI flow? It should be able to create a sensor directly using that, as opposed to needing a template. From there, you can use that sensor directly in automatons. Happy to help troubleshoot this approach as well, but the sensor integration is probably a cleaner route

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

3 participants