Skip to content
Snippets Groups Projects
Select Git revision
  • 0c272d3c369c52d7ef6f1fbb3cddce53db6c932b
  • without_tipselection default
  • develop protected
  • fix/grafana-local-dashboard
  • wasp
  • fix/dashboard-explorer-freeze
  • master
  • feat/timerqueue
  • test/sync_debug_and_650
  • feat/sync_revamp_inv
  • wip/sync
  • tool/db-recovery
  • portcheck/fix
  • fix/synchronization
  • feat/new-dashboard-analysis
  • feat/refactored-analysis-dashboard
  • feat/new-analysis-dashboard
  • test/demo-prometheus-fpc
  • prometheus_metrics
  • wip/analysis-server
  • merge/fpc-test-value-transfer
  • v0.2.2
  • v0.2.1
  • v0.2.0
  • v0.1.3
  • v0.1.2
  • v0.1.1
  • v0.1.0
28 results

goshimmer_without_tipselection

  • Clone with SSH
  • Clone with HTTPS
  • 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.

    Installation

    The easier (and secure) way to use the gateway is to run it in a docker container. A docker-compose file is provided to run all services in the gitlab repository.

    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.