stvmallen / homebridge-roomba-stv

Homebrige plugin for Roomba 9xx
MIT License
38 stars 15 forks source link

if keepAliveEnabled set to false, Roomba won't start #32

Open SebSemmi opened 5 years ago

SebSemmi commented 5 years ago

Expected Behavior

If I tap on the Roomba switch in HomeKit, the starts or stops

Current Behavior

If the option keepAliveEnabled is set to false, the Roomba won't start or stop. There a no errors in HomeKit.

Steps to Reproduce (for bugs)

Versions

Configuration

"autoRefreshEnabled": true,
"keepAliveEnabled": false,
"cacheTTL": 30

Homebridge Log / Command Output

[2/17/2019, 4:53:53 PM] Loaded plugin: homebridge-roomba-stv
[2/17/2019, 4:53:53 PM] Registering accessory 'homebridge-roomba.Roomba'
[2/17/2019, 4:53:53 PM] [Ferkel] Initializing Roomba accessory...
[2/17/2019, 4:54:04 PM] [Ferkel] Starting Roomba
[2/17/2019, 4:54:07 PM] [Ferkel] Connected to Roomba
[2/17/2019, 4:54:07 PM] [Ferkel] Roomba is running
[2/17/2019, 4:54:22 PM] [Ferkel] Roomba pause and dock
[2/17/2019, 4:54:25 PM] [Ferkel] Connected to Roomba
[2/17/2019, 4:54:25 PM] [Ferkel] Roomba is pausing
[2/17/2019, 4:54:25 PM] [Ferkel] Roomba paused, returning to Dock
[2/17/2019, 4:54:25 PM] [Ferkel] Roomba is not running
[2/17/2019, 4:54:27 PM] [Ferkel] Starting Roomba
[2/17/2019, 4:54:29 PM] [Ferkel] Connected to Roomba
[2/17/2019, 4:54:29 PM] [Ferkel] Roomba is running
[2/17/2019, 4:54:39 PM] [Ferkel] Roomba pause and dock
[2/17/2019, 4:54:41 PM] [Ferkel] Connected to Roomba
[2/17/2019, 4:54:41 PM] [Ferkel] Roomba is pausing
[2/17/2019, 4:54:41 PM] [Ferkel] Roomba paused, returning to Dock
[2/17/2019, 4:54:42 PM] [Ferkel] Roomba is not running
MrDrache333 commented 5 years ago

I have exact the same Issue...hope that will get fixed soon. Do you found any solution that this will work?