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

[Feature Request] Min/max weather forecast temperatures in screensaver #791

Closed
soyxan opened this issue Mar 2, 2023 · 5 comments
Closed

Comments

@soyxan
Copy link

soyxan commented Mar 2, 2023

FEATURE DESCRIPTION

At this moment the weather forecast in the screensaver shows only the maximum temperature. It would be nice to have the option to show min/max temperatures.

ADDITIONAL CONTEXT

This is already implemented in ioBorker as per the following post:
#739 (comment)

PANEL / FIRMWARE VERION

EU

@joBr99
Copy link
Owner

joBr99 commented Mar 2, 2023

This should be actually already possible by configuring an homeassistent template with 'value' on the entities.

@jrspowers
Copy link

@joBr99 what should the template look like. ? wall wouldn't know how?

@joBr99
Copy link
Owner

joBr99 commented Mar 3, 2023

something like this should work:

    screensaver:
      doubleTapToUnlock: True
      entities:
        - entity: weather.k3ll3r
        - entity: weather.k3ll3r
          type: 0
          value: "{{state_attr('weather.k3ll3r', 'forecast')[0].templow}} {{state_attr('weather.k3ll3r', 'forecast')[0].temperature}}"
        - entity: weather.k3ll3r
          type: 1
          value: "{{state_attr('weather.k3ll3r', 'forecast')[1].templow}} {{state_attr('weather.k3ll3r', 'forecast')[1].temperature}}"

@jrspowers
Copy link

thank you @joBr99 this work perfect nice new addition @soyxan you can add it to your nspanel image

@soyxan soyxan closed this as completed Mar 4, 2023
@soyxan
Copy link
Author

soyxan commented Mar 4, 2023

Yes that will do it. Thanks guys!

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

No branches or pull requests

3 participants