Skip to content
Snippets Groups Projects
Select Git revision
  • 951cb11b91a85c2fea89098666f7494d600d3073
  • develop default protected
  • congestioncontrol
  • merge-v-data-collection-spammer-0.8.2
  • WIP-merge-v-data-collection-spammer-0.8.2
  • merge-v-data-collection-spammer-0.7.7
  • tmp
  • test-masterpow-fixing
  • test-masterpow
  • test-echo
  • v-data-collection
  • v-data-collection-spammer
  • tmp-dump-spam-info
  • dump-msg-info-0.3.1
  • test-dump-message-info
  • spammer-exprandom
  • extra/tutorial
  • without_tipselection
  • hacking-docker-network
  • hacking-docker-network-0.2.3
  • master
  • v0.2.3
22 results

tools

xAAL Gateway for Z2M

The main goal of this project is to provide a xAAL Gateway for Zigbee devices. After severals tests with ZHA, we decided to switch to Zigbee2MQTT.

The main reasons are:

  • ZHA provides a great API, but a lot of devices are not supported.
  • Z2M supports a lot of devices and provides a nice web interface to fine tune devices.
  • Z2M is written in NodeJS and we don't support JS right now.
  • Z2M is a standalone application, so we can run it in a container.

This gateway simply forwards Z2M events to xAAL bus and vice versa through MQTT. You can now use Z2M without messing with MQTT. Simply run this gateway, Z2M and a broker in a docker container. And you can use your Zigbee devices with xAAL. A docker-compose file is provided to run all services.

Installation

TBD

FAQ

  • Why are you using this gateway instead of Z2M MQTT throught HomeAssistant ? xAAL supports HomeAssistant out of the box. And I don't want to really on MQTT (spof, bad security).
  • Why are you using Go instead of NodeJS or Python ? We don't have a native JS implementation of the xAAL stack right now. And I mainly want to test the Go implementation.