rusty ox
Neo Zigbee Siren Alarm TS0601 Review - Printable Version

+- rusty ox (https://rusty-ox.swavesey.org)
+-- Forum: Swavesey (https://rusty-ox.swavesey.org/Forum-Swavesey)
+--- Forum: Rusty Ox (https://rusty-ox.swavesey.org/Forum-Rusty-Ox)
+--- Thread: Neo Zigbee Siren Alarm TS0601 Review (/Thread-Neo-Zigbee-Siren-Alarm-TS0601-Review)



Neo Zigbee Siren Alarm TS0601 Review - RustyOx - 12-03-2023

Works fine with Zigbee2mqtt 1.30.2.
Not working with Zigbee2mqtt 1.28.4.

So far everything works as expected, the battery backup power feature is not tested.
Good for using as door bell chime.

Melody list:
  1 - Für Elise (致爱丽丝)
  2 - Big Ben
  3 - ding dong ding dong (fast)
  4 -
  6 - burglar alarm
  7 - alarm
  8 - bi bi  (alarm clock)
  9 - di di (alarm clock)
  10 - dog
  11 - police siren
  12 - ding dong (slow)
  13 - electric door bell
  14 - police siren
  15 - deng deng deng dong (clock strike)
  16 - bi bi bi (alarm clock)
  17 - mechenical clock alarm
  18 - ding dong (door bell)


Zigbee2MQTT details:

Availability: Disabled
Device type: Router
Zigbee Model:TS0601
Zigbee Manufacturer: _TZE204_t1blo2bj
Description: Alarm
Support status:Supported
IEEE Address0xa4c1383e844893a6Network address0xCD2C
Manufacturer: Neo
Model: NAS-AB02B2
Interview completed: True

Zigbee2MQTT link: https://www.zigbee2mqtt.io/devices/NAS-AB02B2.html#neo-nas-ab02b2
Other link: https://smarthomescene.com/reviews/neo-tuya-zigbee-siren-90db-with-temperature-and-humidity-sensor/

[attachment=996]

[attachment=997]


RE: Neo Zigbee Siren Alarm TS0601 Review - RustyOx - 01-05-2023

Home assistant automation fir playing Ding Dong Door Bell sound.

Code:
alias: "chime: play ding dong"
description: ""
trigger:
  - platform: state
    entity_id:
      - input_button.chime_ding_dong
condition: []
action:
  - service: switch.turn_on
    data: {}
    target:
      entity_id: switch.zb41_socket_l5
  - delay:
      hours: 0
      minutes: 0
      seconds: 1
      milliseconds: 0
    enabled: true
  - device_id: 7ccfcbc99ee146f64c47e15605b3c3d1
    domain: number
    entity_id: number.zb60_siren_duration
    type: set_value
    value: 10
  - device_id: 7ccfcbc99ee146f64c47e15605b3c3d1
    domain: select
    entity_id: select.zb60_siren_melody
    type: select_option
    option: "18"
  - device_id: 7ccfcbc99ee146f64c47e15605b3c3d1
    domain: select
    entity_id: select.zb60_siren_volume
    type: select_option
    option: medium
  - type: turn_on
    device_id: 7ccfcbc99ee146f64c47e15605b3c3d1
    entity_id: switch.zb60_siren_alarm
    domain: switch
  - delay:
      hours: 0
      minutes: 0
      seconds: 10
      milliseconds: 0
  - service: switch.turn_off
    data: {}
    target:
      entity_id: switch.zb41_socket_l5
mode: restart


[attachment=1015]