CharlesBlonde / libpurecoollink

Dyson Pure Cool link python library
http://libpurecoollink.readthedocs.io
Other
206 stars 53 forks source link

Add ability to control Dyson 360 Eye Vacuum #7

Open filcole opened 7 years ago

filcole commented 7 years ago

It would be great to add ability to control the Dyson 360 Eye vacuum.

CharlesBlonde commented 7 years ago

Hi @filcole,

I'm planning to buy a Dyson 360 Eye vacuum but before I would like to stabilize the actual version. And maybe add heating configuration before (I haven't any heating device.. )

And of course, I hope this device is working the same way (Mqtt).

So yes, I'm planning to work on it but not before a few weeks ;)

filcole commented 7 years ago

Excellent news. Thanks. If you need any debugging help then I have access to a 360.

On 27 Jun 2017 09:05, "Charles Blonde" notifications@github.com wrote:

Hi @filcole https://github.com/filcole,

I'm planning to buy a Dyson 360 Eye vacuum but before I would like to stabilize the actual version. And maybe add heating configuration before (I haven't any heating device.. )

And of course, I hope this device is working the same way (Mqtt).

So yes, I'm planning to work on it but not before a few weeks ;)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/CharlesBlonde/libpurecoollink/issues/7#issuecomment-311284565, or mute the thread https://github.com/notifications/unsubscribe-auth/AFy_vmGwttAkqhFvb9uwdFlUehh-KHJ8ks5sILfdgaJpZM4OGRdy .

filcole commented 7 years ago

Looks like there's a node implementation here: https://github.com/peteakalad/homebridge-dyson360eye

CharlesBlonde commented 7 years ago

Thanks for the link.

I take a look to the javascript sources and I can confirm it's working like purifier (MQTT).

It shouldn't be to hard to implement.

CharlesBlonde commented 7 years ago

I started working on supporting the 360 eye device. I'm now able to control the device (start, pause, abort, set quiet/max mode) but more tests must be done and a lot of refactoring has been done so more time is needed to valid everything.

It can be tested with the PR #9

filcole commented 7 years ago

This is working great for me. I've also used your integration with Home Assistant, and that works well too. Thanks very much. Awesome.