DIY मीडिया होम लोगो

अपनी खुद की होम थिएटर और हाय-Fi सेटअप डिजाइन और बनाने के लिए परम साइट.

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…

में जीयूआई

मैं बस इसके लिए सीधे हूँ. आपको ZWaveJS2MQTT का उपयोग करना होगा. Then cre­ate a cus­tom card with the fol­low­ing code…

सत्ता: zone.home
hold_action:
  कार्य: none
icon: 'एमडीआई:bell'
name: Trigger Doorbell
show_icon: true
show_name: true
tap_action:
  कार्य: call-service
  service: zwave_js.set_value
  service_data:
    कमांड_क्लास: 121
    endpoint: '1'
    property: toneId
    value: 3
  लक्ष्य:
    डिवाइस आईडी: #########################
टाइप: इकाई-बटन

आपको अपनी डिवाइस आईडी ढूंढनी होगी. मेरा खोजने के लिए मैंने core.device_registry खोली जो config.storage . में पाई जाती है (I access mine from win­dows dir­ectly by using the “samba share” add-on) और AeoTec . की खोज करें.

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 जीयूआई!

यदि आप इसे YAML में करना चाहते हैं तो आपको निम्नलिखित की आवश्यकता होगी:

सर्विस: zwave_js.set_value
data:
  कमांड_क्लास: '121'
  endpoint: '1'
  property: toneId
  value: 3
लक्ष्य:
  डिवाइस आईडी: #########################

क्रेडिट

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-assistant.io/lovelace/button/
  • HTTPS के://Community.home-assistant.io/t/aeotech-zw162-doorbell/121556/191
  • HTTPS के://Community.home-assistant.io/t/aeotech-zw162-doorbell/121556/197
  • HTTPS के://Community.home-assistant.io/t/using-a-switch-to-call-a-service/166885/5

उत्तर छोड़ दें