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

[addBirthday] birthday with name "..." has already been added (01.01.2024) - skipping #183

Open
1 of 2 tasks
hansdueck opened this issue Dec 28, 2023 · 2 comments
Open
1 of 2 tasks
Labels
bug Something isn't working

Comments

@hansdueck
Copy link

hansdueck commented Dec 28, 2023

The problem

Ich bekomme bei Ausführung des Adapters die folgende Warnmeldung:
"[addBirthday] birthday with name "..." has already been added (01.01.2024) - skipping"

Dies ist auch plausibel, weil ich tatsächlich zwei Personen mit dem gleichen Namen in meinem Kalender habe.

Wäre es möglich in einem solchen Fall dem Channel-Namen ein Inkrement zu geben (z.B. vornameName_2)?
Damit wäre der Channel-Name eindeutig. Im Channel gibt es ja noch den state "name" hier kann dann wieder den Name ohne Inkrement stehen.

Version of nodejs

18.17.1

Version of ioBroker js-controller

5.0.17

Version of Adapter

2.4.1

Operating system running ioBroker

Linux Debian 11

Checklist of files to include below

  • iobroker.current.log (Please share the logs in debug mode)
  • Contents of the JavaScript browser console (always include in cases of issues with the user interface)

Additional information & file uploads

No response

@hansdueck hansdueck added the bug Something isn't working label Dec 28, 2023
Copy link

Thanks for reporting a new issue @hansdueck!

  1. Please make sure your topic is not covered in the documentation
  2. Ensure that you use the latest beta version (not the current stable version): 2.4.1
  3. Please attach all necessary log files (in debug mode!), screenshots and other information to reproduce this issue
  4. Search for the issue topic in other/closed issues to avoid duplicates!

Otherwise this issue will be closed.

@hansdueck hansdueck changed the title birthday with name "..." has already been added (01.01.2024) - skipping [addBirthday] birthday with name "..." has already been added (01.01.2024) - skipping Dec 28, 2023
@klein0r
Copy link
Owner

klein0r commented Dec 30, 2023

Das ist leider nicht so einfach, da momentan alle Quellen parallel abgearbeitet werden. Das heißt, mal "gewinnt" z.B. der iCal Kalender und mal die manuellen Termine in den Settings. Also würden ständig Kanäle umbenannt. Muss ich mir mal eine Lösung überlegen, welche nicht direkt zum breaking change wird.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants