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

Alarm clock setting time troubles #34

Open
jerzytraczynski opened this issue Nov 12, 2020 · 1 comment
Open

Alarm clock setting time troubles #34

jerzytraczynski opened this issue Nov 12, 2020 · 1 comment

Comments

@jerzytraczynski
Copy link

jerzytraczynski commented Nov 12, 2020

Hi,
I have trouble setting time of the alarm clock. When I set it up from the scene programmed earlier in Eve app, the time sent and logged in Homebridge usually doesn't change. Here are some logs:

[12/11/2020, 08:14:53] [AutomationSwitches] Change target hour of Pobudka to 7
[12/11/2020, 08:14:53] [AutomationSwitches] Change target minute of Pobudka to 15
[12/11/2020, 08:14:53] [AutomationSwitches] Change enabled state of Pobudka to true
[12/11/2020, 08:14:53] [AutomationSwitches] Raising next alarm at 13/11/2020, 07:00:00
[12/11/2020, 08:14:55] [Broadlink RM] Projektor getSwitchState: false
[12/11/2020, 08:15:00] [Broadlink RM] Projektor getSwitchState: false
[12/11/2020, 08:15:04] [AutomationSwitches] Change enabled state of Pobudka to true
[12/11/2020, 08:15:04] [AutomationSwitches] Raising next alarm at 13/11/2020, 07:00:00
[12/11/2020, 08:15:04] [AutomationSwitches] Change target hour of Pobudka to 7
[12/11/2020, 08:15:04] [AutomationSwitches] Change target minute of Pobudka to 0
[12/11/2020, 08:15:04] [AutomationSwitches] Raising next alarm at 13/11/2020, 07:00:00
[12/11/2020, 08:15:04] [AutomationSwitches] Raising next alarm at 13/11/2020, 07:00:00
[12/11/2020, 08:15:04] [AutomationSwitches] Change enabled state of Pobudka to true
[12/11/2020, 08:15:04] [AutomationSwitches] Raising next alarm at 13/11/2020, 07:00:00
[12/11/2020, 08:15:05] [Broadlink RM] Projektor getSwitchState: false
[12/11/2020, 08:15:07] [AutomationSwitches] Change enabled state of Pobudka to false
[12/11/2020, 08:15:07] [AutomationSwitches] Change target hour of Pobudka to 7
[12/11/2020, 08:15:07] [AutomationSwitches] Change target minute of Pobudka to 15
[12/11/2020, 08:15:07] [AutomationSwitches] Change enabled state of Pobudka to true
[12/11/2020, 08:15:07] [AutomationSwitches] Raising next alarm at 13/11/2020, 07:00:00
[12/11/2020, 08:15:10] [Broadlink RM] Projektor getSwitchState: false
[12/11/2020, 08:15:15] [Broadlink RM] Projektor getSwitchState: false
[12/11/2020, 08:15:19] [AutomationSwitches] Change target hour of Pobudka to 7
[12/11/2020, 08:15:19] [AutomationSwitches] Change target minute of Pobudka to 45
[12/11/2020, 08:15:19] [AutomationSwitches] Raising next alarm at 13/11/2020, 07:45:00
[12/11/2020, 08:15:19] [AutomationSwitches] Raising next alarm at 13/11/2020, 07:00:00
[12/11/2020, 08:15:20] [Broadlink RM] Projektor getSwitchState: false
[12/11/2020, 08:15:25] [Broadlink RM] Projektor getSwitchState: false
[12/11/2020, 08:15:26] [AutomationSwitches] Change enabled state of Pobudka to false
[12/11/2020, 08:15:30] [Broadlink RM] Projektor getSwitchState: false
[12/11/2020, 08:15:34] [AutomationSwitches] Change enabled state of Pobudka to true
[12/11/2020, 08:15:34] [AutomationSwitches] Raising next alarm at 13/11/2020, 07:00:00
[12/11/2020, 08:15:35] [Broadlink RM] Projektor getSwitchState: false
[12/11/2020, 08:15:40] [Broadlink RM] Projektor getSwitchState: false
[12/11/2020, 08:15:45] [Broadlink RM] Projektor getSwitchState: false

I'm changing the time of turned off alarm, then I turn it on and it says "raising next alarm at" while the time is different from what I set. Can anyone help?

@mrei-kiel
Copy link

Having the same issue, there seems to be a race condition when the changes are send over in short succession as it is the case when set in the same scene.
I found a workaround by having multiple scenes triggered with a delay between them, separating the setting of state, hour and minute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants