Zigbee2MQTTZigbee2MQTT
  • Getting started
  • Supported Adapters
  • Supported Devices
  • Installation
  • Configuration
  • Usage
  • FAQ
Devices
  • Zigbee

    • Zigbee network
    • Improve network range and stability
    • Secure your Zigbee network
    • Sniff Zigbee traffic
    • Create a CC2530 router
  • Support new devices

    • Support new devices
    • Support new Tuya devices
    • Find Tuya Data Points
  • Remote Adapter

    • Connect to a remote adapter
    • Connect to a remote Sonoff ZBBridge
  • More

    • 3D cases
    • External converters
    • External extensions
    • Switch to the dev branch
    • Get Tuya and Xiaomi OTA url
  • Forum
  • Discord
  • Issues
  • Donate
GitHub
GitHub (docs)
  • Getting started
  • Supported Adapters
  • Supported Devices
  • Installation
  • Configuration
  • Usage
  • FAQ
Devices
  • Zigbee

    • Zigbee network
    • Improve network range and stability
    • Secure your Zigbee network
    • Sniff Zigbee traffic
    • Create a CC2530 router
  • Support new devices

    • Support new devices
    • Support new Tuya devices
    • Find Tuya Data Points
  • Remote Adapter

    • Connect to a remote adapter
    • Connect to a remote Sonoff ZBBridge
  • More

    • 3D cases
    • External converters
    • External extensions
    • Switch to the dev branch
    • Get Tuya and Xiaomi OTA url
  • Forum
  • Discord
  • Issues
  • Donate
GitHub
GitHub (docs)

Nous C2

ModelC2
VendorNous
DescriptionButton/switch pusher
Exposesswitch (state), mode, click_sustain_time, arm_down_percent, arm_up_percent, auto_adjustment, set_switch_state, battery
PictureNous C2

Notes

Battery

Uses 1 × CR2 battery (3V)

Pairing

Press and hold the pair button for 5s to put the device in pairing mode.
The red LED will flash until it connects.

Firmware

  • Device comes with appVersion 80
    (reported in Tuya app as Zigbee module v1.1.0 + MCU v1.0.0)
  • Subscribed to manufacturerCode 4417, imageType 54179

Exposes

Switch

The current state of this switch is in the published state under the state property (value is ON or OFF). To control this switch publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"state": "ON"}, {"state": "OFF"} or {"state": "TOGGLE"}. To read the current state of this switch publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"state": ""}.

Mode (enum)

work mode of the finger robot. Value can be found in the published state on the mode property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"mode": NEW_VALUE}. The possible values are: click, long_press.

Click sustain time (numeric)

keep times for click. Value can be found in the published state on the click_sustain_time property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"click_sustain_time": NEW_VALUE}. The minimal value is 0.3 and the maximum value is 10. The unit of this value is s.

Arm down percent (numeric)

the position for arm moving down. Value can be found in the published state on the arm_down_percent property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"arm_down_percent": NEW_VALUE}. The minimal value is 0 and the maximum value is 30.

Arm up percent (numeric)

the position for arm moving up. Value can be found in the published state on the arm_up_percent property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"arm_up_percent": NEW_VALUE}. The minimal value is 0 and the maximum value is 30.

Auto adjustment (binary)

auto adjustment the arm position. Value can be found in the published state on the auto_adjustment property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"auto_adjustment": NEW_VALUE}. If value equals ON auto adjustment is ON, if OFF OFF.

Set switch state (binary)

set the switch display status. Value can be found in the published state on the set_switch_state property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"set_switch_state": NEW_VALUE}. If value equals ON set switch state is ON, if OFF OFF.

Battery (numeric)

Remaining battery in %, can take up to 24 hours before reported. Value can be found in the published state on the battery property. It's not possible to read (/get) or write (/set) this value. The minimal value is 0 and the maximum value is 100. The unit of this value is %.

Help to make the docu better and edit this page on Github ✌
Last Updated: 5/1/26, 5:26 PM