grzegorz914 / homebridge-enphase-envoy

Homebridge plugin for Photovoltaic Energy System manufactured by Enphase. Supported Envoy-IQ, Envoy-S and all peripheral devices.
MIT License
47 stars 9 forks source link

Add Battery percentage as light sensor in HomeKit #118

Closed AndreasBrack closed 8 months ago

AndreasBrack commented 8 months ago

First: Thank you very much for this very good tool.

You are already reading the current battery percentage from the envoy (seen in the logs), but as far as I see this is currently not available in the Apple-Homekit representation.

Would it be possible to add that? If it is already available in HomeKit then this Issue can be treated as a documentation request.

Regards, Andreas

grzegorz914 commented 8 months ago

I will add this in next release.

grzegorz914 commented 8 months ago

try 7.9.0-beta.0 and let me know, the lightbulb should appear automatically where: Tile is ON = Batteries/Encharges Charged level > 0 Charged Level displayed as a slider in %

AndreasBrack commented 8 months ago

Sorry, I can’t see such a tag or a branch where you added it.

Since I am not used to work with GitHub or manually updating the homebridge plugins I am unsure if I searched correctly. Would you please provide a link to the beta?

grzegorz914 commented 8 months ago

npm install -g homeridge-enphase-envoy@7.9.0-beta.0

AndreasBrack commented 8 months ago

IMG_2755

works perfectly!

thank you very much!