question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Internal" repeats type doesn't work

See original GitHub issue

Checklist

  • I have updated the card to the latest version available
  • I have cleared the cache of my browser
  • I have checked if the problem is already reported

The problem

“Internal” repeats type doesn’t work image

What version of a card has described problem?

2.0.1

What was the last working version card?

No response

What vacuum model do you have problems with?

roborock.vacuum.s5

What version of Home Assistant do you use?

core-2021.11.4

What type of installation are you running?

Home Assistant Supervised

Card’s configuration

- name: Rooms
  icon: mdi:floor-plan
  selection_type: ROOM
  max_selections: 8
  repeats_type: INTERNAL
  max_repeats: 3
  service_call_schema:
    service: script.vacuum_follow_path #create notification for debug
    service_data:
      path: "[[selection]]"
      entity_id: "[[entity_id]]"

Javascript errors shown in the browser’s console (if applicable)

No response

Additional information

No response

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:15 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
PiotrMachowskicommented, Nov 17, 2021

Actually it works, just not with selection_type: ROOM. I thought it will be useless, so I have skipped it. Anyway, I will add it in the next version 👍

1reaction
PiotrMachowskicommented, Nov 18, 2021

@Mr-Groch the issue was not about this situation. Rooms need special treatment to work with this card, this issue was about unifying current approach:

repeats_type: INTERNAL should append repeats to [[selection]], e.g. with selected rooms 10 and 15 + 2 repeats it now looks like this: [10, 15, 2]

to make make it work by default it should be like this: [10, 10, 15, 15]. I will add it as well, but this will require a new value for repeats_type

Read more comments on GitHub >

github_iconTop Results From Across the Web

The complex set of internal repeats in SpTransformer protein ...
Previous work by Buckley et al. (29) have hypothesized an evolutionary history for Type 1 repeats that began with a single, last common...
Read more >
The complex set of internal repeats in SpTransformer ... - NCBI
The element mosaicism is further complicated by the presence of six types of repeats (R) (Types 1 – 6), which are found in...
Read more >
Genes with internal repeats require the THO complex ... - PNAS
In this report, we show that THO function is required for the transcription of several resident yeast genes containing multiple internal tandem repeats....
Read more >
Tandem repeats lead to sequence assembly errors and ...
We first provide a description of the different types of repeats that occur on the DNA and protein level and an overview of...
Read more >
Transposons: The Jumping Genes - Nature
Today, scientists know that there are many different types of TEs, ... have inverted terminal inverted repeats (ITRs) and a single open reading...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found