Status: Unclear - Neato Connected D3 Vacum Cleaner

Dear all,

do you know the newest status of the neato component?
I tried it with

neato:
username:
password:

But it did not work. I have a D3.

Best regards

alkru002

Ever find an answer? Just got a neato.

I’ve got a D5 Connected, and it works fine whilst the robot is on base. As soon as you send the robot off to clean you can no longer see the state (shows up as ‘Unknown’. However if you click the slider to off, within a few minutes the robot will stop cleaning.

Not always guaranteed to return home though as Neato have suggested, the robot needs to do a few passes of the home base before it can calculate a return path.

Do seem to get a bit of this in the logs though,

Found for url: https://nucleo.neatocloud.com/vendors/neato/robots/xxx/messages
2018-05-05 13:07:19 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 222, in async_update_ha_state
attr = self.state_attributes or {}
File “/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/vacuum/neato.py”, line 155, in state_attributes
if self.battery_level is not None:
File “/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/vacuum/neato.py”, line 140, in battery_level
return self._state[‘details’][‘charge’]
TypeError: ‘NoneType’ object is not subscriptable