Skip to content

Network bandwidth graph help #418

Answered by myfp31
H22Designs asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

Have done something like that if you are interrested :

and the sample yaml with 4 entities (bandwidth usage and speed in both ways ) is :

type: custom:plotly-graph
autorange_after_scroll: false
entities:
  - entity: sensor.currently_used_download_bandwidth
    name: Current download bandwidth
    yaxis: y1
    line:
      color: rgb(0, 0, 200)
      width: 1
    fill: tozeroy
  - entity: sensor.maximum_download_bandwidth
    name: Maximum download bandwidth
    yaxis: y1
    line:
      color: rgb(0, 0, 200)
      width: 1
      dash: dot
  - entity: sensor.currently_used_upload_bandwidth
    name: Current upload bandwidth
    yaxis: y2
    line:
      color: rgb(205, 0, 0)
      w…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by H22Designs
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