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 🙏

© 2026 – Pkg Stats / Ryan Hefner

iobroker.unifi-network

v1.5.0

Published

Unifi Network uses the websocket interface to receive real-time information from the unifi-network application

Downloads

583

Readme

Logo

ioBroker.unifi-network

NPM version Downloads Number of Installations Current version in stable repository

NPM

Tests: Test and Release

unifi-network adapter for ioBroker

Unifi Network uses the websocket interface to receive real-time information from the unifi-network application

Important

  1. The adapter is developed exclusively on the basis of the UniFi OS. Compatibility with a self-hosted network controller should be given, but cannot be guaranteed.

  2. This adapter can be very resource intensive!This depends on your environment, i.e. how many unifi-devices and clients are in your network. This can be influenced somewhat via the realtime api debounce time [s] parameter in the adapter settings. Real-time events are not affected by this setting, only the "cyclical" real time update of devices, clients, etc.

  3. Not all states are directly available after the adapter has startedStates are only created and updated when the data is sent by the network controller, this can take some time until the data is sent for the first time

Configuration

Local user (UniFi OS)

You will need a local user created in your UniFi OS Console to log in with. Ubiquiti SSO Cloud Users will not work. It is recommended you use the Administrator or a user with full read/write access to get the most out of the integration, but it is not required.

  1. Login to your Local Portal on your UniFi OS device, and click on Users.
    Note: This must be done from the UniFi OS by accessing it directly by IP address (e.g. 192.168.1.1), not via unifi.ui.com or within the UniFi Network app.

  2. Go to Admins & Users from the left hand side menu and select the Admins tab or go to [IP address]/admins/ (e.g. 192.168.1.1/admins/).

  3. Click on + in the top right corner and select Add Admin.

  4. Select Restrict to local access only and enter a new username and password.

  5. Select Hotspot Operator and Site Admin for the Network role.
    Note This is not absolutely necessary, if the permissions are not sufficient, you will be informed via log message

image info

Changelog

1.5.0 (2026-06-23)

  • (Scrounger) vpn event handler for network >= 10.3.x added #89
  • (Scrounger) event messages improved #109, #91
  • (Scrounger) typescript 6.x bug fixes
  • (Scrounger) dependencies updated
  • (ioBrokerTranslator) spanish language added #98
  • (Scrounger) bug fix for expired token since v10.4.57 #108
  • (copilot) Adapter requires node.js >= 22 now

1.4.0 (2026-04-08)

  • (Scrounger) bug fix for speed test event spamming since v.10.2.105
  • (Scrounger) event messages improved #68 #54
  • (Scrounger) dependencies updated
  • (Scrounger) support for Unifi OS on custom port added (e.g. UniFi OS Server) #65
  • (Scrounger) bug fix: vpn is wrongly shown as lan
  • (Scrounger) system informations added #63
  • (Scrounger) port states up, rx/tx error and rx/tx dropped added
  • (Scrounger) event messages improved #64
  • (Scrounger) read controller version added #59
  • (Scrounger) option to set debug level for client connection events added #61
  • (Scrounger) property version for devices added
  • (Scrounger) satisfaction object create condition removed to prevent create and deletion of object
  • (Scrounger) event messages for dream machines compatibility < v10.x added #72
  • (Scrounger) weblate translation added
  • (Scrounger) downgrade @iobroker/adapter-core to v3.3.1 to prevent conflicts with js-controller < v7.1.0 in rare cases #56

1.3.1 (2025-12-01)

  • (Scrounger) null bug fix #48
  • (Scrounger) dependencies updated
  • (Scrounger) event messages improved #46
  • (Scrounger) bug fixes

1.3.0 (2025-11-24)

  • (Scrounger) event messages improved #46
  • (Scrounger) option to change tx power mode of access point channels
  • (Scrounger) dependencies updated
  • (Scrounger) code optimized
  • (Scrounger) logging optimized

1.2.2 (2025-11-14)

  • (Scrounger) delete device event added
  • (Scrounger) event messages improved #43

Older changelogs can be found there

License

MIT License

Copyright (c) 2025-2026 Scrounger [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.