GithubHelp home page GithubHelp logo

Comments (3)

olivierouellet avatar olivierouellet commented on May 30, 2024 2

There was some breaking changes in the last version for the configs.
Seems like your configs need some adjustment. Use this form :

wind_direction_entity:
  entity: sensor.wind_direction
windspeed_entities:
  - entity: sensor.wind_speed

So mattfox27 needs to add two spaces and bram2202 needs to remove the dash and use only 2 spaces.
I think the difference in the yaml comes from the fact you can have two windspeed_entities but only one wind_direction_entity .

You'll also need to change the input_speed_unit, the wind_direction_unit and the direction_compensation.
And you should remove direction_speed_time_diff which is not used anymore.

Here's one config that works :

type: custom:windrose-card
title: Wind Rose
hours_to_show: 6
max_width: 400
refresh_interval: 300
windspeed_bar_location: bottom
windspeed_bar_full: true
wind_direction_entity:
  entity: sensor.wind_direction
  direction_unit: letters
  use_statistics: false
  direction_compensation: 0
windspeed_entities:
  - entity: sensor.wind_speed
    name: Wind 6h
    speed_unit: auto
    use_statistics: false
output_speed_unit: kph
speed_range_beaufort: false
windrose_draw_north_offset: -15
cardinal_direction_letters: NESW
matching_strategy: direction-first
center_calm_percentage: false
speed_range_step: 5
speed_range_max: 40

from lovelace-windrose-card.

bram2202 avatar bram2202 commented on May 30, 2024

Same here.

type: custom:windrose-card
title: Wind direction
wind_direction_entity:
  - entity: sensor.pws_wind_direction
windspeed_entities:
  - entity: sensor.pws_wind_speed

Error:

WindRoseCard: No wind_direction_entity.entity configured

from lovelace-windrose-card.

bram2202 avatar bram2202 commented on May 30, 2024

Ah, may bad. sorry.
i removed the - and its working fine again, thanks!

from lovelace-windrose-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.