I’ve had a Z‑Wave AeoTec Doorbell 6 for a while and had it linked to Home Assistant successfully, but have never been able to trigger the bell from within home assistant. Until now…
में जीयूआई
मैं बस इसके लिए सीधे हूँ. आपको ZWaveJS2MQTT का उपयोग करना होगा. Then create a custom card with the following code…
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | entity: zone.home hold_action: action: none icon: ‘mdi:bell’ name: Trigger Doorbell show_icon: true show_name: true tap_action: action: call-service service: zwave_js.set_value service_data: command_class: 121 endpoint: ‘1’ property: toneId value: 3 target: device_id: ######################### type: entity-button |

आपको अपनी डिवाइस आईडी ढूंढनी होगी. मेरा खोजने के लिए मैंने core.device_registry खोली जो config.storage . में पाई जाती है (I access mine from windows directly by using the “samba share” add-on) और AeoTec . की खोज करें.
You can check the command class, endpoint, property, और ZWaveJS2MQTT इंटरफ़ेस का उपयोग करके मूल्य
स्वचालन
The code for automations is slightly different, and can actually be set using the जीयूआई!

यदि आप इसे YAML में करना चाहते हैं तो आपको निम्नलिखित की आवश्यकता होगी:
1 2 3 4 5 6 7 8 | service: zwave_js.set_value data: command_class: ‘121’ endpoint: ‘1’ property: toneId value: 3 target: device_id: ######################### |
क्रेडिट
I pieced this together with a lot of experimentation based on information from several 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
तुम क्या सोचते हो? हमें एक टिप्पणी के नीचे छोड़! आप सदस्यता के लिए चाहते हैं, तो ऊपर दाईं ओर मेनू पर लिंक का उपयोग करें सदस्यता लें. आप नीचे दिए गए सामाजिक लिंक का उपयोग करके अपने दोस्तों के साथ इस साझा कर सकते हैं. चियर्स.
उत्तर छोड़ दें