Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Willans authored and Jeremy Willans committed May 1, 2020
1 parent 53ff432 commit 750ad48
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,20 +98,18 @@ This will create a new local addon which you can install
* Initiate a Clean Rooms clean from the iRobot App, ensuring you select all **BUT** one room! (if you select them all, it wont list them out. Perform a second clean on the remaining room to get all the details)
* Navigate to ```http://<ip or fqdn of docker host>:<rest980port>/api/local/info/state```
* Look for the "lastCommand" section and copy down the following info
- pmap_id
- user_pmapv_id
- regions

### Step 6: Configure Home Assistant Package and Secrets

The below is my configuration YAML file which uses the [Packages](https://www.home-assistant.io/docs/configuration/packages/) feature in HA to keep all the separate components together.

I split off the ids and regions into the secrets file to make it easier to manage for future updates (these will change if you update your floorplan from the iRobot app)
I split off the regions into the secrets file to make it easier to manage for future updates (these will change if you update your floorplan from the iRobot app)

I have tried to map as many of the reported statuses, however I occasionally get an "Unknown" in the logs, if you work out another state, please post it up!

**Notes:**
- Make sure you **remove** any trailing commads from the regions when copying them into the secrets file!
- Make sure you **remove** any trailing commads from the regions when copying them into the secrets file! You only need to copy the region ID, not the rest of the code
- The input_booleans and input_text entries all start with vacuum as this is used in the templates for correct mapping in lovelace

```
Expand Down

0 comments on commit 750ad48

Please sign in to comment.