Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate charts, one with data and one with average #94

Closed
barcik75 opened this issue Oct 2, 2021 · 2 comments
Closed

Separate charts, one with data and one with average #94

barcik75 opened this issue Oct 2, 2021 · 2 comments
Labels
bug Something isn't working. waiting for feedback Further information is requested.

Comments

@barcik75
Copy link

barcik75 commented Oct 2, 2021

Environment

  • Home Assistant Core release with the issue: 2021.9.7
  • This custom component release with the issue: 2.2.0
  • Last working this custom component release (if known): I don't know
  • Operating environment (Home Assistant/Supervisor/Docker/venv): Home Assistant OS 6.4

Describe the bug

I creating Avarage sensor how it is decribed in documentaion, but Avarage is on additional entity, not together with main sensor.
And also when it isn't set [Duration] I have identical values of main sensor. Look on link https://ibb.co/1bG7VyY

Configuration.yaml

Add your configs here if any.
#Avarage
  - platform: average
    name: 'Average Flights Tracked'
    duration:
      days: 1
    entities:
      - sensor.fr24_feeder_aircraft_tracked
  - platform: average
    name: 'Average Flights Uploaded'
    entities:
      - sensor.fr24_feeder_aircraft_uploaded
  - platform: average
    name: 'Average CPU Temperature'
    entities:
      - sensor.cpu_temperature

Steps to Reproduce

Expected behavior

All data on one chart

Debug log


Add your logs here.

Additional context

@barcik75 barcik75 added the bug Something isn't working. label Oct 2, 2021
@lmagyar
Copy link
Contributor

lmagyar commented Nov 24, 2021

This issue describes 2 bugs, and if I understand correctly, the first is caused by #98.

@Limych
Copy link
Owner

Limych commented May 22, 2022

Most likely the reason was in bug #98. It's already fixed. Is there now a problem with charts?

@Limych Limych added the waiting for feedback Further information is requested. label May 22, 2022
@Limych Limych closed this as completed Jun 19, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working. waiting for feedback Further information is requested.
Projects
None yet
Development

No branches or pull requests

3 participants