Skip to content

Secondary axis series not showing correctly on tablet #1310

@Pimentoso

Description

@Pimentoso

Hello,

I have this card I'm displaying on a wall mounted huawei tablet, running the android app, and the 2 sensors sensor.termosifoni_accesi and sensor.night_time (full yaml below) on the secondary axis look like this

Image

While, on the computer, the card displays like this

Image

Sometimes hard restarting the home assistant app helps, but then after some hours/days it goes back to this.

Yaml:

type: custom:mini-graph-card
line_width: 3
entities:
  - entity: sensor.power_1
    name: Energia
    y_axis: primary
  - entity: sensor.termosifoni_accesi
    color: crimson
    show_line: false
    show_points: false
    show_legend: false
    y_axis: secondary
  - entity: sensor.night_time
    name: Notte
    color: gray
    show_line: false
    show_points: false
    show_legend: false
    y_axis: secondary
name: Energia/Caldaia
points_per_hour: 6
aggregate_func: max
show:
  fill: fade

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions