Guys is their a first time dummy version of instruction on how to add this to home assistant, I hav efollowed links and watche couple of youtube videos still no luck.
I do not know how to access configuration.yaml file:
You don’t need that advanced method. Just go to integrations in the configuration section of the sidebar, hit the plus, search for “roomba”, and click on it. It should walk you through it.
Thank you so much for your replay I have done that and it ask for the follwoing information this is where I am hung up on how to retrieve the exact information it is asking for;
Good morning Kendall, thank you for all of your help I have done everything above including rebooting pc and raspberry pi 4, here is the latest result, FYI I also put Roomba in discovery mode and tried that.
Thank you for all of your help and patients with this, I really appreciate it. Jimmy
Try installing node.js, then running these commands:
npm install dorita980
notepad roomba.js
Paste this in the window that opened:
var dorita980 = require('dorita980');
dorita980.getRobotIP((ierr, ip) => {
console.log(ip);
}
Press ctrl+s, then close the window. Now type this in the command line:
node roomba.js
NOTE: you need to replace the content in the next line with something else.
npx get-roomba-password [INSERT THE OUTPUT FROM THE PREVIOUS COMMAND]