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…
میں GUI
میں اس کے پاس سیدھا ہوں گا. آپ کو ZWaveJS2MQTT استعمال کرنے کی ضرورت ہوگی. Then create a custom card with the following 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 windows directly by using the “samba share” add-on) اور ایئٹیک کو تلاش کریں.
You can check the command class, endpoint, property, اور ZWaveJS2MQTT انٹرفیس کا استعمال کرکے قدر کریں
آٹومیشن
The code for automations is slightly different, and can actually be set using the GUI!
اگر آپ اسے YAML میں کرنا چاہتے ہیں تو آپ کو درج ذیل کی ضرورت ہوگی
خدمت: zwave_js.set_value data: کمانڈ_کلاس: '121' endpoint: '1' property: toneId value: 3 ہدف: device_id: #########################
کریڈٹ
I pieced this together with a lot of experimentation based on information from several places…
- https://www.home-assistic.io/lovelays/btonton/
- https://کمیونٹی.
- https://کمیونٹی.
- https://کمیونٹی۔
“Hi James I realise it has been a long while, but I just checked this on windows 11 (build 23H2)…”