You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZbEndpointSuffix<aclass="cmnd"id="zbendpointsuffix"></a><BR>SetOption101<aclass="cmnd"id="setoption101"></a>|Add Zigbee source endpoint as suffix to attributes<BR>`0` = disable _(default)_ <BR>`1` = enable<BR>e.g. `Power3` instead of `Power` if sent from endpoint `3`.
804
804
ZbEndpointTopic<aclass="cmnd"id="zbendpointtopic"></a><BR>SetOption120<aclass="cmnd"id="setoption120"></a>|Add the Zigbee endpoint as suffix in topic when using `SetOption89 1`<BR>`0` = disable *(default)*<BR>`1` = enable
805
805
ZbForget<aclass="cmnd"id="zbforget"></a>|Used for devices that are unused but still visible in `ZbStatus`<BR>`<device>` = Remove a device from the Tasmota flash memory. It does not un-pair the device nor deleting the device information in the CC2530/ZBBridge.
806
-
ZbLight<aclass="cmnd"id="zblight"></a>|Sets or reads the light type to be emulated in Zigbee Hue Emulation with Alexa.<BR>`<device>,<light_type>` sets the light type using an integer `0..5` corresponding to the number of channels (from one channel (on/off) to 5 channel (RGBCCT) lights)<BR>`<device>,-1` removes the device from Philips Hue emulation<BR>`<device>` displays the current status of the Light (Zigbee2Tasmota tracks all changes to the light)
806
+
ZbLight<aclass="cmnd"id="zblight"></a>|Sets or reads the light type to be emulated in Zigbee Hue Emulation with Alexa.<BR>`<device>,<light_type>` sets the light type using an integer `0..5` corresponding to the number of channels (from one channel (on/off) to 5 channel (RGBCCT) lights)<BR>`<device>,<light_type>,<ep>` sets the light type of a specific endpoint of a device. This is useful for a device (eg. a multi-gang switch) that has multiple endpoints.<BR>`<device>,-1` removes the device from Philips Hue emulation<BR>`<device>` displays the current status of the Light (Zigbee2Tasmota tracks all changes to the light)
807
807
ZbListen<x> <group><aclass="cmnd"id="zblisten"></a>|(EZSP ZBBridge only)Listens to a multicast group address. By default EZSP will not report group messages unless you subscribe to the group.<BR>`<x>`: slot in the array of group addresses, 1..15<BR>`<group>`: group address to listen to, 0..0xFFFF<BR>At start-up, Z2T automatically listens to group 0 in slot 0.<BR>CC2530 does not need this command and always report all group messages.
808
808
ZbLeave<aclass="cmnd"id="zbleave"></a>|`<device>` = request a device to leave the network.<br>If the device is offline or sleeping, this will have no effect. It is not 100% guaranteed that the device will never connect again
ZbLoadDump<aclass="cmnd"id="zbloaddump"></a>|`<file>.zb` = dump Zigbee definition file contents to console
811
811
ZbInfo<aclass="cmnd"id="zbinfo"></a>|`<device>` = display all information known about a device, equivalent to `ZbStatus3` with a simpler JSON output
812
812
ZbMap<n><aclass="cmnd"id="zbmap"></a>|Asks the device for its view of the Zigbee topology<BR>`<device>` the device to query<BR>`<n>` the start index for the request, `1` is the default. This is used to scan through all values since devices usually return only 3 values per request.
813
-
ZbName<aclass="cmnd"id="zbname"></a>|Sets or reads the Zigbee device friendly name (up to 32 characters).<BR>`<device>,<name>` sets the new friendly name<BR>`<device>,` (empty name) clears the friendly name<BR>`<device>` displays the current friendly name<BR>Also see [`SetOption83 1`](#setoption83) to enable friendly names as JSON keys instead of ShortAddr.
813
+
ZbName<aclass="cmnd"id="zbname"></a>|Sets or reads the Zigbee device friendly name (up to 32 characters).<BR>`<device>,<name>` sets the new friendly name<BR>`<device>,<friendlyname>,<ep>` sets a friendly name (up to 32 characters) on a specific endpoint of a device.`<device>,` (empty name) clears the friendly name of a device<BR>`<device>,,<ep>` (empty name) clears the friendly name of the specified endpoint<BR>`<device>` displays the current friendly name<BR>Also see [`SetOption83 1`](#setoption83) to enable friendly names as JSON keys instead of ShortAddr.
814
814
ZbNameKey<aclass="cmnd"id="zbnamekey"></a><BR>SetOption83<aclass="cmnd"id="setoption83"></a>|Uses Zigbee device friendly name instead of 16 bits short addresses as JSON key when reporting values and commands<BR>`0` = JSON key as short address<BR>`1` = JSON key as friendly name<BR>See [`ZbName <device>,<name>`](#zbname)
815
815
ZbNameTopic<aclass="cmnd"id="zbnametopic"></a><BR>SetOption112<aclass="cmnd"id="setoption112"></a>|`0` = _(default)_<BR>`1` = use friendly name in Zigbee topic (use with [`ZbDeviceTopic`](#zbdevicetopic))
816
816
ZbNoAutoBind<aclass="cmnd"id="zbnoautobind"></a><BR>SetOption110<aclass="cmnd"id="setoption110"></a>|`0` = _(default)_<BR>`1` = disable Zigbee auto-binding and auto-attribute reporting when pairing a new device. Use only if you want to manually configure devices
0 commit comments