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 with home bridge docker #2

Closed jausto closed 4 years ago

jausto commented 5 years ago

Couple of questions:

  1. What is the device ID? I have the DEEBOT N79S.
  2. Do I put all the assets in the same area? (/usr/local/etc/)
  3. Trying to set this up with my docker environment, but I don't have access /usr/local/etc/, I used cmd2 point it to a different area. but Im getting a permission denied error.

Any help would be great.

MnrGreg commented 5 years ago
  1. Determine your devices unique DeviceID using the Sucks script while authenticating with your ECOVACS account: https://github.com/wpietri/sucks#usage

  2. Binary can be anywhere but deebot.json config file is hardcoded to /usr/local/etc. You can edit the path in deebot.go and recompile as needed. Sounds like you're running on RPI so I've added the go build command for that. Rename the binary to just deebot on the RPI.

  3. Have you tried mounting the deebot.json into the docker image with '-v'

jlhunter2008 commented 4 years ago

@jausto did you ever get this working? If so what were the steps?

jausto commented 4 years ago

I gave up

Jaime

On Oct 13, 2019, at 7:36 PM, jlhunter2008 notifications@github.com wrote:

 @jausto did you ever get this working? If so what were the steps?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

jlhunter2008 commented 4 years ago

@jausto did you find another solution?

jausto commented 4 years ago

I didn’t, I just gave it away. :(

On Oct 13, 2019, at 8:42 PM, jlhunter2008 notifications@github.com wrote:

 @jausto did you find another solution?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

MnrGreg commented 4 years ago

The N79S model should work fine. This is the model I have.