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

iOS not graphing/showing entities made with 'data_generator'? #596

Closed
4 tasks done
hapklaar opened this issue Aug 23, 2023 · 5 comments
Closed
4 tasks done

iOS not graphing/showing entities made with 'data_generator'? #596

hapklaar opened this issue Aug 23, 2023 · 5 comments
Labels
bug Something isn't working Stale

Comments

@hapklaar
Copy link

Checklist

  • I updated the card to the latest version available
  • I cleared the cache of my browser
  • I verified that I'm really running the lastest version in my browser console
  • I checked if there is another issue opened with the same problem

Describe the bug
Created a graph showing electricity prices. Graph shows fine on Windows (Edge) and Android (HA app), but not on iOS in the HA app

Version of the card
Version: 2.0.4

To Reproduce
This is the configuration I used:

type: custom:apexcharts-card
graph_span: 24h
span:
  start: day
now:
  show: true
  label: Now
header:
  show: true
  title: Electriciteitsprijzen Vandaag (€/kwh)
yaxis:
  - decimals: 2
series:
  - entity: sensor.average_electricity_price_today
    name: Current all-in energy price
    stroke_width: 2
    float_precision: 3
    type: column
    opacity: 10
    color: green
    data_generator: |
      return entity.attributes.prices.map((entry) => { 
      return [new Date(entry.time), entry.price];
      });

Screenshots
Expected, shown correctly on Edge and Android HA app:
image

Issue on iPad:
20230823_154525

Desktop (please complete the following information):

  • Browser Edge
  • Version 115.0.1901.203

Smartphone (please complete the following information):

  • Device: iPad
  • OS: iOS 15.7.7
  • Browser Home Assistant app
  • Version 2023.4

Additional context
It seems like any entity created with 'data_generator' is not being graphed on my iPad.
Already removed and reinstalled the app, also rebooted, to no avail. Issue remains.

@hapklaar hapklaar added the bug Something isn't working label Aug 23, 2023
@arpiecodes
Copy link

I have the exact same issue on my iPad.

Copy link

github-actions bot commented Dec 4, 2023

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Dec 4, 2023
@hapklaar
Copy link
Author

hapklaar commented Dec 4, 2023

Is this issue under investigation? (removing stale label)

Copy link

github-actions bot commented Feb 4, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Feb 4, 2024
Copy link

This issue was closed because it has been stalled for 10 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stale
Projects
None yet
Development

No branches or pull requests

2 participants