zigpy-zigate icon indicating copy to clipboard operation
zigpy-zigate copied to clipboard

Device not detected as coordinator.

Open majkrzak opened this issue 3 years ago • 1 comments

When setting up my device (piZiGate) it is not detected as coordinator

ZiGate = ZiGate Zigbee radios: PiZiGate, ZiGate USB-TTL, ZiGate WiFi producent: ZHA Zigbee info: IEEE: 00:15:8d:00:00:ce:xx:xx Nwk: 0x0000 Device Type: unknown LQI: Nieznany RSSI: Nieznany Ostatnio widziane: 2021-05-11T08:17:35 Źródło zasilania: Battery or Unknown

{
  "node_descriptor": "NodeDescriptor(*is_valid=False)",
  "endpoints": {},
  "manufacturer": "ZiGate",
  "model": "PiZiGate 3.1d",
  "class": "zigpy_zigate.zigbee.application.ZiGateDevice"
}

The "Add devices via this device" button is missing, although it is possible to use the url /config/zha/add/00:15:8d:00:00:ce:xx:xx.

I was trying to force it to be the coordinator as described in https://www.home-assistant.io/integrations/zha/#modifying-the-device-type but without any result.

zha:
  device_config:
    00:15:8d:00:00:ce:xx:xx-1:    # format: {ieee}-{endpoint_id}
      type: "coordinator"
    00:15:8d:00:00:ce:xx:xx:  # also without endpoint as it was unknown
      type: "coordinator"

majkrzak avatar May 11 '21 09:05 majkrzak

I think the devs is looking on it then its also problem with groups on ZiGate then they also need the device coordinator for working OK. See https://github.com/zigpy/zigpy-zigate/issues/77

MattWestb avatar May 11 '21 09:05 MattWestb