• Stars
    star
    304
  • Rank 133,437 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 6 years ago
  • Updated 21 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Zigbee communcation with Hue, Xiaomi, Lighttify... via TI CC2xxx USB stick

Logo

ioBroker.zigbee

Number of Installations Number of Installations NPM version

Test and Release Translation status Downloads

ioBroker adapter for Zigbee devices via TI cc2531/cc2530/cc26x2r/cc2538 and deCONZ ConBee/RaspBee.

With the Zigbee-coordinator based on Texas Instruments SoC, deCONZ ConBee/RaspBee modules, Silicon Labs EZSP v8 or ZIGate USB-TTL it creates its own zigbee-network, into which zigbee-devices are connected. By work directly with the coordinator, the driver allows you to manage devices without additional application / gateways / bridge from device manufacturers (Xiaomi / TRADFRI / Hue / Tuya). About the device Zigbee-network can be read here (in English).

Hardware

One coordinator device is required for each zigbee Adapter instance. The device must be flashed with the respective coordinator firmware. A list of supported coordinators, the necessary equipment for the firmware and the device preparation process for different coordinator devices are described here (in English) or here (in Russian)

Texas Instruments SoC

Recommended devices are based on either the CC2652 or CC1352 chip. Devices based on cc253x chips are still supported but are no longer recommended. Only CC26xx/cc1352/cc2538 Devices support extraction of the NVRam backup which should allow to swap coordinator hardware without having to reconnect all zigbee devices to the network. Current firmware files for these devices can be found on GitHub

Dresden Elektronik SoC

recommended:

  • ConBee II
  • RaspBee II

no longer recommended:

  • ConBee I
  • RaspBee

While Conbee/RaspBee Support is no longer considered experimental in the zigbee-herdsman and zigbee-herdsman-converters libraries used by the zigbee Adapter, use of these devices with the adapter may limit functionality. Known issues are:

  • link quality display may be incorrect
  • device map metrics may be incorrect
  • NVRam Backup is not supported.

Silicon Labs SoC

Support for Silicon Lab Zigbee based adapters is experimental. The initial support for EZSP v8 is still not yet considered stable and the project is in need of more developers volenteering to help with this integration. Please refer to the respective documentation on this page and ongoing development discussion with regards to the state of Silabs EmberZNet Serial Protocol (EZSP) adapter implementation integration into the zigbee-herdsman and zigbee-herdsman-converters libraries which it depends on.

ZiGate SoC

Support for ZiGate based adapters is experimental. The initial support for ZiGate is still not yet considered stable and the project is in need of more developers volenteering to help with this integration. Please refer to the respective documentation on this page and ongoing development discussion with regards to the state of ZiGate adapter implementation into the zigbee-herdsman and zigbee-herdsman-converters libraries which it depends on.

Work with adapter

To start the driver, you must specify the name of the port on which the Zigbee-module (stick) is connected. Usually this is the port /dev/ttyACM0 or /dev/ttyUSB0 for the UART-connection. Or you can find with ls -l /dev/serial/by-id the device direct.

open the settings and change port

For Windows this will be the COM port number.

Starting from version 1.0.0 you can also use tcp connection for cases using esp8266 (or other microcontrollers) as serial-bridge. For example tcp://192.168.1.46:8880. Read more info here https://www.zigbee2mqtt.io/information/connecting_cc2530#via-an-esp8266

To connect devices, you need to switch the Zigbee-coordinator to pairing mode by pressing the green button. The countdown will begin (60 seconds) until the device connectivity is available. To connect Zigbee devices in most cases, just press the pairing button on the device itself. But there are features for some devices. More information about pairing with devices can be found here (in English)

After successful pairing, the device appears in the configuration panel. If the device appears in the configuration panel but has the type "undefined", then this is an unknown device and can not be work with it. If the device is in the list of available devices, but added as "undefined", then try to remove the device and add it again.

The devices connected to the Zigbee-network and inform the coordinator of their status and events (button presses, motion detection, temperature change). This information is reflected in the ioBroker object-states. Some ioBroker states have feedback and send commands to the zigbee-device when the value changes (switching the state of the outlet or lamp, changing the scene or the brightness of the lamp).

Device Groups

You may create groups of devices.

It is a Zigbee feature, intended for example to switch bulbs synchronized. Assign groups via device tabs edit button. A group will show as own "device" in Objects.

