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

Devices are marked as duplicate #50

Open
BenAhrdt opened this issue Feb 14, 2022 · 3 comments
Open

Devices are marked as duplicate #50

BenAhrdt opened this issue Feb 14, 2022 · 3 comments
Labels
bug Something isn't working fixed

Comments

@BenAhrdt
Copy link

DE:
Geräte werden als duplikat markiert, wenn man diese in mehreren Profilen nutzt.
Dies ist bei der verwendung eines States in dem Profil "Wochentags" und im Profil "Wochenends" natürlich nicht sinnvoll, da die Zeiten (Und Tage) komplett andere sind.

EN:
Devices are marked as duplicates if they are used in multiple profiles.
Of course, this does not make sense when using a state in the "Weekdays" profile and in the "Weekends" profile, since the times (and days) are completely different.

@stale
Copy link

stale bot commented Jun 12, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions.
Dieses Problem wurde automatisch als veraltet markiert, da es in letzter Zeit keine Aktivitäten gab. Es wird geschlossen, wenn nicht innerhalb der nächsten 7 Tage weitere Aktivitäten stattfinden. Bitte überprüft, ob das Problem auch in der aktuellsten Version des Adapters noch relevant ist, und teilt uns dies mit. Überprüft auch, ob alle relevanten Details, Logs und Reproduktionsschritte enthalten sind bzw. aktualisiert diese. Vielen Dank für Eure Unterstützung.

@stale stale bot added the wontfix This will not be worked on label Jun 12, 2022
@o0shojo0o
Copy link

I am not sure if this check makes sense, because I want to switch a state on different weekdays with the same priority.
Or do I understand something wrong?

ioBroker.scheduler/main.js

Lines 111 to 113 in d63402b

} else if (active[id] && active[id].priority === profile.data.prio) {
adapter.log.error(`"${id}" is in two or more profiles: "${profile.title}" and "${active[id].title}"(<-used for control)`);
}

@stale stale bot removed the wontfix This will not be worked on label Jul 12, 2022
@stale
Copy link

stale bot commented May 9, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions.
Dieses Problem wurde automatisch als veraltet markiert, da es in letzter Zeit keine Aktivitäten gab. Es wird geschlossen, wenn nicht innerhalb der nächsten 7 Tage weitere Aktivitäten stattfinden. Bitte überprüft, ob das Problem auch in der aktuellsten Version des Adapters noch relevant ist, und teilt uns dies mit. Überprüft auch, ob alle relevanten Details, Logs und Reproduktionsschritte enthalten sind bzw. aktualisiert diese. Vielen Dank für Eure Unterstützung.

@stale stale bot added the wontfix This will not be worked on label May 9, 2023
@Feuer-sturm Feuer-sturm added bug Something isn't working and removed wontfix This will not be worked on labels Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed
Projects
None yet
Development

No branches or pull requests

4 participants