ebaauw / homebridge-deconz

Homebridge plugin for deCONZ
Apache License 2.0
138 stars 7 forks source link

Configured Name: warning: 2 listeners since v1.0.14 #227

Closed lhari84 closed 3 months ago

lhari84 commented 3 months ago

Hi, I get this warning for several Hue switches and wall modules: First thought it was because of invalid characters like "/" in name, but after removing, the warnings still pop up in logs.

image

ebaauw commented 3 months ago

Multiple listeners typically are cause by another error while trying to expose a device. Are these devices which fail to be exposed because of the "TypeError: DeconzService.Battery is not a constructor" (see #226)?

If not, please indicate which devices these are, and show the full log.

lhari84 commented 3 months ago

Multiple listeners typically are cause by another error while trying to expose a device. Are these devices which fail to be exposed because of the "TypeError: DeconzService.Battery is not a constructor" (see #226)?

If not, please indicate which devices these are, and show the full log.

I can't tell which devices cause "TypeError: DeconzService.Battery is not a constructor" in my case, but I've provided debug dump. Hope it helps.

ebaauw commented 3 months ago

This was indeed a side effect of #226 and should be solved in v1.0.15.