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.neeo

v1.0.4

Published

ioBroker Adapter for NEEO Remote Control

Downloads

7

Readme

Logo

ioBroker.neeo

NPM version Downloads Installations Build

ioBroker Adapter for NEEO Brain

Dieser Adapter verbindet ioBroker mit dem NEEO NEEO Brain.
Er erkennt Räume, Geräte, Rezepte, Szenarien und stellt diese als Objekte in ioBroker zur Verfügung.
Die Verbindung erfolgt wahlweise über manuelle IP-Konfiguration oder automatische mDNS-Erkennung.

Funktionen

  • Automatische Erkennung des NEEO Brain via mDNS oder IP / Port in Settings
  • Erstellung von Objekten:
    • Räume
    • Geräte pro Raum mit Makros und Kommandos
    • Rezepte pro Raum mit Status und Power Toggle
    • Szenarien (zusammengehörende Rezepte) pro Raum Status und Power Toggle
  • Polling von Recipes mit Statusaktualisierung
  • Brain Online Statusüberwachung über info.connection

Custom Features

  • Pro Raum Status (isactive) und Power Toggle (powerToggle), über folgende Objekte konfigurierbar:
    • 0_userdata.0.neeo...roomDefault (string) -> Raum Einschaltrezept (Format: 6232364701641080832)
    • 0_userdata.0.neeo...roomDelay (number) -> Einschaltverzögerung pro Raum in Sekunden (Format: 5)
  • Global Room Status (isactive) und Power Toggle (powerToggle), über folgende Objekte konfigurierbar:
    • 0_userdata.0.neeo...roomGlobal (bool) -> Raum in Global powerToggle inkludiert (Format: true / false)
  • Pro Raum Volume Macro mit Anzahl Wiederholungen und Verzögerung
    • 0_userdata.0.neeo...roomVolDevice (string) -> Raum Volume Device (Format: 6333416566067036160)
    • 0_userdata.0.neeo...roomVolUp (string) -> Raum Volume Up Makro (Format: 6333416567207886848)
    • 0_userdata.0.neeo...roomVolDown (string) -> Raum Volume Down Makro (Format: 6333416567195303936)
    • 0_userdata.0.neeo...roomVolRepeat (number) -> Volume Wiederholungen (Format: 6)
    • 0_userdata.0.neeo...roomVolDelay (number) -> Volume Delay in ms (Format: 100)

Known Issues

  • Statusüberwachung Brain erst nach erstem Pollzyklus
  • Status isactive von Rezepten nach powerToggle erst nach Pollzyklus aktuell (Status Raum und Szenarien sind ok)
  • Tests nicht verfügbar

Installation

Die Installation erfolgt über den ioBroker Admin oder manuell per Konsole:

npm install iobroker.neeo

Changelog

1.0.4 (2025-08-11)

  • Status update für globaler Power Toggle fixed

1.0.3 (2025-08-11)

  • Update für fehlerhaftes npm package

1.0.2 (2025-08-11)

  • Globaler Power Toogle und Volume Makros pro Raum hinzugefügt,

1.0.1 (2025-08-04)

  • Szenario und Custom Status pro Raum hinzugefügt

1.0.0

  • Initiale Version

License

MIT License © 2025 tom