npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

homebridge-meraki-control

v1.1.2

Published

Homebridge plugin to control Meraki devices.

Downloads

1,496

Readme

Homebridge Meraki Control

verified-by-homebridge npm npm npm GitHub pull requests GitHub issues

Homebridge plugin for Meraki Dashboard and Devices control using RESTFull API.

Package Requirements

| Package | Installation | Role | Required | | --- | --- | --- | --- | | Homebridge | Homebridge Wiki | HomeKit Bridge | Required | | Config UI X | Config UI X Wiki | Homebridge Web User Interface | Recommended | | Meraki Control | Plug-In Wiki | Homebridge Plug-In | Required |

About The Plugin

  • Dashboard:
    • Expose Clients filtered by Mac Address.
    • Apply policy Normal, Whitelisted, Group Policy / Blocked for clients.
    • Enable/Disable prefix C. for Clients name displayed in HomeKit.app.
    • Expose Contact Sensors in HomeKit app for exposed Clients.
  • Access Points:
    • Switch ON/OFF SSIDs in the organisation.
    • Enable/Disable prefix W. for SSIDs name displayed in HomeKit.app.
    • Hide Unconfigured SSIDs networks, if the name contain word Unconfigured.
    • Hide SSIDs filtered by network Name.
    • Expose Contact Sensors in HomeKit app for exposed SSIDs.
  • Switches:
    • Switch ON/OFF ports.
    • Switch ON/OFF POE+ ports.
    • Enable/Disable prefix Port Number for Ports name displayed in HomeKit.app.
    • Hide Uplink ports, if the port name contain word Uplink.
    • Hide Ports filtered by port Name.
    • Expose Contact Sensors in HomeKit app for exposed Ports.
  • Siri can be used to switch ON/OFF SSIDs, Policy, Ports.
  • Home automations and shortcuts can be used for all functions.

Configuration

  • Run this plugin as a Child Bridge (Highly Recommended), this prevent crash Homebridge if plugin crashes.
  • Install and use Homebridge Config UI X to configure this plugin.
  • The sample-config.json can be edited and used as an alternative.
  • Be sure to always make a backup copy of your config.json file before making any changes to it.

| Key | Description | | --- | --- | | name | Here set the accessory Name to be displayed in Homebridge/HomeKit. | | host | Here set the API Path like https://n123.meraki.com, do not use https://api.meraki.com. | | apiKey | Here set the X-Cisco-Meraki-API-Key. | | organizationId | Here set the Organization Id. | | networkId | Here set the Network Id. | | dashboardClientsControl | This option Enable/Disable dashboard clients control. | | enablePrefixForClientName | This option enable prefix C. for Client name displayed in HomeKit app. | | enableSonsorClients | This option expose Contact Sensor in HomeKit app for all exposed Clients. | | dashboardClientsPolicy.name | Here set the Name to be displayed in the the Homebridge/HomeKit for this Client. | | dashboardClientsPolicy.mac | Here set the Client Mac Address which You want expose to the Homebridge/HomeKit. | | dashboardClientsPolicy.type | Here choice the policy Type to be appiled for this Client. | | dashboardClientsPolicy.mode | Here Activate/Deactivate this Client control. | | accessPointsControl | This option Enable/Disable control of Access Points. | | hideUnconfiguredSsids | If enabled, all Unconfigured SSIDs will be hidden and not exposed to the Homebridge/HomeKit. | | enablePrefixForSsidsName | This option enable prefix W. for SSIDs name displayed in HomeKit app. | | hideSsids.name | Here set SSID Name which You want hide and not expose to the Homebridge/HomeKit. | | hideSsids.mode | Here Activate/Deactivate this SSID control. | | enableSonsorSsids | This option expose Contact Sensor in HomeKit app for all exposed SSIDs. | | switchesControl | This option Enable/Disable control of Switches. | | switches.name | Here set the Name for this Switch. | | switches.serialNumber | Here set the Serial Number for this Switch. | | switches.hideUplinkPorts | If enabled, all Uplink ports will be hidden and not exposed to the Homebridge/HomeKit. | | switches.enablePrefixForPortName | This option enable prefix Port Number for Port name displayed in HomeKit app. | | switches.enablePoePortsControl | This option enable POE control for controled ports. | | switches.enableSensorPorts | This option enable POE control for controled ports. | | switches.mode | Here Activate/Deactivate this Swich control. | | switches.hidePorts | Array of hidden Ports. | | switches.hidePorts.name | Here set Port Name which You want hide and not expose to the Homebridge/HomeKit. | | switches.hidePorts.mode | Here Activate/Deactivate this Port control. | | enableDebugMode | This enable deep log in homebridge console. | | disableLogInfo | This disable display log values and states on every it change. | | disableLogDeviceInfo | This disable display log device info on plugin start. | | refreshInterval | Here set the data refresh time in seconds. |