[RELEASE] Neato (Connect) V1.2.6c (Botvac Connected Series)

@Alyc100 I had also updated for the same in my modified version of your DTH. Awesome work again… The only thing I did notice is that I had an issue with the floorpan and the native app gave me an error but the smart app did not.

Great, thanks. I just updated and will see how it does on the next cycle which should be tonight or tomorrow.

The updated worked great, my Botvac with the no-go lines went last night and stayed where it was supposed to. Thanks!

1 Like

Ok guys, I have updated my D3. NOGo lines work fine in the Neato app but can not see how to set them in the Smarthings app. Please help. I updated the Smart App and the Device Handler.
Thanx!

In the device properties it is called Pers Map, turn that to on.

I had the persistent map then my D3 updated to new firmware: 4.4.0.72 and persistent map choice is gone!

Mine are both still at 4.3.1-180. I guess I’ll hold off on the update until i hear if it gets fixed.

Annnnd, if I start cleaning with the Neato app, the app show “no-go line disabled”. I can not see in the app how to enable them. I have them drawn on the map.

Simple bug fix will fix this very shortly.

UPDATE: Updated Neato Botvac device handler to v.1.12b. All future firmware updates for D3/D5 should now be handled. I have a D5 with the new v4.4 firmware and it works.

any update on the zone cleaning for D7 with smartthings ?

1 Like

Fixed it for me! Thank you so much!

Thanks for the quick fix!

I have followed the steps to add my smartapp and device handler, I was able through android smart things classic add the app and authenticate. I then selected my D3 botvac. Now however i am not seeing the botvac in my things. Any idea what i missed? The instructions indicate after selecting the device it should automatically be configured and appear under ‘Things’.

Did you try adding a thing to have it scan afterward?

Thanks! I have a D7 and this smart app works great.

One thing I am still hoping to do eventually is be able to tell alexa to “ask neato to clean kitchen rug.” In order to do the zone cleanings on the D7, you have to launch from the neato app. Anyone have this accomplished to zone clean via voice?

Well unsure why but this morning it now shows up. Is there any way through this integration to tell it to go home? Turned it on to test but when I turned it off it stopped where it was without re docking.

You should be able to tell it to turn off, I believe the off command is dock.

I may be wrong but I believe the dock option is only available while it is vacuuming once it is stopped I think that option goes away even inside the Neato app. As long as it is left to vacuum until it decides it is done it will return to the dock on its own as long as it saw the dock (got within a few feet of it) during its cleaning.

My multi attribute tile when in OFF status the button starts it, and then you can select again to dock (OFF).

attributeState(“off”, label: ‘PAUSED’, action: “switch.on”, icon: “https://raw.githubusercontent.com/alyc100/SmartThingsPublic/master/devicetypes/alyc100/laser-guided-navigation.png”, backgroundColor: “#ffffff”, nextState:“on”)
attributeState(“docked”, label: ‘DOCKED’, action: “switch.on”, icon: “https://raw.githubusercontent.com/alyc100/SmartThingsPublic/master/devicetypes/alyc100/auto-charge-resume.png”, backgroundColor: “#ffffff”, nextState:“on”)
attributeState(“docking”, label: ‘DOCKING’, action: “switch.on”, icon: “https://raw.githubusercontent.com/alyc100/SmartThingsPublic/master/devicetypes/alyc100/laser-guided-navigation.png”, backgroundColor: “#ffffff”, nextState:“on”)
attributeState(“cleaning”, label: ‘CLEANING’, action: “switch.off”, icon: “https://raw.githubusercontent.com/alyc100/SmartThingsPublic/master/devicetypes/alyc100/best-pet-hair-cleaning.png”, backgroundColor: “#79b821”, nextState:“off”)
attributeState(“error”, label:‘ERROR’, icon: “https://raw.githubusercontent.com/alyc100/SmartThingsPublic/master/devicetypes/alyc100/laser-guided-navigation.png”, backgroundColor: “#FF0000”)
attributeState(“offline”, label:’${name}’, icon:“https://raw.githubusercontent.com/alyc100/SmartThingsPublic/master/devicetypes/alyc100/laser-guided-navigation.png”, backgroundColor:"#bc2323")
}

Maybe try my DTH and see if it works (Although I removed the functions for D7)?

@Alyc100 , any chance on that ?
thx