Logo Logo en
  • Сервер
    Сервер
    • Основы
    Железо
    • iRidium server NUC
    • iRidium server UMC
    • iRidium server RPi
    • iRidium server for Linux
    iRidium studio
    • Первое знакомство
    • Создание серверного проекта
    • Работа с драйверами
    Отладка приложения
    • Запуск проекта на сервере
    • Веб-интерфейс
    Other
    • Интеграция панелей
    • Интеграция серверов
  • i3 pro
    i3 pro
    • Основы
    iRidium studio
    • Первое знакомство
    • Создание графического интерфейса
    • Работа с драйверами
    Отладка приложения
    • Эмулятор
    • iRidium Transfer
    • Логирование
    Конечный пользователь
    • Лицензирование
    • Установка и настройка приложения
    • Системное меню
    Other
    • Использование модулей i3 lite
    • Tips&Tricks
    JavaScript
    • Руководство
    • Справочник
    • Примеры
    • Готовые JS модули
  • Драйверы
    Драйверы
    • Основы
    Протоколы и интерфейсы
    • BACnet IP
    • KNX
    • KNX IP BAOS
    • Microsoft Exchange
    • Modbus
    • MQTT
    • ODBC
    • SIP
    • Yandex Alice
     
    • 1-Wire
    • Amazon Alexa
    • Z-Wave
    • Google Home
    • ZigBee
    Производители
    • AMX
    • Beckhoff ADS
    • Clipsal
    • Crestron
    • Domintell
    • Duotecno
    • INELS BUS
    • INELS Wireless
    • EPSNET
     
    • Global Cache
    • HDL Buspro
    • Helvar
    • Larnitech
    • Lutron
    Разработчикам
    • AV & Custom Systems
    • Готовые JS модули

  • Bus77





    • Преобразователь USB/Bus77
  • i3 lite


    i3 lite
    • Основы
    Конфигуратор i3 lite
    • Создание проекта i3 lite
    • iRidium server lite
    • Подготовка проекта для конечного пользователя
    • Object management through the internet
    • iRidium cloud gate
    • iRidium Server for Raspberry Pi
    Модули
    • Все модули
    • HDL bus-pro
    • KNX
    • Modbus TCP
    • iRidium Gate for Voice Control
    Разработка модулей
    • Основы
    • Справочник API
    • Smart API
    • Тестирование и публикация модулей
  • Сервисы




    • iRidium Cloud

    • Push-уведомления
    • Внешние push-уведомления

    • BYOD
iRidium mobile web-site
Содержание
    Инструменты‌
    • Сведения о странице
    • Постоянная ссылка
    • Версия для печати
    • Спецстраницы
    • Связанные правки
    • Ссылки сюда
    Login / Create Account
    Материал из for iRidium developers
    Перейти к: навигация, поиск
    Эта страница является переводом страницы ZigBee. Перевод выполнен на 100%.

    Содержание

    • 1 iRidium for ZigBee
    • 2 Advantages
    • 3 Adding Devices to the Network
    • 4 Working in iRidium studio
      • 4.1 Adding ZigBee driver
    • 5 Working with Commands and Feedbacks
    • 6 Information about supported ZigBee functions
      • 6.1 Switch
      • 6.2 Level
    • 7 Testing

    iRidium for ZigBee

    how iRidium server gets access to ZigBee wireless network

    documentation was last updated on 08.2.2019

    Only the following hardware server can work with ZigBee:
    iRidium server UMC C3 with a built-in ZigBee module.

    iRidium server does not support all ZigBee devices and functions. "Working with Commands and Feedbacks" section contains information about supported ZigBee classes. contains information about supported ZigBee classes.

    Advantages

    One of the main spheres of ZigBee use is home automation
    ZigBee devices

    • can organize mesh-networks that provide self-repair and guaranteed data delivery in cases of connection loss, appearance of obstacles or malfunction of a network item
    • are characterized by low power consumptiona and can work on regular batteries, thus, no cable is required.
    • can exchange data at a distance of several dozen meters from each other (if located in the line of sight)


    There are a lot of devices with ZigBee interface on the market. Developers now have a splendid opportunity to integrate all these devices with iRidium platform.

    Adding Devices to the Network

    1Connect power to UMC C3 server with ZigBee module.
    2Enter the server web-interface
    3Go to ZigBee tab.

    ZigBee01.png


    4Click Create Network to create new network.

    ZigBee2.png


    5Click "Open Network" button. The server scans the network for about 180 seconds. During this time you are to do certain physical actions to a wireless device that has to be added. As a rule it is required to press a button on a device several times. (Read the manual to your device to learn what exactly has to be done.)

    ZigBee3.png


    6The device is added to the list and it gets an "ID". Add all required devices to your net.

    ZigBee4.png


    Device name can be enteres in User description field.
    7After it the network is created. Export data about the created network as a .xml file by clicking the Export button.

    ZigBee5.png


    To delete a device from the network, use Delete button. After it press the physical button three times on the device that you want to delete (or do another action described in the manual). The whole network can be deletd by clicking Delete Network button.

    Working in iRidium studio

    Adding ZigBee driver

    1Create server project in iRidium studio. Click a button to import the .xml file (ZigBee XML Files).

    ZigBee6.png


    2The driver with all devices appears in the Project Device Panel.

    ZigBee7.png


    3You can change device names ("Name"). Names in iRidium studio can differ from name in the server web-interface. The other parameters can't be edited.

    Working with Commands and Feedbacks

    Set control of wireless devices with the help of commands and feedbacks.

    • Commands - commands to equipment
    • Feedback - feedback from equipment


    You will find below information about supported classes of ZigBee, its commands and feedbacks.

    Information about supported ZigBee functions

    Switch

    Name of a command or feedback Type Admissible values Description
    Set state (Switch) Command OFF - 0,
    ON - 1
    Set switcher state

    Level

    Name of a command or feedback Type Admissible values Description
    Set level Command From 0 to 100 Set a level
    Read level Command Any level Request a level
    Level Feedback From 0 to 100 Level

    Testing

    At present ZigBee driver is supported only in iRidium server UMC C3 with ZigBee module.

    Источник — «https://dev.iridi.com/index.php?title=ZigBee/nl&oldid=71152»
    About us
    Company
    Team
    History
    Philosophy
    Rewards
    Partnership
    Our partner
    Partnership Programs
    Apply for partnership
    products
    iRidium pro
    iRidium lite
    iRidium gate
    iRidium server
    Loads
    iRidium pro
    iRidium lite
    Other version
    Marketing materials
    Support
    On-line courses/Video
    Recommended equipment
    Other version
    iRidium pro
    Documentation
    FAQ
    Forum
    iRidium lite
    Documentation
    Forum
    Projects
    Standart projects
    Smart buildings
    Smart house
    Special solution
    Find a dealer
    News
    Facebook
    Youtube
    Twitter
    VK
    Logo
    Everything is under control


    Russia, Nizhny Tagil
    Mira Sstreet, 56 B
    +7 (343) 271-47-13 (2)

    Privacy policy
    2008-2018 iRidium LTD