kalkih / mini-graph-card

Minimalistic graph card for Home Assistant Lovelace UI
MIT License
3.04k stars 236 forks source link

[Feature Request] line fill based on another variable #473

Open embcla opened 4 years ago

embcla commented 4 years ago

Hi

I'd like to obtain the result of Tado Thermostat own app, as seen in this picture

tado01

What I'm asking is for a way to fill a line based on another value (in this case it would be the thermostat valve opening ratio)

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this is still an active issue, please let us know!

ildar170975 commented 2 years ago

Regarding a horizontal bar displayed on the picture - see here: https://github.com/kalkih/mini-graph-card/issues/574

Regarding a filling the graph dependingly on some other sensor - could be a useful feature. Kind of:

fill_thresholds:
  entity: sensor.some_sensor
  mode: numeric
  thresholds:
    - state: 0
      color: red
    - state: 10
      color: orange
    - state: 20
      color: yellow  

or

fill_thresholds:
  entity: sensor.some_sensor
  mode: fixed
  thresholds:
    - state: on
      color: red
    - state: off
      color: blue
    - state: unavailable
      color: grey  
    - state: unknown
      color: grey  
stale[bot] commented 2 years ago

Still an active issue, got it! Removing stale label.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this is still an active issue, please let us know!

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this is still an active issue, please let us know!

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this is still an active issue, please let us know!

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this is still an active issue, please let us know!

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this is still an active issue, please let us know!