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

v0.7.3

Published

roborock

Readme

Logo

ioBroker.roborock

NPM version Downloads Number of Installations Current version in stable repository

NPM

Tests: Test and Release

Translation: Translation status

Roborock adapter for ioBroker

This adapter allows you the control, get states, cleaning history and view the map of a Roborock vacuum cleaner which is set up in the Roborock app.

This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.

This adapter cannot work on MacOS

Requirements

  • Node.js >= 22.0.0
  • ioBroker.admin >= 7.6.17
  • ioBroker.js-controller >= 6.0.11

Supported robots

  • S-Series: S4, S4 Max, S5 Max, S6, S6 Pure, S6 MaxV, S7, S7 MaxV (Pro/Ultra), S7 Pro Ultra, S7 Max Ultra, S8, S8 Pro Ultra, S8 MaxV Ultra
  • Q-Series: Q5 Pro, Q7, Q7 Max, Q7 L5, Q8 Max
  • Q Revo: Q Revo, Q Revo Pro
  • Qrevo: Qrevo Slim, Qrevo S, Qrevo Curve, Qrevo Curv Series, Qrevo Edge, Qrevo Edge Series, Qrevo L, Qrevo Master, Qrevo MaxV
  • Saros: Saros 10, Saros 10R, Saros 20 / Saros 20X, Saros Z70

Zone cleaning

This feature only works when map creation is enabled in the adapter options. Open the map from the adapter’s web UI tab in the ioBroker admin interface; no manual URL needed.

Map creation does not work on raspberry pi

  • Draw your square meant for cleaning. Roborock supports up to 4 cleaning zones at once.

Changelog

0.7.3 (2026-05-22)

  • (copystring) Fixed V1 auto-empty dust collection to use the AppPlugin-verified app_start_collect_dust command.

0.7.2 (2026-05-20)

  • (copystring) Fixed missing auto-empty command for Roborock Qrevo MaxV (#1272).
  • (copystring) Fixed local endpoint refresh after temporary MQTT outages so stale local IP recovery retries immediately again.
  • (copystring) Require bug reports to upload a .txt debug log file.

0.7.1 (2026-05-19)

  • (copystring) Fixed local TCP recovery when a Roborock device gets a new LAN IP address.
  • (copystring) Updated dependencies: @napi-rs/canvas to 1.0.0, protobufjs to 8.2.0 and zod to 4.4.3.
  • (copystring) Resolved npm audit security advisories in transitive dependencies and documented the temporary dependency overrides.

0.7.0 (2026-05-04)

  • (copystring) Added support for Roborock Q10, including map handling for this model.
  • (copystring) Added support for Roborock Saros Z70.
  • (copystring) Improved local connections for newer Roborock models so reconnects, keepalive checks and map transfers are more reliable.
  • (copystring) Fixed empty images in mapBase64 and mapBase64Truncated.

0.7.0-beta.1 (2026-03-16)

  • (copystring) Fix: Request handling – message IDs are now assigned internally (externalId removed), avoiding ID conflicts.
  • (copystring) Maps/Rooms: Room states are only created for segments that exist on the loaded map for that floor; room names are taken only from the API so custom names are not overwritten.