You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there :)!
I'm currently tinkering with the Timers of Voice PE and my goal would be to control them directly from HomeAssistant. Therefore I created the following service:
Everything seems to work, but the Assist seems to be not in sync with the data.
Things I checked:
Everything gets called, timers get removed from the timers_ map
LEDs stop and no alarm occur, the Assistant will insist on the timer existing until the timer normally would've ended
I forked the repository with additional logging messages to make sure I'm not insane
[18:40:16][D][voice_assistant:860]: Before cancellation - Number of timers: 1
[18:40:16][D][voice_assistant:861]: Attempting to cancel timer with ID: '01JG9R22J15SQQQ2A8GFRFC00M'
[18:40:16][D][voice_assistant:865]: Existing timer ID: '01JG9R22J15SQQQ2A8GFRFC00M'
[18:40:16][D][light:036]: 'voice_assistant_leds' Setting:
[18:40:16][D][light:047]: State: OFF
[18:40:16][D][light:109]: Effect: 'None'
[18:40:16][D][voice_assistant:871]: After cancellation - Number of timers: 0
[18:40:16][D][voice_assistant:882]: Are the timer ticks running?: 0
[18:40:16][W][main:069]: Timer Active 0
...
[18:40:28][D][voice_assistant:669]: Speech recognised as: "Läuft ein Timer?"# (Is a timer running?)
[18:40:34][D][voice_assistant:697]: Response: "Ja, ein Timer läuft noch. Er hat noch 2 Minuten und 39 Sekunden übrig. # (Yes, 2:39 remaining)"
I'm not sure if this is a bug or if I'm just missing something. I really appreciate your time and effort. Thank you!
Max
The text was updated successfully, but these errors were encountered:
Hey there :)!
I'm currently tinkering with the Timers of Voice PE and my goal would be to control them directly from HomeAssistant. Therefore I created the following service:
Everything seems to work, but the Assist seems to be not in sync with the data.
Things I checked:
I'm not sure if this is a bug or if I'm just missing something. I really appreciate your time and effort. Thank you!
Max
The text was updated successfully, but these errors were encountered: