Skip to content

Microbeen/Gateway

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Перейти на русскую версию сайта

Zigbee

This product is designed to work with common ZigBee devices. The gateway is based on the controller ESP32 from Espressif. The tandem of chips from Texas Instruments ZIgbee CC2538 and amplifier CC2592

General information

The gateway acts as the coordinator of Zigbee and allows you to:

  1. Use most of the available Zigbee equipment. A list of supported and tested equipment is available at link. New equipment may be added after discussion with us.

  2. Abandon the need to use cloud device manufacturers. As an alternative, it is proposed to use the cloud service Smart Logic System, or native applications for Android and Apple iPhone (under development).

  3. Use common local automation systems, such as MajorDomo, ioBroker Smarthome, HomeAssistant, Node-Red, etc. For integration with these systems, the MQTT protocol is used. The structure of the MQTT protocol topics is identical to the zigbee2mqtt project, therefore, to use and integrate the gateway, there is no need to learn the scripting languages ​​of the above systems, since the protocol is basically already available using extension modules.

Additional gateway features via the web interface

  1. Management and viewing of device information through the Web interface of the gateway at http://ipadress (port 80). The ability to display the power source, battery level, available EndPoint devices in the web interface.

  2. Creation of local automation within the gateway SimpleBind.

  3. The ability to write scripts in Lua.

  4. The ability to create groups to manage multiple devices at the same time (in development).

  5. The ability to name the device. If you plan to use the gateway with local automation systems, it is recommended to check the box for sending addresses instead of devices.

  6. Ability to remove the device.

  7. The ability to display routes in the web-interface (in development).

  8. The ability to establish direct connections Bind between ZigBee devices without the participation of a coordinator to manage end devices.

  9. Ability to control hardware [LEDs (address or RGB)] (/faq_eng.md).

  10. The ability to control sound (in the presence of a soldered amplifier) (in development)

  11. Ability to change PanId and channel number.

  12. The ability to specify the name of the gateway on the network.

  13. The ability to switch the gateway to the AP mode when the hardware button is pressed for 2-5 seconds after power is supplied.

  14. The list of supported devices is constantly updated (information is in the converters.txt file in the archive with firmware)

Hardware

The device can be assembled independently, or purchased on the Telegram

home

Device firmware

Permanent link to device firmware

History of firmware changes

For firmware, run the appropriate batch file from the archive. At the first start, an access point is created with a name of the form zgwABCD, without a password. After connecting to it, the settings page automatically opens (if it didn’t open, you can go to the address 192.168.1.1) and register the connection to the access point and to the MQTT server (but you can also specify it later), press reboot and the gateway will connect to the access point and will start sending messages to MQTT. In case of problems with access to the captive portal, it is recommended to disable GPRS on Android smartphones. Firmware update can be done through the Web interface of the application.

Note: there are two firmware versions, for chips with 4mb and 16mb FLASH RAM. Versions are distinguished by the ability to update via OTA.

Useful links:

zigbee2mqtt message structure (most commands supported)

Integrations

Thanks to the use of the MQTT protocol, the SLS ZG gateway can be integrated with any local or cloud automation system. The structure of topics almost completely repeats zigbee2mqtt. For ease of use, many drivers or integration modules have been developed for many systems.

Integration with Node-Red (under development)

Integration with IObroker (under development)

Integration with Alice Yandex (under development)

Integration with Google Home (under construction)

Integration with HomeKit (under development)

Integration with Domoticz (under development)

Useful links

Official chat of the project

News group and new firmware versions

List of supported devices

How to build a gateway yourself

Where to purchase

Partner chat to discuss Zigbee devices

Russian Wiki on myzigbee.ru portal

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%