Blackymas / NSPanel_HA_Blueprint

This allows you to configure your complete NSPanel via Blueprint with UI and without changing anything in the code
1.33k stars 247 forks source link

Feature request: support for hourly weather forecast #399

Closed kchiem closed 1 year ago

kchiem commented 1 year ago

Can the weather forecast support showing an hourly forecast? I find knowing the weather for the day to be more useful at the start of the day, than a forecast for future days. Weatherflow has an hourly forecast entity that looks like this:

ScreenClip

ScreenClip

Blackymas commented 1 year ago

This is going to be hard, where exactly is this amount of information going to fit.

What you can do is use the entity page for this and store the sensors there.

kchiem commented 1 year ago

I think there's room on a page for 8-12 lines of:

[weather-icon] [hour] [temperature] [wind speed] [rain total if non-zero]

kchiem commented 1 year ago

What you can do is use the entity page for this and store the sensors there.

What do you mean by the entity page? Do you mean one of the four available with 8 buttons each? The only sensors those buttons accept are binary sensors.

Blackymas commented 1 year ago

I mean entity card page

See here: https://github.com/Blackymas/NSPanel_HA_Blueprint/releases/tag/v.3.1.0

kchiem commented 1 year ago

It doesn't seem to be working very well there..

IMG_0249

Blackymas commented 1 year ago

mh - with the length of the text it will be difficult anyway

because already 8 fields in the size as you use it now is the display full. You simply do not have more space

Blackymas commented 1 year ago

at the moment i don't see a solution for this.

But you can create a poll under discussions. If more people have this wish, I'll see what is possible.

edwardtfn commented 6 months ago