0
Implemented

Neato Robot Vacuum

Espen Angerman Bruarøy 7 years ago in Things & Capabilities / Non-"Works With SmartThings" devices updated by Terry (ActionTiles) (Co-Founder) 7 years ago 6

Can I get my Neato on ActionTiles?

Answer

Answer

Espen,


I found the Community Device Type Handler that you are likely using. Indeed, it is missing the proper tagging Capability lines.


https://github.com/alyc100/SmartThingsPublic/blob/master/devicetypes/alyc100/neato-botvac-connected.src/neato-botvac-connected.groovy


Please contact the Developer of the DTH and have him/her add these lines. You can add them to your personal copy of the Device Type Handler code in the meantime.

capability "Sensor"
capability "Actuator"

You can direct the Developer to our KB entry on this topic:

Discuss & Vote

Hi Espen,


I presume you have tried to Authorize it to your Location and it is not in the list?


If so then please see: Some Devices are missing from the Authorize Things (Add Location) screen

Waiting for Customer

Espen,


  • Do you have the full manufacturer, model info for the Neato?
  • Do you know how to login to the SmartThings IDE/API web page and check under Devices to find the exact name of the Device Type assigned to your Neato device?
  • Are you using a "custom / community" Device Type Handler, to your knowledge?

This information is required for us to do any further research.


Thanks!

Answer

Espen,


I found the Community Device Type Handler that you are likely using. Indeed, it is missing the proper tagging Capability lines.


https://github.com/alyc100/SmartThingsPublic/blob/master/devicetypes/alyc100/neato-botvac-connected.src/neato-botvac-connected.groovy


Please contact the Developer of the DTH and have him/her add these lines. You can add them to your personal copy of the Device Type Handler code in the meantime.

capability "Sensor"
capability "Actuator"

You can direct the Developer to our KB entry on this topic:

Commenting disabled