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)

NEO NAS-WV03B2

ModelNAS-WV03B2
VendorNEO
DescriptionSmart sprinkler timer
Exposesswitch (state), status, refresh, countdown, on_with_countdown, countdown_left, single_watering_duration, fault, child_lock, battery
PictureNEO NAS-WV03B2

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"}. It's not possible to read (/get) this value.

Status (enum)

Status. Value can be found in the published state on the status property. It's not possible to read (/get) or write (/set) this value. The possible values are: off, on_auto, button_locked, on_manual_app, on_manual_button.

Refresh (enum)

Refresh the device status. Value can be found in the published state on the refresh 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 {"refresh": NEW_VALUE}. The possible values are: refresh.

Countdown (numeric)

Turn off the sprinkler after set duration (one time). Value can be found in the published state on the countdown 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 {"countdown": NEW_VALUE}. The minimal value is 1 and the maximum value is 240. The unit of this value is min.

On with countdown (numeric)

Turn on the sprinkler and start countdown. Value can be found in the published state on the on_with_countdown 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 {"on_with_countdown": NEW_VALUE}. The minimal value is 1 and the maximum value is 240. The unit of this value is min.

Countdown left (numeric)

Time left in the countdown. Value can be found in the published state on the countdown_left property. It's not possible to read (/get) or write (/set) this value. The minimal value is 0 and the maximum value is 240. The unit of this value is min.

Single watering duration (numeric)

Duration of last watering. Value can be found in the published state on the single_watering_duration property. It's not possible to read (/get) or write (/set) this value. The unit of this value is s.

Fault (binary)

Indicates whether a fault was detected. Value can be found in the published state on the fault property. It's not possible to read (/get) or write (/set) this value. If value equals true fault is ON, if false OFF.

Child lock (binary)

Enables/disables physical input on the device. Value can be found in the published state on the child_lock 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 {"child_lock": NEW_VALUE}. If value equals LOCK child lock is ON, if UNLOCK 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: 4/5/26, 5:37 AM