Note: Not all devices support groups (not supported by end devices like sensors).

Binding

https://www.zigbee2mqtt.io/information/binding

Developer Tab

This is a tool for advanced users to test currently unsupported devices or enhance this adapters functionality. More instructions can be found on tab.

Additional info

There is a friendly project with similar functionality on the same technologies, where you can work with the same devices using the MQTT protocol. Therefore, if any improvements or support for new zigbee-devices occur in the Zigbee2MQTT project, we can transfer and add the same functionality to this adapter. If you notice this, then write the issue - we'll postpone it.

There are knowledge bases that can be useful for working with Zigbee-devices and equipment:

Supported devices

Works with devices from this list https://github.com/ioBroker/ioBroker.zigbee/wiki/Supported-devices

Donate

You can thank the authors by these links:

Changelog

1.8.11 (2022-12-10)

  • (arteck) fix compsite exposes with list

1.8.10 (2022-12-12)

  • (asgothian) fix group access
  • (asgothian) add option for pairing code: A new icon allows to open the network after first entering a pairing code listed on the device
  • (asgothian) easier use of external converters
    • external converters can now be placed in the zigbee adapter data folder
    • no absolite path is required to access them
    • external converters posted on the github for zigbee-herdsman-converters should work as they are - folders for libraries are rewritten to match the expected location when 'required' from within the zigbee adapter
    • Log entries will identify which files are entered as converters. Errors in these files should not cause the adapter to crash - instead, use of external converters may be unavailable.

1.8.9 (2022-12-10)

  • (arteck) fix lidl plug

1.8.7 (2022-12-01)

  • (arteck) fix exposes

1.8.5 (2022-11-30)

  • (arteck) fix for new code

1.8.3 (2022-11-30)

  • (arteck) back to old source

1.8.1 (2022-11-28)

  • (bluefox) Packages updated
  • (bluefox) Added names of serial ports in configuration dialog

1.7.7 (2022-11-24)

  • dep update

1.7.6 (2022-07-23)

  • (kirovilya) fix selecting nodes in admin
  • (arteck) ikea fix

1.7.5 (2022-06-01)

  • (arteck) error message for undefined devices or icons

1.7.4 (2022-05-30)

  • (arteck) missing icons with multiple description

1.7.2 (2022-05-28)

  • (arteck) download missing icons corr

1.7.1 (2022-05-28)

  • (arteck) available status in admin is colored
  • (arteck) disable Backups checkbox in settings
  • (arteck) we keep last 10 backup files
  • (arteck) download missing icons automatically (manual upload needed)

1.6.18 (2022-04-21)

  • (arteck) fix pairing modus

1.6.17 (2022-04)

rollback

1.6.16 (2022-02-16)

  • (arteck) admin dep fix
  • (arteck) colored objects for online/offline state

1.6.15 (2022-02-08)

  • (arteck) Battery status % calculation was changed for xiaomi devices

1.6.14 (2022-01)

  • (asgothian) OTA limitation
    • devices with the available state set to false are excluded from OTA updates (and the update check)
    • devices with link_quality 0 are excluded from OTA updates (and the update check)
  • (asgothian) Device deactivation:
    • Devices can be marked inactive from the device card.
    • inactive devices are not pinged
    • state changes by the user are not sent to inactive devices.
    • when a pingable device is marked active (from being inactive) it will be pinged again.
    • inactive devices are excluded from OTA updates.
  • (asgothian) Group rework part 2:
    • state device.groups will now be deleted with state Cleanup
    • state info.groups is now obsolete and will be deleted at adapter start (after transferring data to the new storage)
  • (asgothian) Device name persistance.
    • Changes to device names made within the zigbee adapter are stored in the file dev_names.json. This file is not deleted when the adapter is removed, and will be referenced when a device is added to the zigbee adapter. Deleting and reinstalling the adapter will no longer remove custom device names, nor will deleting and adding the device anew.
  • (asgothian) Readme edit to reflect the current information on zigbee coordinator hardware.
  • (arteck) Zigbee-Herdsman 0.14.4, Zigbee-Herdsman-Converters 14.0.394

1.6.13 (2022-01)

  • (kirovilya) update to Zigbee-Herdsman 0.14

1.6.12 (2022-01)

  • (asgothian) Groups were newly revised (read here )
    • object device.groups is obsolet..the old one is no longer up to date

1.6.9 (2021-12)

  • (simatec) fix admin Dark-Mode
  • (asgothian) Expose Access Handling
  • (arteck) translations
  • (asgothian) fix groups
  • (agross) use different normalization rules

1.6.1 (2021-08)

  • (kirovilya) herdsman compatibility

1.6.0 (2021-08-09)

1.5.6 (2021-05-26)

  • (kirovilya) new UI add

1.5.5 (2021-05-05)

  • Fixes for new zigbee-herdsman-converters
  • UI fixes

1.5.3 (2021-04-30)

  • (arteck) Fix for js-controller 3.3.*

1.5.2 (2021-04-29)

  • (asgothian) Groups on dashboard

1.5.1 (2021-04-14)

1.4.4 (2021-02-14)

1.4.1 (2020-12)

  • (o0shojo0o) added a kelvin posibility into colortemp
  • (asgothian) Hue_calibration for exposed devices (Use requires PR on zigbee-herdsman-converters, PR is being worked on)
  • (asgothian) fix Tuya Thermostat: restore lost property "preset"
  • (asgothian) Change for Device Availability: Stagger initial ping by 200 ms to prevent network congestion due to a large number of ping requests
  • (asgothian) Change for Device Availability: Ping request triggered on reconnect. Before the herdsman Ping function is used, the adapter attempts to read the "state" dp. If this is successful, no ping is sent and the state is set
  • (asgothian) Change for Device Availability: Set link Quality to 0 when a device is not connected, 10 when it is reconnecting.
  • (asgothian) fix for message "illegal properties x,y" - remove color and color_temp from readable states on device available again (Issue #607)
  • (asgothian) RGB Color can now be entered as "named" color. Implemented names are taken from the list of extended web colors on wikipedia (https://en.wikipedia.org/wiki/Web_colors)
  • (asgothian) change in how RGB color is parsed. Incomplete colors will now be parsed successfully. #FFF will result in R 0, G 15, B 255
  • (asgothian) change in OTA: Message that a device does not respond for OTA query downgraded to "info" from "error"
  • (asgothian) new coordinator card

1.4.0 (2020-12)

  • Many new devices available

Starting from version 1.4.0, new devices in iobroker.zigbee will be added automatically, based on the exposes described in zigbee-herdsman-converters. The exposes section describes the device's capabilities, events and control commands. In iobroker.zigbee these descriptions are converted to iobroker states. This means that the new device is described correctly enough in zigbee-herdsman-converters to start working with iobroker.zigbee (do not need to add it to our /lib/devices files.js and /lib/states.js).

The only thing that is not described (yet, it may change in the future) in zigbee-herdsman-converters is the device image. This is why the device icon on network map uses external links to the resource https://www.zigbee2mqtt.io/images/devices/*. If you want to use local images, then you need to put the image file in /admin/img and briefly describe the device in the /lib/devices.js file without the states:

{
    models: [‘01MINIZB’],
    icon: 'img/ITEAD01ZBMINI. png',
}

in this case, the states attribute will be formed based on the exposes description and the image will be local.

1.3.1 (2020-10-30)

1.3.0 (2020-10-07)

  • More stable (zigbee-herdsman)
  • Backup prior database and nv-data (for z-stack 3) before start adapter
  • Allow to select bind cluster
  • Admin Tab support (experimental)
  • (UncleSamSwiss, DutchmanNL) Translation
  • New devices by: arteck, kirovilya, Shade, krumbholz, fre, Alex18081, ae, asgothian, Strunzdesign, kairauer, VLGorskij, Hesse-Bub, PaulchenPlump, blackrozes

1.2.1 (2020-08-16)

  • Fixes after changing device identify method
  • (Garfonso) Allow to unbind from coordinator

1.2.0 (2020-08-09)

  • Serialport 9.0.0. (zigbee-herdsman)
  • Drop support Node < 10 (zigbee-herdsman)
  • Device now identify (for zigbee-herdsman-converters) by model not zigbeeModel

Improvements and fixes:

  • (Strunzdesign) Fixed the mapping between bulb levels and adapter levels
  • (kirovilya) Fix ota for unavailable devices
  • (kirovilya) Lazy states - created only when an event arrives
  • (kirovilya) States generator - states are created depending on the device and its endpoints
  • (Shade) Fixed WXKG11LM clicks
  • (allofmex) Improved DeveloperTab logs
  • (allofmex) Add humidity and temperature calibration state to Tuya RH3052
  • (kirovilya) Fixed a typo due to which extPanID was not set
  • (allofmex) Retry reconnect gateway all the time for tcp connected gateway
  • (kirovilya) Allow to collect zigbee-herdsman logs to iobroker logs
  • (kirovilya) Additional states for QBKG12LM

New devices:

  • (kirovilya) BlitzWolf BW-IS3, Paulmann 500.67, Paulmann 798.09
  • (kirovilya) DiY Geiger counter https://modkam.ru/?p=1591
  • (kirovilya) DiY 8 Relays + 8 switches https://modkam.ru/?p=1638
  • (kirovilya) DiY Freepad https://github.com/diyruz/freepad
  • (kirovilya) Neo Zigbee Siren Alarm https://szneo.com/en/products/show.php?id=241
  • (Shade) RB 278 T
  • (arteck) TS0601_thermostat
  • (arteck) TS0121
  • (arteck) GL-D-004Z
  • (Shade) WXKG07LM
  • (drohne200) 1746430P7
  • (sebastian) 4058075816459
  • (itProfi) SGMHM-I1
  • (arteck) owvfni3
  • (arteck) TS0001, TS0111
  • (Daniel Dreier) Paulmann 500.45
  • (arteck) ZK-EU-2U
  • (Newan) Busch-Jaeger 6735/6736/6737
  • (andrico21) ZM-L03E-Z
  • (arteck) 915005106701, 9290018187B
  • (frankjoke) HGZB-20-UK, GL-W-001Z
  • (arteck) 4034031P7, 3435011P7
  • (arteck) TS0041
  • (agross) 5062231P7, 5062431P7
  • (kirovilya) TI0001-switch, TI0001-socket
  • (arteck) RB 178 T
  • (arteck) HGZB-07A, AV2010/22, AV2010/22A, TS0041, TS0043
  • (nbars) E1744
  • (Florian Look) GS361A-H04
  • (arteck) ICZB-IW11SW
  • (kirovilya) HS2WD-E
  • (Sacred-Shadow) FL 130 C
  • (arteck) HS3SA, 9290022169, 4096730U7, AC10787, SP 220, SP 222, SP 224, 07004D, BW-IS2, InstaRemote
  • (kirovilya) MCLH-08, MCLH-05
  • (Sacred-Shadow) 1746130P7
  • (mar565) GUNNARP panel round
  • (Erdnuss3003) 4090531P7

1.1.1 (2020-04-17)

  • (kirovilya) Critical. Fixed error starting adapter if cc-chip was only flashed
  • (kirovilya) Nue/3A FNB56-ZSW02LX2.0
  • (Strunzdesign) Added missing raw button events for Philips Hue Smart Button ROM001
  • (Sacred-Shadow) Fix Color for Outdoor Lantern W RGBW OSRAM

1.1.0 (2020-04-12)

new Zigbee-herdsman features:

  • ConBee/RaspBee (experimental support) Koenkk/zigbee-herdsman#72
  • OTA update for some devices (IKEA, OSRAM and other) Koenkk/zigbee2mqtt#2921
  • Touchlink reset and join Koenkk/zigbee2mqtt#2396
  • Green Power devices support Koenkk/zigbee2mqtt#3322
  • (peterfido) iCasa KPD14S und KPD18S hinzu
  • (kirovilya) Moes Zigbee Thermostatic Radiator
  • (kirovilya) LifeControl power plug MCLH-03, bulb MCLH-02, water leak MCLH-07, door sensor MCLH-04
  • (kirovilya) Philips LCT002, LCT011, LTW015, LWG004
  • (kirovilya) Gledopto GL-C-007 with with channel
  • (MultivitaminJuice) Iluminize 511.040
  • (Sacred-Shadow) Bitron 902010/24
  • (kirovilya) Color indication of LQI and Battery icon
  • (kirovilya) Device info modal dialog
  • (arteck) Philips LCT026
  • (obakuhl) Improvements Osram switch mini
  • (arteck) Nue / 3A FB56+ZSW1GKJ2.5, LXN-1S27LX1.0
  • (agross) Philips Signe Floor and Table
  • (arteck) TRADFRI bulb E14 WS 470lm, OSRAM PAR16 TW Z3
  • (kirovilya) Smart remote controller (4 buttons)
  • (allofmex) OTA updates
  • (kirovilya) Aqara opple change mode keys (for binding)
  • (palsch) Heiman HS2WD-E siren

1.0.4 (2020-03-14)

  • (kirovilya) Philips Hue Adore Bathroom Mirror Light
  • (kirovilya) Oujiabao Gas and carbon monoxide alarm
  • (kirovilya) Tuya SOS button
  • (Erdnuss3003) Schwaiger ZBT-DIMLight-GLS0800
  • (arteck) Smart Home Pty FB56-ZCW11HG1.4, LXT56-LS27LX1.7
  • (arteck) Xiaomi plug lumi.plug.mmeu01
  • (arteck) Innr RS 228 T, RS 230 C
  • (arteck) Gledopto GL-MC-001, GL-D-003ZS
  • (allmyjoes) Bitron AV2010/21A
  • (arteck) Osram Panel TW 595 UGR22
  • (kirovilya) IKEA SURTE door WS 38x64
  • (andigandi) Philips Hue LCG002, Hue LTG002
  • (arteck) iCasa ICZB-FC
  • (arteck) Osram A60 DIM Z3
  • (arteck) Paulmann 371000001
  • (DaCHRIS) Osram PAR16 DIM Z3
  • (DaCHRIS) Philips LWG001
  • (DaCHRIS) Illuminize 511.202
  • (SchumyHao) TERNCY-SD01 knob dimmer
  • (SchumyHao) Xiaomi lumi.lock.aq1
  • (kirovilya) New eWeLink devices: button, TH sensor, contact sensor, motion sensor
  • (kirovilya) Allow pairing to routers (again)
  • (Erdnuss3003) Philips Hue LCT021
  • (root) Trust ZWLD-100 water leak sensor
  • (smartpran) Bitron AV2010/32

1.0.3 (2020-02-09)

  • (Tw1nh34d) Hornbach FLAIR LED
  • (asgothian) Hue smart button, Heiman smoke sensor
  • (kirovilya) Philips LTC014, LTC015
  • (kirovilya) Power states for QBKG11LM
  • (Garfonso) Change role for occupancy state to 'sensor.motion'
  • (kirovilya) Change illuminance state to illuminance_lux (for lux value)
  • (arteck) Philips LCF002
  • (arteck) TRADFRI open/close remote
  • (kirovilya) Tuya sensor TS0201

1.0.2 (2020-01-29)

  • (kirovilya) All button events for Aqara Opple switch
  • (ma-john) OSRAM PAR16 RGBW Z3
  • (arteck) Phillips LWA004
  • (MiniMe6666) Heiman SmokeSendor-N-3.0
  • (kirovilya) Force remove device
  • (kirovilya) Fix some networkmap bugs
  • (kirovilya) Extended info button
  • (kirovilya) Long press for WXKG01LM

1.0.1 (2020-01-23)

  • fix for old z-stack firmware

1.0.0 (2020-01-22)

  • Powered by new zigbee-herdsman library and new converters database
  • Drop support NodeJS 6
  • Serialport 8.0.5 (in zigbee-herdsman)
  • More new devices
  • Some design update
  • Binding

License

The MIT License (MIT)

Copyright (c) 2018-2023 Kirov Ilya [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.

More Repositories

1

ioBroker

Automate your life!
Shell
1,238
star
2

ioBroker.javascript

Script engine for JavaScript and Blockly
JavaScript
320
star
3

ioBroker.vis

Visualisation for ioBroker platform.
JavaScript
302
star
4

ioBroker.js-controller

ioBroker controller
TypeScript
292
star
5

ioBroker.admin

user interface for configuration and administration
TypeScript
271
star
6

AdapterRequests

This Place is used to track the status of new Adapter-Requests.
248
star
7

ioBroker.repositories

Repositories for ioBroker project
JavaScript
133
star
8

ioBroker.iot

Connection for Alexa, IFTTT, Google Home and co
JavaScript
71
star
9

ioBroker.mihome

Adapter for Xiaomi Mi home smarthome
JavaScript
62
star
10

ioBroker.hm-rpc

Connects HomeMatic Interface-Processes to ioBroker
TypeScript
60
star
11

ioBroker.lovelace

Visualization with Lovelace-UI
JavaScript
57
star
12

ioBroker.docs

Documentation for ioBroker
JavaScript
57
star
13

ioBroker.node-red

Instantiate the server with node-red
JavaScript
51
star
14

ioBroker.modbus

Modbus adapter for ioBroker
JavaScript
50
star
15

ioBroker.knx

connect KNX via eibd
50
star
16

create-adapter

Command line utility to create customized ioBroker adapters
TypeScript
47
star
17

ioBroker.mqtt

Mqtt server and client for ioBroker.
JavaScript
47
star
18

ioBroker.sql

Store history data in SQL Database: MySQL, PostgreSQL or SQLite
JavaScript
45
star
19

ioBroker.web

Simple WWW web server on express for ioBroker
JavaScript
45
star
20

ioBroker.hm-rega

Connects HomeMatic CCU "Logic Layer" ("ReGaHSS") to ioBroker
JavaScript
43
star
21

ioBroker.example

Template adapter for ioBroker
JavaScript
43
star
22

ioBroker.cloud

Enable access to ioBroker from internet
JavaScript
41
star
23

ioBroker.simple-api

RESTFul Interface to read and write objets and states
JavaScript
39
star
24

ioBroker.sonoff

Control Sonoff-Tasmota devices via ioBroker
JavaScript
37
star
25

ioBroker.sonos

Control and monitor SONOS player from ioBroker
JavaScript
37
star
26

ioBroker.influxdb

Store history data in InfluxDB (not for Windows)
JavaScript
36
star
27

ioBroker.ham

Supports homebridge plugins in ioBroker
JavaScript
31
star
28

ioBroker.material

React and Material Design
JavaScript
30
star
29

ioBroker.sayit

Text to speech for ioBroker
JavaScript
30
star
30

ioBroker.history

manages state history
JavaScript
29
star
31

ioBroker.text2command

Convert text into commands
JavaScript
29
star
32

ioBroker.pushover

Send Pushover notifications
JavaScript
29
star
33

ioBroker.matter

Implementation of bridge and controller for matter
TypeScript
27
star
34

ioBroker.discovery

This adapter tries to discover all known devices
JavaScript
27
star
35

ioBroker.scenes

Group states to scenes and control them.
JavaScript
27
star
36

ioBroker.socketio

This adapter allows to communicate different web applications with ioBroker.
JavaScript
25
star
37

ioBroker.wolf

Connect WOLF heating, solar and domestic ventilation
JavaScript
24
star
38

ioBroker.zwave

Legacy Z-Wave integration using OpenZWave
JavaScript
24
star
39

ioBroker.dwd

Fetches weather warnings from "Deutscher Wetterdienst" (germany only)
JavaScript
23
star
40

ioBroker.hass

Connects Home Assistant to ioBroker
JavaScript
23
star
41

ioBroker.devices

Create and manage devices for other adapters like material, iot...
JavaScript
22
star
42

ioBroker.flot

Charts for ioBroker with flot
JavaScript
22
star
43

ioBroker.parser

Parse web-site or file and extract data from it.
JavaScript
21
star
44

ioBroker.ping

Pings configured IPs for ioBroker
JavaScript
21
star
45

ioBroker.geofency

provides a websever for geofency-webhooks
JavaScript
19
star
46

ioBroker.mobile

jQuery Mobile based user interface
JavaScript
18
star
47

ioBroker.vis-hqwidgets

High Quality Widgets for ioBroker.vis
JavaScript
18
star
48

ioBroker.vis-timeandweather

ioBroker Widgets set with time and weather
JavaScript
17
star
49

modbus-templates

Repository to collect Modbus Templates/Export-Files for devices on the market
JavaScript
17
star
50

ioBroker.echarts

Show all history data in one GUI
JavaScript
17
star
51

ioBroker.vis.cordova

Cordova APP for ioBroker.vis
HTML
16
star
52

ioBroker.s7

Connects iobroker with simatic S7 or logo
JavaScript
16
star
53

ioBroker.cameras

Integration of IP cameras into web server
JavaScript
14
star
54

dev-server

JavaScript
13
star
55

ioBroker.icons-open-icon-library-png

Open icon library collection as PNG
HTML
13
star
56

ioBroker.fullcalendar

Calendar for ioBroker
JavaScript
13
star
57

ioBroker.vis-metro

ioBroker.vis metro widget set
CSS
12
star
58

ioBroker.vis-history

History widgets for ioBroker.vis
JavaScript
12
star
59

ioBroker.rest-api

Swagger UI for ioBroker
JavaScript
12
star
60

ioBroker.vis-canvas-gauges

Canvas gauges for ioBroker.vis
HTML
12
star
61

ioBroker.scheduler

Create and manage schedule profiles.
JavaScript
12
star
62

ioBroker.whatsapp-cmb

Allows to send to your whatsapp the messages from ioBroker
JavaScript
12
star
63

ioBroker.vis-2-widgets-material

Material style widgets for vis-2
JavaScript
11
star
64

ioBroker.vis-map

Map widgets for ioBroker.vis
HTML
11
star
65

ioBroker.rflink

Support of RFLink
JavaScript
11
star
66

ioBroker.yr

fetches 48h weather forecast from yr.no (worldwide)
JavaScript
10
star
67

ioBroker.tileboard

Visualization TileBoard for ioBroker
JavaScript
10
star
68

ioBroker.phantomjs

Make a screenshot of any web page, e.g. flot
JavaScript
10
star
69

ioBroker.openweathermap

Fetch the data from https://openweathermap.org service
SCSS
10
star
70

ioBroker.maxcube

Control MAX! devices via MAX! Cube
JavaScript
9
star
71

ioBroker.vis-jqui-mfd

Widget set based on jQuery-UI and icons from OpenAutomationProject
HTML
9
star
72

ioBroker.vis-web-admin

Special adapter for iobroker.net
JavaScript
9
star
73

ioBroker.vis-rgraph

Widgets with RGraph for ioBroker.vis
JavaScript
9
star
74

ioBroker.nightscout

Starts the instance of nightscout server
JavaScript
9
star
75

ioBroker.ekey

Connect ekey to ioBroker
JavaScript
8
star
76

ioBroker.vis-2-widgets-energy

Energy widgets
JavaScript
8
star
77

ioBroker.icons-mfd-svg

Icon set for visualisation of the home automation as SVG from KNX forum.
JavaScript
8
star
78

testing

Shared testing utilities for ioBroker
JavaScript
8
star
79

ioBroker.vis-bars

Bars widgets for ioBroker.vis
JavaScript
8
star
80

ioBroker.type-detector

Helper module (not adapter) to detect types of devices
JavaScript
8
star
81

awesome-iobroker

A curated list of amazingly awesome ioBroker resources.
CSS
8
star
82

ioBroker.link

Adapter for ioBroker to connect via ioBroker.link VPN solution
8
star
83

ioBroker.icons-ultimate-png

Ultimate icon set for visualisation as PNG
HTML
8
star
84

ioBroker.vis-lcars

Star trek widgets for ioBroker.vis
HTML
8
star
85

ioBroker.vis-fancyswitch

Switches with fancyswitch for ioBroker.vis
HTML
7
star
86

ioBroker.mysensors

Support of mysensors from
JavaScript
7
star
87

ioBroker.icons-mfd-png

Icon set for visualisation for home automation as PNG from KNX Forum.
JavaScript
7
star
88

ioBroker.vis-template

Template for ioBroker.vis widget set.
7
star
89

ioBroker.digitalstrom

Digitalstrom Adapter fĂŒr ioBroker
JavaScript
7
star
90

ioBroker.repochecker

Check the ioBroker adapter github repositories if they can be added to public ioBroker repository
JavaScript
7
star
91

ioBroker.terminal

Terminal for ioBroker (only for administration)
JavaScript
7
star
92

ioBroker.vis-2-widgets-gauges

Battery, Liquid, Gauge widgets for ioBroker.vis-2
JavaScript
6
star
93

ioBroker.vis-plumb

Widgets for ioBroker.vis to visualise pipes, pumps and tanks.
HTML
6
star
94

ioBroker.opcua

OPC UA Server or Client for ioBroker
JavaScript
6
star
95

ioBroker.icons-icons8

Nice icons for vis from https://icons8.com
HTML
6
star
96

ioBroker.proxy

This adapter allows to access other web servers over web adapter.
JavaScript
6
star
97

ioBroker.icons-material-svg

Material google design icons as SVG.
JavaScript
6
star
98

plugin-sentry

Sentry Plugin for ioBroker js-controller and Adapters
JavaScript
6
star
99

ioBroker.rfxcom

This adapter communicates with rfxcom.
JavaScript
6
star
100

ioBroker.artnet

Control DMX512 Devices via an Art-Net node
HTML
6
star