Skip to content

Wind speed graph with markers using wind direction dataset #423

Answered by Ralpie79
Ralpie79 asked this question in Q&A
Discussion options

You must be logged in to vote

It took me a while to find something to reference, but It seems to be working alright now. Thanks for the pointer.

I assume the resample is right on both entities to reduce the number of markers displayed?

type: custom:plotly-graph
entities:
  - entity: sensor.omwinddirection
    yaxis: y2
    visible: true
    line:
      shape: spline
    filters:
      - resample: 100m
      - store_var: winddir
  - entity: sensor.omwindspeed
    name: Wind Speed & Direction
    mode: markers
    showlegend: true
    yaxis: y1
    show_value: true
    filters:
      - resample: 100m
    line:
      shape: spline
    marker:
      symbol: arrow
      size: 10
      angle: $ex vars.winddir.ys
hours_to_sh…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@dbuezas
Comment options

@Ralpie79
Comment options

Answer selected by Ralpie79
@dbuezas
Comment options

@Ralpie79
Comment options

@dbuezas
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants