-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[iRobot] Make thing ID persistent #10116
Comments
Your issue is two-fold. I agree that using the IP as representation property is a bad idea and should be fixed. However, it is always necessary to know the IP address. So you should either make the IP static or use a DNS name that is properly updated if the IP changes. |
@J-N-K thanks for fixing it! I am using statically configured things in .things file and DNS updates so for me problem was only bunch of bogus things in "inbox". If using GUI config only then it's different story, then changing id of the same thing is really bad. |
This issue has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/irobot-9xx-on-openhab/17774/258 |
Currently IP address of iRobot is used for thing ID like irobot:roomba:192_168_57_17.
If robot gets new IP that makes configured thing to stop working and new thing with new IP is being discovered.
Please make Roomba's ID persistent. I suggest to use Roomba's blid as thing ID - it never changes.
The text was updated successfully, but these errors were encountered: