Skip to content
Grzegorz edited this page Aug 29, 2022 · 1 revision

Welcome to the homebridge-meraki-control wiki!

Note

  • Versin 0.6.0 and above need to be used with Homebridge min. v1.3.x.

Know Issues

  • If use with Hoobs possible config incompatibilty.

Troubleshooting

  • If for some reason the device is not displayed in HomeKit app try this procedure:
    • Go to ./homebridge/persist macOS or /var/lib/homebridge/persist for RPI.
    • Remove AccessoryInfo.xxx file which contain Your device data: {"displayName":"Meraki"}.
    • Next remove IdentifierCashe.xxx file with same name as AccessoryInfo.xxx.
    • Restart Homebridge and try add it to the Home app again.

Adding to HomeKit

  • Each accessory needs to be manually paired.
    • Open the Home app on your device.
    • Tap the Home tab, then tap .
    • Tap Add Accessory, and select I Don't Have a Code, Cannot Scan or More options.
    • Select Your accessory and press add anyway.
    • Enter the PIN or scan the QR code, this can be found in Homebridge UI or Homebridge logs.
    • Complete the accessory setup.

Limitations

  • That maximum Services for 1 accessory is 100. If Services > 100, accessory stop responding.
  • The Services in this accessory are:
    • Information.
    • SSIDs.
    • Clients.
    • Switch Ports.

Development

  • Pull request and help in development highly appreciated.
Clone this wiki locally