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 🙏

© 2025 – Pkg Stats / Ryan Hefner

iobroker.al-ko

v0.2.15

Published

Adapter for communication with Al-Ko garden tools

Readme

Logo

ioBroker.al-ko

NPM version Downloads Number of Installations Current version in stable repository

NPM

Tests: Test and Release


ioBroker.al-ko

Adapter zur Kommunikation mit AL-KO Robolinho und weiteren AL-KO Gartengeräten.

Adapter for communication with AL-KO Robolinho and other AL-KO garden tools.


Funktionsumfang / Features

  • Verbindung mit der offiziellen AL-KO Cloud API
  • Automatisches Anlegen aller relevanten States
  • Alle schreibbaren States werden berücksichtigt (Whitelist)
  • Änderungen an States werden per API zurück in die Cloud gepusht
  • Gerätestatus wird automatisch und in Echtzeit über WebSocket aktualisiert
  • Authentifizierung via Benutzername / Passwort und API-Client-Daten

Konfiguration

Um den Adapter zu nutzen, benötigen Sie API-Zugangsdaten von AL-KO.
Diese können Sie hier beantragen:
👉 AL-KO IoT API Zugang

Im Admin müssen folgende Daten hinterlegt werden:

  • Username (AL-KO Konto)
  • Password
  • Client ID
  • Client Secret

DISCLAIMER

Dieser Adapter steht in keinem Zusammenhang mit der Firma AL-KO.
Es handelt sich um ein Community-Projekt, und AL-KO bietet keinen Support dafür an.


Changelog

0.2.15 (2025-11-02)

Deutsch:

  • Admin-Konfiguration für den Adapter-Check bereinigt:
    • $schema aus admin/jsonConfig.json entfernt
    • Tabs/Panel-Struktur korrigiert
    • Fehlende size-Attribute ergänzt
  • .commitinfo zu .gitignore hinzugefügt
  • Keine funktionalen Änderungen

English:

  • Admin config cleanup for adapter-check:
    • Removed $schema from admin/jsonConfig.json
    • Corrected tabs/panel structure
    • Added missing size attributes
  • Added .commitinfo to .gitignore
  • No functional changes

0.2.14 (2025-11-01)

Deutsch:

  • Entwicklungs-Tooling aktualisiert:
    • @alcalzone/release-script auf ^5.0.0 (Releases nur vom Default-Branch; Node.js ≥ 18 erforderlich)
    • @alcalzone/release-script-plugin-iobroker auf ^4.0.0 (ESM, Node.js ≥ 18)
    • @alcalzone/release-script-plugin-license auf ^4.0.0 (ESM, Node.js ≥ 18)
    • ESLint 9, TypeScript auf ^5.9.3, Prettier 3
  • Keine funktionalen Änderungen am Adaptercode

English:

  • Development tooling updated:
    • @alcalzone/release-script to ^5.0.0 (releases only from default branch; requires Node.js ≥ 18)
    • @alcalzone/release-script-plugin-iobroker to ^4.0.0 (ESM, Node.js ≥ 18)
    • @alcalzone/release-script-plugin-license to ^4.0.0 (ESM, Node.js ≥ 18)
    • ESLint 9, TypeScript bumped to ^5.9.3, Prettier 3
  • No functional changes to adapter code

0.2.13 (2025-10-29)

Deutsch:

  • JSON-Syntaxfehler in io-package.json behoben, der den Adapter-Check blockiert hat (Folgefehler „adminUI“).
  • VS-Code-Schemahinweis für admin/jsonConfig.json aktualisiert.
  • size-Attribute in jsonConfig erneut geprüft/validiert.
  • Keine funktionalen Änderungen.

English:

  • Fixed a JSON syntax error in io-package.json that blocked adapter-check (follow-up “adminUI” errors).
  • Updated VS Code JSON schema hint for admin/jsonConfig.json.
  • Re-validated size attributes in jsonConfig.
  • No functional changes.

0.2.12 (2025-10-29)

Deutsch:

  • Admin-UI: Offizielle jsonConfig-Schema-URL korrigiert (.vscode/settings.json)
  • Fehlende responsive size-Attribute in admin/jsonConfig.json ergänzt
  • Mindestanforderungen angehoben: js-controller >= 6.0.11, admin >= 7.6.17
  • Keine funktionalen Änderungen

English:

  • Admin UI: Fixed official jsonConfig schema URL (.vscode/settings.json)
  • Added missing responsive size attributes in admin/jsonConfig.json
  • Raised minimum requirements: js-controller >= 6.0.11, admin >= 7.6.17
  • No functional changes

0.2.11 (2025-10-28)

Deutsch:

  • Kleinere Code-Korrekturen und Optimierungen vorgenommen
  • Keine funktionalen Änderungen – Stabilität und Wartbarkeit verbessert

English:

  • Minor code corrections and optimizations
  • No functional changes – improved stability and maintainability

0.2.10 (2025-10-28)

Deutsch:

  • Adapter-Kategorie angepasst: Typ von 'hardware' auf 'garden' geändert.
  • Keine funktionalen Änderungen für Anwender

English:

  • Changed adapter type from 'hardware' to 'garden' for proper categorization in ioBroker Admin and repositories.
  • No functional changes for end users

0.2.9 (2025-10-28)

Deutsch:

  • Wartungsupdate: npm-Abhängigkeitskonflikte (sinon-chai vs. chai) behoben
  • ESLint-Konfiguration auf Version 9 mit @iobroker/eslint-config v2.2.0 aktualisiert
  • CI-Stabilität auf GitHub Actions verbessert
  • Keine funktionalen Änderungen für Anwender

English:

  • Maintenance update: resolved npm dependency conflicts (sinon-chai vs chai)
  • Updated ESLint setup to v9 + @iobroker/eslint-config v2.2.0
  • Improved GitHub Actions CI stability
  • No functional changes for end users

License

MIT License

Copyright (c) 2025 Hubert [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.