0ایوٹیک ڈور بیل 6 in HA — how to trigger the bell

I’ve had a Z‑Wave AeoTec Door­bell 6 for a while and had it linked to Home Assist­ant suc­cess­fully, but have nev­er been able to trig­ger the bell from with­in home assist­ant. Until now…

میں GUI

میں اس کے پاس سیدھا ہوں گا. آپ کو ZWaveJS2MQTT استعمال کرنے کی ضرورت ہوگی. Then cre­ate a cus­tom card with the fol­low­ing code…

ہستی: zone.home
hold_action:
  عمل: none
icon: 'mdi:bell'
name: Trigger Doorbell
show_icon: true
show_name: true
tap_action:
  عمل: call-service
  service: zwave_js.set_value
  service_data:
    کمانڈ_کلاس: 121
    اختتامی نقطہ: '1'
    property: toneId
    value: 3
  ہدف:
    device_id: #########################
پروپوزل کی گذارش: ہستی بٹن

آپ کو اپنے آلے کی ID تلاش کرنا ہوگی. میرا کو ڈھونڈنے کے لئے میں نے کور.ڈیائس_جسٹری کھولی جو تشکیل config. اسٹوریج میں ملتی ہے (I access mine from win­dows dir­ectly by using the “samba share” add-on) اور ایئٹیک کو تلاش کریں.

You can check the com­mand class, end­point, prop­erty, اور ZWaveJS2MQTT انٹرفیس کا استعمال کرکے قدر کریں

آٹومیشن

The code for auto­ma­tions is slightly dif­fer­ent, and can actu­ally be set using the GUI!

اگر آپ اسے YAML میں کرنا چاہتے ہیں تو آپ کو درج ذیل کی ضرورت ہوگی

خدمت: zwave_js.set_value
data:
  کمانڈ_کلاس: '121'
  endpoint: '1'
  property: toneId
  value: 3
ہدف:
  device_id: #########################

کریڈٹ

I pieced this togeth­er with a lot of exper­i­ment­a­tion based on inform­a­tion from sev­er­al places…

  • https://www.home-assistic.io/lovelays/btonton/
  • https://کمیونٹی.
  • https://کمیونٹی.
  • https://کمیونٹی۔

جواب چھوڑیں