question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

BOM Weather Card - entity_pop

See original GitHub issue

Thanks for you great work.

I started with a fresh HASSIO install and restored just the configuration from a Snapshot. The rest I installed via the Store and HACS.

The BOM Weather Card didn’t show anything. I isolated the problem to the entity_pop line. Without this line the weather is displayed.

Lines 935 and 936 of the bom_weather_card.js seems to where there is a problem. On another HA machine I don’t have the second line and the weather card is working fine.

  if (this.config.entity_pop && !this.config.alt_pop) try { root.getElementById("pop-text").textContent = `${Math.round(this._hass.states[this.config.entity_pop].state)}` } catch(e) {}
  if (this.config.entity_pop && !this.config.alt_pop) try { root.getElementById("pop-text-today").textContent = `${this._hass.states[this.config.entity_possible_today].state}` } catch(e) {}

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
DavidFW1960commented, Dec 17, 2020

wind and gust speeds (you have to have _kilometre or _knots at the end) It’s also now called …_temp_feels_like (not temperature_feels_like)

Thanks for that correction. I edited the doc. The lovelace.yaml file was right… just the doc still had old sensor name. Yes you need to manually install the icons.

Would be really good to build some kind of simple “generator” to automatically create the yaml once provided with the generic sensor / forecast names.

It would be… I might look at a bash script to create that.

1reaction
kineticscreencommented, Dec 17, 2020

OK found the problem - the ‘standard setup’ listed on the repository hasn’t been updated with the new sensor names: wind and gust speeds (you have to have _kilometre or _knots at the end) It’s also now called …_temp_feels_like (not temperature_feels_like) Would be really good to build some kind of simple “generator” to automatically create the yaml once provided with the generic sensor / forecast names.

Read more comments on GitHub >

github_iconTop Results From Across the Web

DavidFW1960/bom-weather-card: Custom Animated ... - GitHub
Custom Animated Weather Card for any weather provider. IMPORTANT CHANGES. I have renamed this card to remove the emphasis on BOM. This is...
Read more >
Customising the BOM Weather and lovelace - now in HACS
I'll look at fixing it shortly. I am just working on trying to get the card into default hacs right now.
Read more >
bom-weather-card
bom -weather-card ... There is no image for the card. Here are the instructions how to add an image. Edit card info at...
Read more >
Adding weather forecast with BOM - Lovelace : r/homeassistant
Hi all, I'm having a bit of trouble adding a weather forecast card populated with information from Australia's BOM.
Read more >
Untitled
Colore lacca cinese, Linked in commenti, Roman bistro gift card, Mother nature quotes weather, 1 tax exemption, Mitragliatrice fiat villar perosa, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found