From 73f7a86dd827bc93d6b78cc1bdaffb0159d80de5 Mon Sep 17 00:00:00 2001 From: kennetn Date: Sun, 22 Aug 2021 12:04:33 +0200 Subject: [PATCH] [irobot] Minor readme corrections (#11124) * Minor readme corrections Minor clarification originally described here https://community.openhab.org/t/irobot-9xx-on-openhab/17774/196 Signed-off-by: kennetn --- bundles/org.openhab.binding.irobot/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.irobot/README.md b/bundles/org.openhab.binding.irobot/README.md index 902d2fdc63..9ab3f647b4 100644 --- a/bundles/org.openhab.binding.irobot/README.md +++ b/bundles/org.openhab.binding.irobot/README.md @@ -21,6 +21,8 @@ receive the password and go ONLINE. After you've done this procedure you can write the password somewhere in case if you need to reconfigure your binding. It's not known, however, whether the password is eternal or can change during factory reset. +If you have issues getting the password make sure there are no other devices like your smartphone communicating with the robot. +You can also try using [these python scripts](https://github.com/NickWaterton/Roomba980-Python) to get the password. ## Thing Configuration @@ -166,7 +168,7 @@ The easiest way to determine the pmapId and region_ids is to monitor the last_co irobot.things: ``` -irobot:roomba:my_roomba [ ipaddress="192.168.0.5", password="xxxxxxxx" ] +Thing irobot:roomba:my_roomba [ ipaddress="192.168.0.5", password="xxxxxxxx" ] ``` irobot.items: -- 2.47.3