Frontend: Weather Card

Created on 5 May 2018  路  8Comments  路  Source: home-assistant/frontend

Home Assistant release with the issue: 0.69b0

Last working Home Assistant release (if known): 0.68.1

Browser and Operating System: Chrome, Safara - OSX

Description of problem:

I understand that the new weather card might work with all the existing provided weather platforms, but there are tons of other regional weather providers (and personal weather stations) that exist in the wild as custom_components.

screen shot 2018-05-05 at 22 54 18

screen shot 2018-05-05 at 23 01 02

I think the image speaks by itself, but here goes:

  • Temperature doesn't fit
  • My weather station has no wind speed (why does the card show wind speed ?)
  • My weather station has atmospheric pressure (why doesn't it show?)

Javascript errors shown in the web inspector (if applicable):


Additional information:

Most helpful comment

I'm cool 馃槑

I'm just making the case for prioritising what gets displayed.

All 8 comments

air pressure was voted down

Yet, Wind Speed is there and I don't have wind speed....

All personal weather stations come with atmospheric pressure, if you pay extra you get wind, and if you pay even extra you get rain-meters.

(for rain prediction purposes atmospheric pressure it the most important variable)

chill... we will remove wind speed for you <3

I'm cool 馃槑

I'm just making the case for prioritising what gets displayed.

some other issues:

  • translation for cardinal direction does not work
  • weather BR shows visibilty 42200 km (should be fixed in main repo)
  • not all stations have visibility attribute
  • hourly forecast gets squashed on small cards

not sure if I can do it tomorrow, else on tuesday

btw I see in your more info air pressure 101018 hPa, this also makes no sense. https://github.com/home-assistant/architecture/issues/24

why doesn't it make sense ? hPa is a standard unit to measure atmospheric pressure (as proposed in https://github.com/home-assistant/architecture/issues/24) and is what meteo services publish (https://en.wikipedia.org/wiki/Pascal_(unit)#Hectopascal_and_millibar_units)

Only thing wrong is that the value should be divided by 100.

Only thing wrong is that the value should be divided by 100.

Things like that could be solved with https://github.com/home-assistant/architecture/issues/10

Was this page helpful?
0 / 5 - 0 ratings