homebridge-plugins / homebridge-roomba2

Homebridge plugin to connect iRobot Roomba devices with Homebridge/HomeKit.
MIT License
145 stars 17 forks source link

“Hey Siri, Turn Everything Off” turns the Roomba On #101

Closed ghost closed 1 year ago

ghost commented 2 years ago

Expected Behavior

When the Roomba is off and I say “Hey Siri, Turn Everything Off” it should stay off, but it starts instead.

Current Behavior

When the Roomba is turned off and I say “Hey Siri, Turn Everything Off” it starts cleaning.

Versions

Configuration


{ "name": "Roomba",
   "model": "696"}

Homebridge Log / Command Output

This is the result of saying “Hey Siri, Turn Everything Off” and then immediately turning it off by clicking the icon.


[1/22/2022, 12:10:46 PM] [Roomba] Roomba pause and dock
[1/22/2022, 12:10:46 PM] [Roomba] Roomba is pausing
[1/22/2022, 12:10:46 PM] [Roomba] Roomba paused, returning to Dock
[1/22/2022, 12:10:46 PM] [Roomba] Roomba is not running
[1/22/2022, 12:10:48 PM] [Roomba] Roomba pause and dock
[1/22/2022, 12:10:48 PM] [Roomba] Roomba is pausing
[1/22/2022, 12:10:48 PM] [Roomba] Roomba paused, returning to Dock
[1/22/2022, 12:10:48 PM] [Roomba] Roomba is still running. Will check again in 3 seconds
[1/22/2022, 12:10:48 PM] [Roomba] Roomba is still running. Will check again in 3 seconds
[1/22/2022, 12:10:48 PM] [Roomba] Roomba is still running. Will check again in 3 seconds
[1/22/2022, 12:10:48 PM] [Roomba] Roomba is still running. Will check again in 3 seconds
[1/22/2022, 12:10:48 PM] [Roomba] Roomba is still running. Will check again in 3 seconds
[1/22/2022, 12:10:49 PM] [Roomba] Roomba is still running. Will check again in 3 seconds
[1/22/2022, 12:10:49 PM] [Roomba] Roomba is still running. Will check again in 3 seconds
[1/22/2022, 12:10:49 PM] [Roomba] Roomba has stopped, issuing dock request
[1/22/2022, 12:10:49 PM] [Roomba] Roomba docking
karlvr commented 2 years ago

@ashtez this is an interesting out. Roomba looks like a switch so I guess that's what we get from that. I'm not sure there's a good alternative for us.

Does anyone have any ideas or counter examples?

karlvr commented 1 year ago

I'm sorry, it looks like we're out of ideas for solving this.