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…
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 |

آپ کو اپنے آلے کی 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 میں کرنا چاہتے ہیں تو آپ کو درج ذیل کی ضرورت ہوگی
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-assistic.io/lovelays/btonton/
- HTTPS://کمیونٹی.
- HTTPS://کمیونٹی.
- HTTPS://کمیونٹی۔
اس مفید پایا? ہمیں بتائیں کرو مہربانی ذیل میں ایک تبصرہ چھوڑنے کے. آپ کے سبسکرائب کرنا چاہتے ہیں تو سب سے اوپر دائیں مینو پر لنک سبسکرائب استعمال کریں. آپ بھی ذیل سماجی روابط کا استعمال کرتے ہوئے کی طرف سے اپنے دوستوں کے ساتھ اس کا اشتراک کر سکتے ہیں. چیرس.
جواب چھوڑیں