mitchellrj / eufy_robovac

Other
105 stars 52 forks source link

HomeKit Charging Information #14

Open RefineryX opened 4 years ago

RefineryX commented 4 years ago

First of all, a HUGE HUGE HUGE thank you for this code... I've been looking for a way to smarten up my Eufy Robovac for a while. It all works perfectly with Home Assistant and HomeKit.

I mainly control my Robovac by HomeKit and through Home Assistants 0.110 release, more items are exposed to HomeKit. Namely, the Charging status. See release notes for 0.110, under heading HomeKit.

Feature Request: It would be great if this info could be exposed through HomeKit also to know when the Eufy is docked or not. The battery information works perfectly.

Attaching a pic of what I looks like in my HomeKit right now. The charging is permanently No.

IMG_2155

RefineryX commented 4 years ago

Attaching the source code for Home Assistant’s HomeKit integration:

https://github.com/home-assistant/core/tree/dev/homeassistant/components/homekit

This looks like the item that was added for battery sensors: https://github.com/home-assistant/core/pull/22788

mitchellrj commented 3 years ago

Thanks for the helpful feedback and pointers @RefineryX. I'll take a look at doing this when I get chance.

RefineryX commented 3 years ago

Thanks so much @mitchellrj - really appreciate it :)