Logo
TubesZB CC2652P2 Zigbee to PoE Coordinator 2022 Zigbee Gateway (tubeszb-cc2652-poe-2022)
TubesZB CC2652P2 Zigbee to PoE Coordinator 2022

Available from:
Tubeszb.com





Manufacturer:
Github.com

Install method:
ota

GPIO #Component
GPIO00 User
GPIO01 User
GPIO02 ???
GPIO03 User
GPIO04 Zigbee RST 2
GPIO05 Zigbee Rx
GPIO09 None
GPIO10 None
GPIO12 ETH POWER
GPIO13 Zigbee RST 1
GPIO14 ???
GPIO15 ???
GPIO16 Zigbee Tx
GPIO17 None
GPIO18 ETH MDIO
GPIO19 User
GPIO20 User
GPIO21 User
GPIO22 User
GPIO23 ETH MDC
GPIO24 User
GPIO25 User
GPIO26 User
GPIO27 User
GPIO6 None
GPIO7 None
GPIO8 None
GPIO11 None
GPIO32 User
GPIO33 User
GPIO34 Button 1
GPIO35 User
GPIO36 User
GPIO37 User
GPIO38 User
GPIO39 User
Configuration for ESP32
{"NAME":"TubesZB CC2652 PoE Coordinator 2022","GPIO":[1,1,8864,1,5793,3584,0,0,5536,5792,8832,8800,3552,0,5600,1,1,1,1,5568,1,1,1,1,0,0,0,0,1,1,32,1,1,1,1,1],"FLAG":0,"BASE":1}

Flashing

  1. Build your own Tasmota 32:
    /* ESP32 + ZigBee */
    #define USE_ZIGBEE      // Enable serial communication with Zigbee CC2530 flashed with ZNP
    #undef USE_ZIGBEE_EZSP  // Ensure ZNP support and not EZSP
    #define USE_UFILESYS    // use file system
    // WT32-ETH01
    #define USE_ETHERNET
    #undef  ETH_TYPE
    #define ETH_TYPE        0   // ETH_PHY_LAN8720
    #undef  ETH_CLKMODE
    #define ETH_CLKMODE     0   // ETH_CLOCK_GPIO0_IN
    #undef  ETH_ADDRESS
    #define ETH_ADDRESS     1
  1. Connect the device to a POE-Switch and determine the provided IP address from the DHCP server
  2. Open the preinstalled ESPHome on http://ipaddress-of-your-device
  3. Go to OTA Update > Choose File > select the fresh image tasmota32.bin > click Update
  4. Open the fresh installed Tasmota and go to Configuration > Configure Other > copy the Template into the Template field > click Save”