Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@iobroker/install

ioBroker539MIT6.0.1

automate your life - platform

ioBroker, Smarthome, Home Automation, Smart Metering, Homematic, Hue, KNX, Z-Wave, ZigBee, Bidcos, TV, Sonos, AV Receiver

readme

Logo

ioBroker (windows installer)

NPM version Downloads

NPM

Automate your life!

To install on Linux just run: npx @iobroker/install

To install on Windows: mkdir C:\iobroker && cd C:\iobroker && npx @iobroker/install or use installer

See ioBroker documentation for more information

ioBroker is an integration platform for the Internet of Things, focused on Building Automation, Smart Metering, Ambient Assisted Living, Process Automation, Visualization and Data Logging.

Concept

ioBroker is not just an application, it's more of a concept and a database schema. It offers a very easy way for systems to interoperate. ioBroker defines some common rules for a pair of databases used to exchange data and publish events between different systems.

architecture

Databases

ioBroker uses "in memory" database to hold the data and saves it on disk with reasonable intervals. There are two types of storage:

  • objects (meta/configuration information)
  • states (values)

Objects and states can be stored in "in memory" or in Redis.

Redis is an in-memory key-value data store and also a message broker with publish/subscribe pattern.

It's used to maintain and publish all states of connected systems.

Adapters

Systems are attached to ioBrokers databases via so-called adapters, technically processes running anywhere in the network and connecting all kinds of systems to ioBrokers databases. A connection to ioBrokers databases can be implemented in nearly any programming language on nearly any platform and an adapter can run on any host that is able to reach the databases via ip networking.

See actual list of adapters on iobroker.net

Security

ioBroker is designed to be accessed by trusted adapters inside trusted networks. This means that usually it is not a good idea to expose the ioBroker databases, adapters or any smart home devices directly to the internet or, in general, to an environment where untrusted clients can directly access these network services. Adapters that offer services supposed to be exposed to the internet should be handled with care. You should always activate HTTPS and use valid certificates for web, admin if open it for internet or for example use it with additional security measures like VPN, VLAN and reverse proxies.

Getting Started

Operating System and Hardware

ioBroker.js-controller should run on any hardware and OS that runs Node.js (ARM, x86, Windows, Linux, OSX).

ioBroker spawns a new Node.js process for every adapter instance, so RAM becomes a limiting factor. A single adapter's memory fingerprint is roundabout 10 to 60 MB.

Installation and first steps

Community support

Logos and pictures

All logos are protected by copyright and may not be used without permission.

Please request permission via info@iobroker.net

Logos

License

This module is distributor under the MIT License (MIT). Please notice, that other ioBroker adapters can have different licenses.

The MIT License (MIT)

Copyright (c) 2014-2024 bluefox dogafox@gmail.com, Copyright (c) 2014 hobbyquaker

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.

changelog

Changelog for Windows-Installer-NPX

6.0.1 (2024-08-23)

  • Windows: Fix service installation error on very slow PCs

6.0.0 (2024-08-10)

  • Adjust minimum Node.js version to 18 of new main package which match to the minimum version of js-controller 6.0.x
  • Rebuild Windows install logic to use the new installer script
  • Windows: Ensure that git installations runs without user interaction

5.1.2 (2024-05-23)

  • Create the correct controller.js file on windows to work with controller v6

5.0.0 (2023-09-14)

  • Adjust minimum Node.js version to 16.13 for new installations which match to the minimum version of js-controller 5.0.x

4.3.4 (2023-04-20)

  • Handle restart properly in iob.bat and iobroker.bat for Windows

4.3.1 (2023-02-27)

  • Optimize Windows installation

4.3.0 (2023-02-27)

  • Also create Start-menu entries for Windows installation
  • Add option to specify the Windows service name for Windows installation

4.2.2 (2023-01-14)

  • Optimize Windows installer script
  • Do JSONL DB compression earlier in the Windows installer flow

4.2.1 (2022-12-22)

  • Caught some errors when executed in wrong directory on windows

4.2.0 (2022-12-09)

  • Sync Windows installer with Linux installer
  • Add Windows Fixer to compress JSONL databases

4.1.11 (2022-05-25)

  • Made the parameters call list longer

4.1.10 (2022-05-23)

  • Start/stop service by calling iob.bat start/stop

4.1.9 (2022-05-23)

  • Stop service before fix and then start service again

4.1.7 (2022-05-23)

  • ioBroker stopped now before fix

4.1.5 (2022-05-22)

  • Added support for windows: iob fix

4.1.4 (2022-05-22)

  • Allowed to install on linux too

4.0.3 (2022-05-22)

  • Corrected fixer

4.0.2 (2022-05-22)

  • Activate windows as npx installer again