From 63f7220062e980041473ba8c623c1fbb3abdefd8 Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Tue, 24 Sep 2019 09:47:42 -0400 Subject: [PATCH] Updated Zigbee (markdown) --- Zigbee.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Zigbee.md b/Zigbee.md index 075ec233..e637786c 100644 --- a/Zigbee.md +++ b/Zigbee.md @@ -3,11 +3,7 @@ > **:warning: Z2T is under construction :warning:** Note: Zigbee to Tasmota is still **experimental** and changing rapidly. MQTT messages and commands may change based on feedback from users. Please do not use it for production yet. -## Why another Zigbee project? - -There are several excellent open-source Zigbee to MQTT solutions like the widely used [Zigbee2mqtt](https://www.zigbee2mqtt.io/) or [Aqara Hub](https://github.com/Frans-Willem/AqaraHub). Zigbee2mqtt is a comprehensive solution but requires at least a Raspberry Pi to run it. - -Z2T is a lightweight Zigbee solution running on an ESP82xx Wi-Fi chip. Hence it is easier to deploy in your living room or around your home. It is largely inspired from Zigbee2mqtt but it's a complete rewrite to make it fit on an ESP82xx with 80kB of RAM and only 1MB of flash memory. +Z2T is a lightweight Zigbee solution running on an ESP82xx Wi-Fi chip. Hence it is easier to deploy in your living room or around your home. It is largely inspired from [Zigbee2mqtt](#why-another-zigbee-project) but it's a complete rewrite to make it fit on an ESP82xx with 80kB of RAM and only 1MB of flash memory. ## Zigbee primer @@ -391,3 +387,6 @@ Supported values: |`Voltage`|Battery voltage (float)| |`Battery`|Battery charge in percentage (integer)| |`ModelId`|Model name of the Zigbee device (string)
Ex: `lumi.weather`| + +## Why another Zigbee project? +There are several excellent open-source Zigbee to MQTT solutions like the widely used [Zigbee2mqtt](https://www.zigbee2mqtt.io/) or [Aqara Hub](https://github.com/Frans-Willem/AqaraHub). Zigbee2mqtt is a comprehensive solution but requires at least a Raspberry Pi to run it.