EtienneMD / Cmdswitch2-Ecovacs

A Python script to integrate your Ecovacs vacuum to Homekit.
MIT License
10 stars 1 forks source link

Setting up with Homebridge #1

Open kbaxter opened 6 years ago

kbaxter commented 6 years ago

This isn't an issue with your script, so apologies - but you seem like the best person to ask :)

I have sucks installed on my raspberry pi, and when I try to do sucks login, I get "-bash: sucks: command not found".

I've confirmed that sucks is installed using pip3 freeze. Any ideas?

Thanks,

Kyle

EtienneMD commented 6 years ago

What about the Sucks python library, can it be imported correctly? Try opening the python3 interpreter and running import sucks. The python library is what I’m using here, not the CLI tool.

MnrGreg commented 5 years ago

I was having issues with pip3 on my raspberry pi too, so put together a Go CLI based deebot binary which can easily be used with cmdSwitch2

https://github.com/MnrGreg/homebridge-ecovacs-deebot