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

iobroker.roomba

v1.3.0

Published

Connect your iRobot Roomba to ioBroker

Downloads

176

Readme

Logo

ioBroker.roomba

Connect your iRobot Roomba to ioBroker.

Based on the dorita980 library https://github.com/karlvr/dorita980#readme

Number of Installations Stable Version NPM Version Commits since last release Travis CI Downloads

NPM

Table of contents

  1. Features
  2. Installation
  3. Setup instructions
  4. Supported Roomba's / Firmware versions
  5. Channels & States
  6. Description of Preferences (incomplete)
  7. Smart Home / Alexa integration using ioBroker.javascript
  8. Changelog
  9. Credits
  10. Licence

Features

The following features come with this adapter:

  • Send commands (start, stop, resume, pause, dock) to your Roomba
  • Retrieve device states, such as battery, docked, full / inserted bin (see Channels & States for full list)
  • Retrieve device configuration, such as preferences, network or schedule settings (see Channels & States for full list)
  • Retrieve device statistics, such as total missions, hours on docking station, etc. (see Channels & States for full list)
  • Retrieve information about current mission (when your Roomba is cleaning), such as start and end time, total runtime, sqm cleaned, etc. (only on supported Roomba's see Supported Roomba's / Firmware versions)
  • Draw map based on the mission data received (only on supported Roomba's)
  • Web Interface that shows the status and map of the current as well as previous / archived missions: Roomba Interface

Installation

ioBroker.roomba needs canvas in order to draw maps of the Roomba missions. ioBroker will try to install this dependency with ioBroker.roomba installation.

Though, you probably have to install package dependencies of canvas (and canvas itself) with the following command:

Linux

sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev

Furthermore, run the following command in the ioBroker.roomba directory (/opt/iobroker/node_modules/iobroker.roomba):

sudo npm install canvas --unsafe-perm=true

Windows

  1. Make sure you have node-gyp installed via

    npm install -g node-gyp
  2. Make sure you have build essentials installed via

    npm install --global --production windows-build-tools
  3. Download GTK 2 (for Win32 or Win64) and unzip it (e.g. to C:\path\to\GTK2)

  4. Run

    node-gyp rebuild --GTK_Root=C:\path\to\GTK2
  5. Install canvas from within the iobroker.roomba folder

    cd C:\path\to\iobroker\node_modules\iobroker.roomba
    npm install canvas

For details, see https://github.com/Automattic/node-canvas/wiki/Installation:-Windows.

Setup instructions

Automated setup

To automatically setup ioBroker.roomba following the instructions in the admin panel of ioBroker.roomba.

ATTENTION: The authentication credentials are not the same as you are using in the smartphone app!

  1. Make sure the ioBroker.roomba adapter is started.
  2. Make sure your robot is on the Home Base and powered on (green lights on).
  3. Then press and hold the HOME button on your robot until it plays a series of tones (about 2 seconds).
  4. Release the button and your robot will flash WIFI light.
  5. Then come back here press the button to retrieve IP and credentials.

If the automated process fails retrieving your credentials, please use the manual setup.

Manual setup

For manual setup see https://github.com/karlvr/dorita980#how-to-get-your-usernameblid-and-password.

Supported Roomba's / Firmware versions

Supported Firmware versions

| Software-Version | Firmware Info | Supported | | ---------------- | ------------- | --------- | | v1.4 | Release Notes | #c5f015 supported (#c5f015 incl. map) | | v2.4.6-x | Release Notes | #c5f015 supported (#c5f015 incl. map) | | v3.2.xx | Release Notes | #c5f015 supported (#f03c15 NO map) |

Supported Roomba's

| Serie | Models (incomplete) | Software-Version | Firmware Info | Supported | | ----- | --------------------- | ---------------- | ------------- | --------- | | Roomba® 6xx | 605, 606, 612, 616, 671, 676, 680, 696 | v3.2.40 | Release Notes | (most likely) | | Roomba® 6xx | 675, 690 | v3.2.40 | Release Notes | #c5f015 supported (#f03c15 NO map) | | Roomba® 6xx | 692 | v3.5.62 | Release Notes | #c5f015 supported (#f03c15 NO map) | | Roomba® 7xx | 774, 785, | - | | #f03c15 Model does not offer Wifi connectivity, thus no support | | Roomba® 8xx | 880, 886, 891, 896 | - | Release Notes | (most likely) | | Roomba® 8xx | 895 | v3.2.10 / 40 / 69 | Release Notes | #c5f015 supported (#f03c15 NO map) | | Roomba® 9xx | 965, 981 | - | Release Notes | (most likely) | | Roomba® 9xx | 960, 966, 980 | v2.4.6-3 | Release Notes | #c5f015 supported (incl. map) | | Roomba® i | i7 (7150), i7+ (7550) | v1.4 | Release Notes | #c5f015 supported (incl. map) | | Roomba® e5 | e5 | v3.4.42 | Release Notes | #c5f015 supported (#f03c15 NO map) | | Roomba® s | S9+ | v3.2.4 | Release Notes | #c5f015 supported (incl. map) |

Please help us regarding the supported devices and let me know via an issue, whether your Roomba model is supported!

Channels & States

After sucessful setup the following channels and states will be created:

| Channel | Folder | State | Description | | ------- | ------ | ----- | ----------- | | cleaning | - | - | Commands and information regarding cleaning process | | cleaning | last | - | Last commands sent to robot | | cleaning | last | command | Last command sent to robot | | cleaning | last | timestamp | Timestamp last command was sent | | cleaning | last | datetime | DateTime last command was sent | | cleaning | last | initiator | Initiator of last command | | cleaning | last | cycle | Cycle | | cleaning | last | phase | Phase | | cleaning | last | error | Indicates an error during last mission | | cleaning | schedule | - | Schedule information | | cleaning | schedule | cycle | Schedule cycle (Sunday to Saturday) | | cleaning | schedule | hours | Hour to start cycle (Sunday to Saturday) | | cleaning | schedule | minutes | Minute to start cycle (Sunday to Saturday) | | cleaning | - | dock | Send the robot to the docking station | | cleaning | - | pause | Pause the current cleaning process | | cleaning | - | resume | Resume the current cleaning process | | cleaning | - | start | Start a cleaning process | | cleaning | - | stop | Stop the current cleaning process | | device | - | - | Device information | | device | network | - | Network information | | device | network | dhcp | State whether DHCP is activated | | device | network | router | Mac address of router | | device | network | ip | IP address | | device | network | subnet | Subnet adress | | device | network | gateway | Gateway address | | device | network | dns1 | Primary DNS address | | device | network | dns2 | Secondary DNS address | | device | preferences | - | Set preferences | | device | preferences | binPause | UNKNOWN | | device | preferences | carpetBoostAuto | Automatic: Roomba will automatically boost its vacuum power to deep clean carpets. | | device | preferences | carpetBoostHigh |Performance Mode: Roomba will always boost its vacuum to maximise cleaning performance on all floor surfaces. | | device | preferences | ecoCharge | UNKNOWN | | device | preferences | noAutoPasses | One Pass: Roomba will cover all areas with a single cleaning pass. | | device | preferences | noPP | UNKNOWN | | device | preferences | openOnly | UNKNOWN | | device | preferences | schedHold | UNKNOWN | | device | preferences | twoPass | Roomba will cover all areas a second time. This may be helpful in homes with pets or for occasional deep cleaning. | | device | versions | - | Version information | | device | versions | hardwareRev | Hardware Revision | | device | versions | batteryType | Battery Type | | device | versions | soundVer | UNKNOWN | | device | versions | uiSwVer | UNKNOWN | | device | versions | navSwVer | UNKNOWN | | device | versions | wifiSwVer | UNKNOWN | | device | versions | mobilityVer | UNKNOWN | | device | versions | bootloaderVer | Bootloader Version | | device | versions | umiVer | UNKNOWN | | device | versions | softwareVer | Software Version | | device | - | _rawData | Raw preferences data as json | | device | - | mac | Mac address of the robot | | device | - | name | Name of the robot | | device | - | type | Type of the robot | | states | - | - | Status information | | states | - | _connected | Connection state | | states | - | battery | Battery level of the robot | | states | - | binFull | State whether bin status is full | | states | - | binInserted | State whether bin is inserted | | states | - | docked | State whether robot is docked | | states | - | signal | Signal strength | | states | - | status | Current status of the robot | | statistics | - | - | Statistic Information | | statistics | missions | - | Mission Statistics | | statistics | missions | failed | Number of failed cleaning jobs | | statistics | missions | succeed | Number of successful cleaning jobs | | statistics | missions | total | Number of cleaning jobs | | statistics | time | - | Time Statistics | | statistics | time | avgMin | UNKNOWN | | statistics | time | hOnDock | UNKNOWN | | statistics | time | nAvail | UNKNOWN | | statistics | time | estCap | UNKNOWN | | statistics | time | nLithChrg | UNKNOWN | | statistics | time | nNimhChrg | UNKNOWN | | statistics | time | nDocks | UNKNOWN | | - | - | refreshedDateTime | DateTime of last update | | - | - | refreshedTimestamp | Timestamp of last update |

Description of Preferences (incomplete)

The following payload will be received when calling getPreferences() (see https://github.com/karlvr/dorita980#getpreferences):

| Object | Index | Type | Description | ioBroker State | | ------ | ----- | ---- | ----------- | -------------- | | netinfo | - | object | Network Information of the Roomba connection | - | | netinfo | .dhcp | boolean | State whether DHCP is activated | device.network.dhcp | | netinfo | .addr | ip | IP address | device.network.ip | | netinfo | .mask | ip | Subnet adress | device.network.subnet | | netinfo | .gw | ip | Gateway address | device.network.gateway | | netinfo | .dns1 | ip | Primary DNS address | device.network.dns1 | | netinfo | .dns2 | ip | Secondary DNS address | device.network.dns2 | | netinfo | .bssid | mac | Mac address of router | device.network.router | | netinfo | .sec | integer | Unknown | (not mapped) | | wifistat | - | object | Unknown | - | | wifistat | .wifi | integer | Unknown | (not mapped) | | wifistat | .uap | boolean | Unknown | (not mapped) | | wifistat | .cloud | integer | Unknown | (not mapped) | | wlcfg | - | object | Unknown | - | | wlcfg | .sec | integer | Unknown | (not mapped) | | wlcfg | .ssid | string | Unknown | (not mapped) | | mac | - | mac | Mac address of Roomba | - | | country | - | string | Unknown | - | | cloudEnv | - | string | Unknown | - | | svcEndpoints | .svcDeplId | string | Unknown | - | | mapUploadAllowed | - | boolean | Unknown | - | | localtimeoffset | - | integer | Unknown | - | | ... | - | ... | ... | - |

Please help us regarding the description of the preferences. If you know the meaning of preferences stated as unknown in the table, let me know their meaning via an issue!

Smart Home / Alexa integration using ioBroker.javascript

Send Map via Telegram when mission is finished

This requires the ioBroker adapter ioBroker.telegram to be installed (https://github.com/ioBroker/ioBroker.telegram).

Create a script in the "common" folder of ioBroker.javascript and add the following listener to it:

var _fs = require('fs');

/*
 * MISSION END: Send map
 * 
 */
var message = "%device.name% finished at %missions.current.endedDateTime% cleaning %missions.current.sqm% sqm in %missions.current.runtime% seconds (%missions.current.error% errors).";
var ns = 'roomba.0';
var imagePath = 'tmp/';

on({id: ns + '.missions.current.ended', change: 'any'}, function(obj)
{
    if (!obj.state || !obj.state.val) return;
    
    // replace variables with state values
    var pos, variable, state, value;
    while (message.indexOf('%') > -1)
    {
        pos = message.indexOf('%');
        variable = message.substring(pos, message.indexOf('%', pos+1)+1);
        state = getState(ns + '.' + variable.replace(/%/g, ''));
        
        if (state !== null && state.val !== null)
            value = state.val
        else
        {
            log('State ' + variable.replace(/%/g, '') + ' not found!', 'warn');
            value =  '';
        }

        if (typeof value === "boolean") value = value === true ? 'with' : 'no';
        message = message.replace(RegExp(variable, 'gi'), value);
    }
    
    // console
    log(message);
    
    // get image
    var img = getState(ns + '.missions.current.mapImage').val;

    if (img !== null && img.indexOf('data:image/png;base64,') > -1)
    {
        _fs.writeFile(imagePath + 'image.png', img.replace(/^data:image\/png;base64,/, ''), 'base64', function(err)
        {
            if (err !== null)
                log(err.message, 'warn');
            else
                sendTo('telegram', {text: imagePath + 'image.png', message: message});
        });
    }
});

2019-05-04 fixed error that prevented sending the map

You may edit the variable message to any notification you would like to receive with the map. You may use %name-of-state% to retrieve the value of a state within the ioBroker.roomba object tree.

Changelog

1.3.0 (2024-04-26)

  • (mcm1957) Adapter requires node.js >= 18 and js-controller >= 5 now
  • (mcm1957) Dependencies have been updated

1.2.2 (2023-09-03)

  • (mcm1957) some dependencies have been upgraded
  • (TheRealArthurDent) Background color of the adapter settings page has been removed to make it useable in dark mode.

1.2.1 (2023-08-09)

  • (mcm1957) dorita980 dependency has been upgraded
  • (mcm1957) some other dependencies have been upgraded
  • (mcm1957) Adapter now requires node 16 or newer and js-controller 4.0.24 or newer

1.2.0 (2023-08-09)

  • (TheRealArthurDent) dorita980 has been updated (see PR #144)
  • (mcm1957) Release script has been updated
  • (mcm1957) Several issues reported by adapter checker have been fixed

1.1.4 (2021-07-19)

  • (Apollon77) Adjust some types to prevent js-controller 3.3 warnings
  • (thost96) fix hanging state loading in frontend
  • (thost96) fixed link in canvas warning

1.1.1 (2020-02-16)

  • (Zefau) moved development to Community Repository

1.1.0 (2020-02-06)

  • (Zefau) added support to change schedule (see #36)
  • (Zefau) fixed bug with state commands.last.dateTime having incorrect value NaN
  • (Zefau) fixed error message shown when robot is on a mission but map is not given

1.1.0 (2020-02-06)

  • (Zefau) acknowledged support for S9+ (see #34)

1.0.7 (2019-09-03)

  • (Zefau) fixed bugs occurring when Roomba is on a mission
  • (Zefau) added additional debug logging

1.0.6 (2019-08-19)

  • (Zefau) added loading screen to web interface

1.0.5 (2019-08-18)

  • (Zefau) fixed failing secure connection
  • (Zefau) fixed broken credential retrieval
  • (Zefau) fixed broken refresh

1.0.4 (2019-08-15)

  • (Zefau) fixed password retrieval
  • (Zefau) fixed German translations
  • (Zefau) added donations button
  • (Zefau) updated dorita980 dependency to v3.1.3
  • (Zefau) updated canvas dependency to v2.6.0

1.0.3 (2019-07-23)

  • (Zefau) fixed bug uncaught exception: Cannot read property 'x' of undefined

1.0.2 (2019-07-20)

  • (Zefau) reworked placing home icon (#23)
  • (Zefau) updated dependencies to fix security vulnerabilities in depending packages

1.0.1 (2019-05-15)

  • (Zefau) fixed display error in Chrome (#19)
  • (@Apollon77) updated testing for Node.js v12 (#18)
  • (Zefau) updated dependencies

1.0.0 (2019-05-04)

  • (zefau) No changes, only bump to stable release

0.5.0 (2019-04-21)

  • (zefau) Added command buttons to map page / web interface (#17)
  • (zefau) Removed button to end mission manually missions.current._endMission
  • (zefau) Run stop command in the background when dock command is received (#14)
  • (zefau) Added Web Adapter as dependency

0.4.5 (2019-03-20)

  • Zefau) Refactored retrieval of preferences and added debug mode

0.4.4 (2019-03-15)

  • (@Apollon77) Core Files/Testing Update and introduce adapter-core (#8)

0.4.3 (2019-02-10)

  • (zefau) Improved compatibility for series 600

0.4.2 (2019-02-09)

  • (zefau) Bug fixing

0.4.1 (2019-02-03)

  • (zefau) Support for Compact Mode
  • (zefau) Bug fixing

0.4.0 (2019-01-08)

  • (zefau) Support for e5 and 600 series (due to support by dorita980)

0.3.0 (2019-01-06)

  • (zefau) Image / Map of the current cleaning mission will be created
  • (zefau) Removed encryption of password

0.2.3 (2018-12-03)

  • (zefau) Fixed an issue encrypting the password when entered by user (no automated retrieval)

0.2.2 (2018-12-02)

  • (zefau) Password will now be stored encrypted

Note: If you are coming from an earlier version, you have to (1) empty your settings, (2) save, (3) restart the adapter and (4) enter / fetch credentials again (duo to the fact that password will be stored encrypted now)

0.2.1 (2018-11-25)

  • (zefau) Fixed / improved automatically retrieving of authentication credentials

0.2.0 (2018-11-18)

  • (zefau) improved admin interface to automatically retrieve authentication credentials

0.1.0 (2018-11-04)

  • (zefau) initial version

Credits

unofficial API

Thanks to @koalazak for the unofficial iRobot Roomba 980 node.js library (SDK).

Icons

Icons made by Iconnice from www.flaticon.com is licensed by CC 3.0 BY

License

The MIT License (MIT)

Copyright (c) 2023-2024 ioBroker Community Developers [email protected]
Copyright (c) 2018-2020 Zefau [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.