Skip to content

bug ticket: MQTT-based sync between devices isn't working anymore #84

@mlangguth

Description

@mlangguth

I just updated everything on HA to the current version (core, etc incl. simple timer card).
The new problem:
Starting a timer on device A won't show the timer on device B.
I use the same mqtt-sensor like bevor:

mqtt:
  - sensor:
      - name: Simple Timer Store
        unique_id: simple_timer_store
        state_topic: simple_timer_card/timers/state
        value_template: "{{ value_json.version | default(1) }}"
        json_attributes_topic: simple_timer_card/timers

And here is the card within the dashboard (where sync work in the versions bevor):

type: custom:simple-timer-card
language: de
default_timer_entity: sensor.simple_timer_store
timer_presets:
  - 5
  - 8
  - 12
minute_buttons:
  - 1
  - 5
  - 10
default_new_timer_duration_mins: "5"
default_timer_icon: mdi:timer-sand
timer_name_presets:
  - Tee
  - Brötchen

Any ideas?

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