mirror of https://github.com/arendst/Tasmota.git
Updated Zigbee (markdown)
parent
83d6df3140
commit
63f7220062
|
@ -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)<BR>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.
|
||||
|
|
Loading…
Reference in New Issue