bloomkd46 / homebridge-iRobot

A homebridge plugin for controlling iRobot devices
Apache License 2.0
61 stars 14 forks source link

Support Request: HomeKit Controls #30

Open sadden3194 opened 2 years ago

sadden3194 commented 2 years ago

Describe Your Problem:

Hi there,

I have a few questions:

  1. is it possible to show the icon as an on/off switch instead of a ventilator? IMG_3341

  2. I don't understand the controls: IMG_3342

    • I have power button ( I guess on / off roomba )
    • What is the next button ?
    • And than many switches without a description / label.

If I go deeper I can see this: IMG_3343

Now I have a description for the switches. but what is room 3, 13, 14 ...? How can I check, which switch is for which room (example: room 3 = living room, ...)

AND: I see the the stuck sensor button. This should not be, because my config is:

"hideStuckSensor": true,

Thanks !!

Expected behavior:

No response

Logs:

-

Config:

"name": "iRobot",
"email": "****",
"password": "****",
"lowBattery": 20,
"offAction": "stop:dock",
"status": "cycle:clean",
"eveStatus": "inverted:cycle:clean",
"bin": "none",
"ignoreMultiRoomBin": true,
"hideStuckSensor": true,
"disableMultiRoom": false,
"platform": "iRobotPlatform"

Node Version:

16.13.1

NPM Version:

8.1.2

Homebridge Version:

1.3.9

Plugin Version:

2.1.10

Operating System:

Docker

bloomkd46 commented 2 years ago

It has to be a ventilation fan due to how the multi-room support is set up. the main switch will turn the Roomba on/off, the second button will toggle between clean everywhere (Auto) and Room-By-Room (Manual). as for all the other switches I am working on finding a better way to identify them than turn on a switch, put your Roomba to manual, and turning on the Roomba.

bloomkd46 commented 1 year ago

Please try the latest beta: npm