howanghk / homebridge-ewelink

Homebridge plugin to control Sonoff relays with OEM firmware
MIT License
81 stars 46 forks source link

Bug fixed when using multi channels devices and another minor issue #86

Closed jacopofranza closed 4 years ago

jacopofranza commented 4 years ago

Resolved a problem that occurred when using devices with multiple channels, like the Sonoff 4CH or the 2CH. There was an error saving the correct device id as key for the local cache. The result was that plugin try to create a new accessories with the classic error "Cannot add a bridged Accessory with the same UUID as another bridged Accessory".

Resolved an error that may occur while adding a new Homebridge (so multiple accessories at the same time) in the iPhone Home app.

howanghk commented 4 years ago

Thanks, merging now.