GithubHelp home page GithubHelp logo

Comments (15)

DavidFW1960 avatar DavidFW1960 commented on May 27, 2024

Yeah the card adds that to the front
image
same as it adds UV to the front of the UV entity.
If it bothers you, you can edit the js file
Line 251

          fireDanger: "Fire"

Change to:

          fireDanger: ""

Should fix it. But you need to delete the .gz file HACS creates if you do that. You might need to refresh a few times as well. Any update will overwrite it as well....

from bom-weather-card.

stevearmitage avatar stevearmitage commented on May 27, 2024

Perfect. Thanks David.
Is there somewhere to add enhancement requests?

  • I.d like to have wind_gust_speed - shown in brackets next to wind speed if it's set

e.g. NNE 7 km/h (Gust: 14km/h)

Cheers,
Steve

from bom-weather-card.

DavidFW1960 avatar DavidFW1960 commented on May 27, 2024

Like this?
image
You can try it by setting HACS to Master and updating to Master.
When it works for a few days I can push it as a regular update.
Please give me feedback here if it works or not....
Good suggestion.
NOTE: add to lovelace:

entity_wind_gust: sensor.bom_gosford_wind_gust_kmh

Substituting your entity id for gosford of course

from bom-weather-card.

stevearmitage avatar stevearmitage commented on May 27, 2024

Exactly! Thank you so much.
Screenshot 2020-05-07 at 13 12 59

Some more comments:

  1. when I use a knot wind speed, it reports as km/h. Is it possible to support this?
  2. For Perth, I often get a min temp of 'n/a' which displays as NaN in the screenshot. Not sure if it would be better to hide or leave as-is?
  3. In your screenshot, with 12-hour time, you don't need the leading zero.

from bom-weather-card.

DavidFW1960 avatar DavidFW1960 commented on May 27, 2024

No can't support knots - I'd suggest a template sensor to convert to km/h
n/a means you haven't followed the instructions and added template sensor. BOM zeros out min/max once that has passed for the day so I recommend template sensors to fix
I'll look at the leading zeros..

from bom-weather-card.

stevearmitage avatar stevearmitage commented on May 27, 2024

"BOM zeros out min/max once that has passed for the day so I recommend template sensors to fix"

It looks like in Perth, BOM put's n/a after the minimum temperature has passed
Screenshot 2020-05-07 at 15 15 39

As the Low temp is usually first thing in the morning, I've removed the low from the page as it wasn't adding value. I also realized id's used measured rain rather than forecasted rain for today in the card.
Screenshot 2020-05-07 at 15 19 05

Thanks again for this great card.

from bom-weather-card.

DavidFW1960 avatar DavidFW1960 commented on May 27, 2024

Yes the rain one shows rainfall since 9AM for the current day. You can just pass a different HA sensor through. My BOM station always reports zero forecast for the current day.

For the minimum and maximum temperature like I said - use the provided template sensor. You can use either the statistics sensor to tell you the min/max temperature for the last 24 hours and it will put that in so the sensor doesn't show n/a. I use a custom_component - average which gives me the minimum and maximum temp since midnight. You will find the max one you are showing will also show n/a after around 2PM in the afternoon.... so try the template sensors - example provided in the templte yaml file.

Please do let me know if you see any errors or problems with the gust...

from bom-weather-card.

DavidFW1960 avatar DavidFW1960 commented on May 27, 2024

Hey Steve.. just an update. 0.72 will allow you to use knots (new slot option and entities to be parsed to card required see install into in info.md or readme)
I also fixed the leading zeros.

from bom-weather-card.

stevearmitage avatar stevearmitage commented on May 27, 2024

I saw that in the latest update.
Thank you.
It'll be treated in the 100km/h winds were expecting this week

Hey Steve.. just an update. 0.72 will allow you to use knots (new slot option and entities to be parsed to card required see install into in info.md or readme)
I also fixed the leading zeros.

from bom-weather-card.

DavidFW1960 avatar DavidFW1960 commented on May 27, 2024

100 km/h???? Where the hell are you? Bass Strait?

from bom-weather-card.

stevearmitage avatar stevearmitage commented on May 27, 2024

I see another update came through.
Thanks for being very responsive and active with this component.

This wind is in Perth - just taken this screenshot!
Screenshot 2020-05-25 at 09 28 38

Issue
When i changed the wind speed to a knot parameter, It did not change the units displayed
Screenshot 2020-05-25 at 09 30 37

Screenshot 2020-05-25 at 09 29 50

Enhancement
I look at this on my mobile - when the 2 columns are made into 1, can you hide an 'empty' cell?
otherwise a gap is left.

I have a gap in left column, position 4 - to push the sunset time in alignment with sunrise
Screenshot 2020-05-25 at 09 36 01

Odd gap on mobile
Screenshot_20200525-093958_Home Assistant

from bom-weather-card.

DavidFW1960 avatar DavidFW1960 commented on May 27, 2024

Check that you added the options for knots. You need to parse 2 new entities to the card AND add a slot eg:

slot_l3: wind_kt
entity_wind_speed_kt: sensor.bom_gosford_wind_speed_kt
entity_wind_gust_kt: sensor.bom_gosford_wind_gust_kt

You can also set the slot to empty or remove. Remove should close up the gap.

from bom-weather-card.

DavidFW1960 avatar DavidFW1960 commented on May 27, 2024

ah I see...
Yeah no - you need to fill the LHS. The card doesn't know it's on a mobile.
Maybe remove the sun ones so one is on top of the other instead of adjacent? It's just that you are used to them being next to each other.... or maybe show today's low as well? (needs a template sensor so it won't go n/a)
Or you can show windspeed as kt and km/h on different lines to fill the slots?

Never knew Perth was that windy.

from bom-weather-card.

stevearmitage avatar stevearmitage commented on May 27, 2024

I win the Monday Numpty award - and Kts works beautifully now.
I also took your suggestion and added the kmh to fill the gap.

Thanks.

Check that you added the options for knots. You need to parse 2 new entities to the card AND add a slot eg:

slot_l3: wind_kt
entity_wind_speed_kt: sensor.bom_gosford_wind_speed_kt
entity_wind_gust_kt: sensor.bom_gosford_wind_gust_kt

You can also set the slot to empty or remove. Remove should close up the gap.

from bom-weather-card.

DavidFW1960 avatar DavidFW1960 commented on May 27, 2024

it's ok.... no one reads the docs/release notes lol

from bom-weather-card.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.