-
Notifications
You must be signed in to change notification settings - Fork 136
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
Homekit #9
Comments
While this is not an issue with this module, here's an example config:
Make sure you add the home assistant bridge to your homekit setup via the code in your home assistant notifications The vacuum will be exposed as a switch: on is clean all, off is return to dock. I have scripts that are also exposed as switches that allow me to trigger individual rooms.
Where an example script is:
You will then have an additional switch that will clean the room. You'll need to determine the room number (in this case 12) by sending commands to the entity itself and seeing where it starts to vacuum on your map. |
@charlesvestal I don't think you understand what he wants to ask. I have the same problem, how do I adapt the homekit for this module? At present, the device can be seen in homekit but cannot be operated. Everything is good in HA. Thanks for sharing the code. |
@charlesvestal And there is cleaning according to the coordinates of the zone (rectangle)? |
It will clean the room as defined in the native app |
Not a whole room, but a separate area. This is how it doesn't work (( `clean_carpet_in_living_room:
|
hi,
how to add it to homekit ?
The text was updated successfully, but these errors were encountered: