Skip to main content

Sonoff ZbBridge Commands

ZbName

This command can be used to give nicknames to the zigbee devices to be used instead of their HEX-value names.

Example: 

ZbName 0x8C19,osram_bulb

This gives the nickname osram_bulb to the devices identified by 0x8C19.

ZbSend

With this command you can send information in JSON format to a zigbee device.

Example:

ZbSend {"device":"osram_bulb","Send":{"AddGroup":100}}

By using this command the zigbee device identified by osram_bulb is added to the zigbee group 100. You can also use the HEX-value device ID instead of the nickname.