Page 1 of 1
Neato D7 Vacuum Robot integration
Posted: Saturday 30 November 2019 18:18
by tmh88
Evening All,
just wondered if anyone had managed to integrate there neato vacuum robot into domoticz, I have read a few old posts but nothing seems to be current. I have noticed that neato now offer a API integration and wondered if anyone had managed to harness this?
Re: Neato D7 Vacuum Robot integration
Posted: Saturday 02 May 2020 11:11
by Bob123bob
Re: Neato D7 Vacuum Robot integration
Posted: Saturday 02 May 2020 12:14
by tmh88
I have recently migrated from a rasberry pi to windows based domoticz do you know how i install on windows?
Thanks
Re: Neato D7 Vacuum Robot integration
Posted: Saturday 02 May 2020 12:21
by tmh88
i have installed python and can see the botvac plugin in the hardware tab, entered my details and add and getting this error in the log.
any ideas?
2020-05-02 11:18:30.427 Error: (BotvacVaccum) failed to load 'plugin.py', Python Path used was 'C:\Program Files (x86)\Domoticz\plugins\Domoticz-Botvac-Plugin-master\;C:\Program Files (x86)\Python38-32\python38.zip;C:\Program Files (x86)\Python38-32\Lib\;C:\Program Files (x86)\Python38-32\DLLs\;C:\Program Files (x86)\Domoticz;C:\Program Files (x86)\Python38-32;C:\Program Files (x86)\Python38-32\lib\site-packages'.
2020-05-02 11:18:30.427 Error: (Neato) Module Import failed, exception: 'ModuleNotFoundError'
2020-05-02 11:18:30.427 Error: (Neato) Module Import failed: ' Name: pybotvac'
2020-05-02 11:18:30.427 Error: (Neato) Error Line details not available.
Re: Neato D7 Vacuum Robot integration
Posted: Saturday 02 May 2020 14:33
by Bob123bob
You need to install dependences using
pip3 install pybotvac
as superuser before start the plugin
Check
https://github.com/stianaske/pybotvac for more details
Re: Neato D7 Vacuum Robot integration
Posted: Sunday 03 May 2020 14:55
by tmh88
Got it working thanks, all connected but it seems to be crashing domoticz! any ideas?
Thanks
Re: Neato D7 Vacuum Robot integration
Posted: Sunday 03 May 2020 17:28
by Bob123bob
tmh88 wrote: ↑Sunday 03 May 2020 14:55
Got it working thanks, all connected but it seems to be crashing domoticz! any ideas?
Thanks
Some logs would be welcome
I only tested it with Domoticz 2020.2 with Burst on raspberry with no issues at all
Re: Neato D7 Vacuum Robot integration
Posted: Tuesday 22 June 2021 21:40
by HM31
Hi,
It arrived sometimes but since this morning it comes at every HeartBeat or restart of the plug-in.
Of course I checked my credentials using Neato website and the Android App.
Here is the debug :
https://github.com/gilmrt/Domoticz-Botv ... n/issues/8
Re: Neato D7 Vacuum Robot integration
Posted: Monday 28 June 2021 16:02
by HM31