{"id":13488807,"url":"https://github.com/ioBroker/ioBroker","last_synced_at":"2025-03-28T02:31:05.924Z","repository":{"id":19634698,"uuid":"22886718","full_name":"ioBroker/ioBroker","owner":"ioBroker","description":"Automate your life!","archived":false,"fork":false,"pushed_at":"2024-10-23T06:41:35.000Z","size":10577,"stargazers_count":1280,"open_issues_count":44,"forks_count":156,"subscribers_count":79,"default_branch":"master","last_synced_at":"2024-10-29T15:39:31.098Z","etag":null,"topics":["home-automation","iobroker","nodejs","smarthome"],"latest_commit_sha":null,"homepage":"http://iobroker.net","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ioBroker.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-08-12T17:50:41.000Z","updated_at":"2024-10-28T18:13:28.000Z","dependencies_parsed_at":"2023-10-11T13:25:50.502Z","dependency_job_id":"7bbe58a0-8f2f-4044-a559-f388717be6c3","html_url":"https://github.com/ioBroker/ioBroker","commit_stats":{"total_commits":796,"total_committers":36,"mean_commits":22.11111111111111,"dds":0.6909547738693467,"last_synced_commit":"f08f0782cea12d779c4f0a6b0b30f50126bad211"},"previous_names":[],"tags_count":79,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ioBroker%2FioBroker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ioBroker%2FioBroker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ioBroker%2FioBroker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ioBroker%2FioBroker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ioBroker","download_url":"https://codeload.github.com/ioBroker/ioBroker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245785804,"owners_count":20671633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["home-automation","iobroker","nodejs","smarthome"],"created_at":"2024-07-31T18:01:22.160Z","updated_at":"2025-03-28T02:31:05.890Z","avatar_url":"https://github.com/ioBroker.png","language":"Shell","funding_links":[],"categories":["Shell","Home Automation","Alternative Home Automation Software"],"sub_categories":["📱 Social"],"readme":"![Logo](img/logos/ioBroker_Logo_Long_Vector.svg)\n# ioBroker (windows installer)\n\n[![NPM version](https://img.shields.io/npm/v/iobroker.svg)](https://www.npmjs.com/package/iobroker)\n[![Downloads](https://img.shields.io/npm/dm/iobroker.svg)](https://www.npmjs.com/package/iobroker)\n\n[![NPM](https://nodei.co/npm/iobroker.png?downloads=true)](https://nodei.co/npm/iobroker/)\n\n*Automate your life!*\n\nTo install on Linux, just run: `npx @iobroker/install`\n\nTo install on Windows: `mkdir C:\\iobroker \u0026\u0026 cd C:\\iobroker \u0026\u0026 npx @iobroker/install` or use [installer](https://github.com/ioBroker/ioBroker.build)\n\nSee [ioBroker documentation](https://www.iobroker.net/#en/documentation) for more information\n\n* [ioBroker website](https://www.iobroker.net)\n* [Forum](https://forum.iobroker.net)\n* [Requests for adapters](https://github.com/ioBroker/AdapterRequests/issues)\n\nioBroker is an integration platform for the [Internet of Things](https://en.wikipedia.org/wiki/Internet_of_Things), focused on Building Automation, Smart Metering, Ambient Assisted Living, Process Automation, Visualization and Data Logging.\n\n## Concept\n\nioBroker is not just an application, it's more of a concept and a database schema.\nIt offers a very easy way for systems to interoperate. \nioBroker defines some common rules for a pair of databases used to exchange data and publish events between different systems.\n\n![architecture](img/architecture.png)\n\n### Databases\n\nioBroker uses \"in memory\" database to hold the data and saves it on disk with reasonable intervals. \nThere are two types of storage:\n- objects (meta/configuration information)\n- states (values)\n\nObjects and states can be stored in \"in memory\" or in Redis.\n\n[Redis](https://redis.io/) is an in-memory key-value data store and also a message broker with publish/subscribe pattern.\n\nIt's used to maintain and publish all states of connected systems.\n\n### Adapters\n\nSystems are attached to ioBrokers databases via so-called adapters, technically processes running anywhere\nin the network and connecting all kinds of systems to ioBrokers databases. \nA connection to ioBrokers databases can be implemented in nearly any programming language on nearly any platform, \nand an adapter can run on any host that is able to reach the databases via ip networking.\n\nSee the actual list of adapters on [iobroker.net](https://www.iobroker.net/#en/adapters)\n\n### Security\n\nioBroker is designed to be accessed by trusted adapters inside trusted networks. \nThis means that usually it is not a good idea to expose the ioBroker databases, \nadapters or any smart home devices directly to the internet or, in general, \nto an environment where untrusted clients can directly access these network services. \nAdapters that offer services supposed to be exposed to the internet should be handled with care. \nYou should always activate **HTTPS** and use valid certificates for web, admin if open it for internet or \nfor example, use it with additional security measures like VPN, VLAN and reverse proxies.\n\n## Getting Started\n### Operating System and Hardware\n[ioBroker.js-controller](https://github.com/iobroker/ioBroker.js-controller/) should run on any hardware \nand OS that runs [Node.js](https://nodejs.org/) (ARM, x86, Windows, Linux, OSX).\n\nioBroker spawns a new Node.js process for every adapter instance, so RAM becomes a limiting factor. \nA single adapter's memory fingerprint is roundabout 10 to 60 MB.\n\n### Installation and first steps\n* [ioBroker Download](https://www.iobroker.net/#en/download)\n\n### Community support\n* Get help in the [ioBroker Forums](https://forum.iobroker.net) (english, german and russian languages)\n\n## Logos and pictures\n\n**All logos are protected by copyright and may not be used without permission.**\n\nPlease request permission via info@iobroker.net\n\n[Logos](https://github.com/ioBroker/ioBroker/tree/master/img)\n\n## License\n\nThis module is distributor under the MIT License (MIT). \n**Please notice that other ioBroker adapters can have different licenses.**\n\nThe MIT License (MIT)\n\nCopyright (c) 2014-2024 bluefox \u003cdogafox@gmail.com\u003e,\nCopyright (c) 2014      hobbyquaker\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FioBroker%2FioBroker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FioBroker%2FioBroker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FioBroker%2FioBroker/lists"}