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

System reaches start level 100 twice #4395

Open
dilyanpalauzov opened this issue Oct 1, 2024 · 0 comments
Open

System reaches start level 100 twice #4395

dilyanpalauzov opened this issue Oct 1, 2024 · 0 comments
Labels
bug An unexpected problem or unintended behavior of the Core

Comments

@dilyanpalauzov
Copy link
Contributor

I have this rule

rule "System started"
when
    System reached start level 100
then
  logDebug('l', 'System reached start level 100')
end

I stop OpenHAB 4.2.2, then start openhab. I expect, that OpenHAB will eventually print "System reached start level 100” once.

But usually it prints it twice with a delay of approximately 30 seconds.

@dilyanpalauzov dilyanpalauzov added the bug An unexpected problem or unintended behavior of the Core label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of the Core
Projects
None yet
Development

No branches or pull requests

1 participant