quentinms / homebridge-aranet4

An Homebridge plugin to get data from an Aranet4
Apache License 2.0
36 stars 2 forks source link

Aranet Firmware >= 1.2 no longer works with this plugin #15

Closed ParaAdBellum closed 2 years ago

ParaAdBellum commented 2 years ago

It appears that they changed service UUID, and hence the one this plugin uses no longer works with latest firmware. see

https://forum.aranet.com/all-about-aranet4/aranet4-with-firmware-v.1.2.0-or-greater-integration-notes/

ParaAdBellum commented 2 years ago

changing ARANET4_SERVICE to seems to do the trick const ARANET4_SERVICE = 'fce0';

quentinms commented 2 years ago

Thanks a lot for reporting this! I had not noticed as I hadn't upgraded my firmware yet.

It should be fixed with #16, and I'll tag a new release.