MnrGreg / homebridge-ecovacs-deebot

A Golang program to integrate your Ecovacs vacuum to Homekit
Apache License 2.0
4 stars 2 forks source link

Using on Mac Mini #3

Closed jlhunter2008 closed 4 years ago

jlhunter2008 commented 4 years ago

I have updated the deebot.json file with my personal information and added it to the /usr/local/etc folder; however, when I turn on the Vacuum I get a "No Response" message in the Home App of Homekit. Am I missing something? Where are the other files suppose to go? Any help would be greatly appreciated.

MnrGreg commented 4 years ago

Either 'go build' the deebot binary on your Mac or rename the existing deebot-darwin binary to deebot. Make sure its chmod executable and place it in a common path such as /usr/local/bin. Validate that it's working by running 'deebot status'.