{"id":2692,"date":"2022-05-04T21:33:00","date_gmt":"2022-05-05T02:33:00","guid":{"rendered":"https:\/\/promincproductions.com\/blog\/?p=2692"},"modified":"2023-03-02T20:01:39","modified_gmt":"2023-03-03T02:01:39","slug":"add-zigbee-to-home-assistant-with-husbzb-1-and-zha-on-qnap-ts-251","status":"publish","type":"post","link":"https:\/\/promincproductions.com\/blog\/add-zigbee-to-home-assistant-with-husbzb-1-and-zha-on-qnap-ts-251\/","title":{"rendered":"Add Zigbee to Home Assistant with HUSBZB-1 and ZHA on QNAP TS-251"},"content":{"rendered":"<p>Adding Zigbee to Home Assistant with HUSBZB-1 through the ZHA (Zigbee Home Automation) integration is a rather straightforward integration.  QNAP servers are great systems that can be expanded for such things as home automation, and the HUSBZB-1 opens up the possibilities by adding Zigbee to your home network.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/05\/home-assistant-zigbee-zha-husbzb-1.png\" alt=\"Add Zigbee to Home Assistant with HUSBZB-1 and Zigbee Home Automation\" class=\"wp-image-2698\" title=\"Add Zigbee to Home Assistant with HUSBZB-1 and Zigbee Home Automation\" srcset=\"https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/05\/home-assistant-zigbee-zha-husbzb-1.png 600w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/05\/home-assistant-zigbee-zha-husbzb-1-500x500.png 500w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/05\/home-assistant-zigbee-zha-husbzb-1-150x150.png 150w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/05\/home-assistant-zigbee-zha-husbzb-1-450x450.png 450w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">What is a HUSBZB-1 Zigbee Coordinator<\/h2>\n\n\n\n<p>A Zigbee coordinator is the central device that connects all of the Zigbee devices (endpoints) on a network together.  It then communicates with the home automation software (Home Assistant), passing all of the information from the sensors to the automation rules.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/m.media-amazon.com\/images\/I\/519CP4yaFPL._AC_SX679_.jpg\" alt=\"HUSBZB-1 USB Zigbee and Z-Wave Stick\" width=\"-269\" height=\"-140\" title=\"HUSBZB-1 USB Zigbee and Z-Wave Stick\" \/><figcaption class=\"wp-element-caption\">HUSBZB-1 USB Zigbee and Z-Wave Stick<\/figcaption><\/figure>\n<\/div>\n\n\n<p>There are many Zigbee coordinators to choose from on the market.  The HUSBZB-1 is unique in that it offers both Zigbee and Z-Wave radios.  The price-point of the HUSBZB-1 is relatively the same as other Zigbee coordinators, which of course makes this a compelling device.  Two network radios for the same price?<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/amzn.to\/3YarFzq\" target=\"_blank\" rel=\"noopener\" data-lasso-id=\"792\">Buy HUSBZB-1 on Amazon<\/a><\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"setup-husbzb-1-on-qnap-ts-251\">Setup HUSBZB-1 on QNAP TS-251<\/h2>\n\n\n\n<p>A few configurations steps are required to ensure the HUSBZB-1 device will talk correctly to Home Assistant.  This tutorial assumes that QNAP Container Station is used for running Home Assistant on QNAP.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"add-drivers-to-qnap\">Add Drivers to QNAP<\/h3>\n\n\n\n<p>The first step is to get the HUSBZB-1 setup on the QNAP device itself.  The drivers are not loaded by default.  But they can be added quickly by using the <code>insmod<\/code> command. [<a href=\"https:\/\/man7.org\/linux\/man-pages\/man8\/insmod.8.html\" target=\"_blank\" rel=\"noopener\" data-lasso-id=\"793\">insmod manual<\/a>]<\/p>\n\n\n\n<p>To do this, you&#8217;ll need SSH access to your QNAP server.  I won&#8217;t go through the details on how to set this up as QNAP has a <a href=\"https:\/\/www.qnap.com\/en\/how-to\/knowledge-base\/article\/how-do-i-access-my-qnap-nas-using-ssh\" target=\"_blank\" rel=\"noopener\" data-lasso-id=\"794\">great tutorial for setting up SSH access<\/a> and it&#8217;s not worth me repeating.<\/p>\n\n\n\n<p>Once SSH access is setup, follow these steps.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Connect to the QNAP server via SSH<\/li>\n\n\n\n<li>Run the following commands<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>insmod \/usr\/local\/modules\/cp210x.ko\ninsmod \/usr\/local\/modules\/usbserial.ko<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Unplug the HUSBZB-1 USB stick<\/li>\n\n\n\n<li>Plug the HUSBZB-1 USB stick back in<\/li>\n\n\n\n<li>In SSH confirm that QNAP now recognizes the HUSBZB-1 stick by running this command: <code>ll \/dev\/ttyUSB*<\/code>\n<ul class=\"wp-block-list\">\n<li>If all went well, you should see output like this:<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>ll \/dev\/ttyUSB*\ncrw------- 1 &lt;user&gt; &lt;group&gt; 188, 0 Jan  9 20:51 \/dev\/ttyUSB0\ncrw------- 1 &lt;user&gt; &lt;group&gt; 188, 1 Jan  9 20:51 \/dev\/ttyUSB1<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"references\">References:<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/medium.com\/@sysrun\/quickfix-zigbee-z-wave-usb-on-qnap-e203357a8422\" data-lasso-id=\"795\">https:\/\/medium.com\/@sysrun\/quickfix-zigbee-z-wave-usb-on-qnap-e203357a8422<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.sysrun.io\/2017\/10\/20\/quickfix-zigbeez-wave-usb-on-qnap\/\" data-lasso-id=\"796\">https:\/\/www.sysrun.io\/2017\/10\/20\/quickfix-zigbeez-wave-usb-on-qnap\/<\/a><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"configure-container-station\">Configure Container Station<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"using-an-existing-container\">Using an Existing Container<\/h4>\n\n\n\n<p>If you already have a container in QNAP Container Station, a modification will need to be made to tell the container how to find the new HUSBZB-1 USB stick.  Sadly, QNAP doesn&#8217;t allow you to change the configuration of a container directly, but thankfully you can duplicate your existing container and modify the configuration in the new version.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>In Container Station, click on the name of the existing Home Assistant to open the container.<\/li>\n\n\n\n<li><span style=\"color: initial\">Click the <\/span><strong style=\"color: initial\">Settings<\/strong><span style=\"color: initial\"> button<\/span><\/li>\n\n\n\n<li>Uncheck <strong>Auto start<\/strong> and click <strong>Apply<\/strong> (this container will be <em>abandoned<\/em> soon)<\/li>\n\n\n\n<li>Click the <strong>Stop<\/strong> button to stop the container. (You don&#8217;t want more than one running at the same time)<\/li>\n\n\n\n<li>In the top right, click the <strong>More<\/strong> dropdown and choose <strong>Duplicate.<\/strong><\/li>\n\n\n\n<li>Set a name for the new container.  By default QNAP adds <code>-dupe<\/code>, but you may want to make it more descriptive like <code>with USB<\/code><\/li>\n\n\n\n<li>Check <strong>Auto start<\/strong><\/li>\n\n\n\n<li>Click on the <strong>Advanced Settings &gt;&gt;<\/strong> link<\/li>\n\n\n\n<li>Click on the <strong>Device<\/strong> tab on the left\n<ul class=\"wp-block-list\">\n<li>Ensure the <strong>Run containers in privileged mode.<\/strong> check box is checked<\/li>\n\n\n\n<li>Click the <strong>Add<\/strong> button<\/li>\n\n\n\n<li>Pick <strong>TTY (4)<\/strong> from the dropdown.<\/li>\n\n\n\n<li>Ensure the <strong>Read<\/strong> and <strong>Write<\/strong> permissions are both selected<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Click <strong>Create<\/strong> to make the duplicated container and boot up the container.<\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"creating-a-new-container\">Creating a New Container<\/h4>\n\n\n\n<p>If you do not have a container setup in Container Station yet, you can follow my guide: <a href=\"https:\/\/promincproductions.com\/blog\/home-assistant-on-qnap-ts-251-in-container-station\/\" data-lasso-id=\"797\">Home Assistant on QNAP TS-251 in Container Station<\/a>  The only difference is that on step 9 (the <strong>Devices<\/strong> tab) you need to do the following:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ensure the <strong>Run containers in <strong>privileged <\/strong>mod<\/strong>e.<strong> <\/strong>checkbox is checked<\/li>\n\n\n\n<li>Click the <strong>Add<\/strong> button<\/li>\n\n\n\n<li>Pick <strong>TTY (4)<\/strong> from the dropdown<\/li>\n\n\n\n<li>Ensure the <strong>Read<\/strong> and <strong>Write<\/strong> permissions are both selected <\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"995\" height=\"653\" src=\"https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/image-5.png\" alt=\"Configure the TTY device to give Home Assistant access to the HUSBZB-1 USB device\" class=\"wp-image-2352\" title=\"Home Assistant container access to USB Zigbee device\" srcset=\"https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/image-5.png 995w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/image-5-500x328.png 500w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/image-5-768x504.png 768w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/image-5-150x98.png 150w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/image-5-600x394.png 600w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/image-5-450x295.png 450w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/image-5-914x600.png 914w\" sizes=\"(max-width: 995px) 100vw, 995px\" \/><figcaption class=\"wp-element-caption\">Configure the container to pass the TTY device to Home Assistant for the HUSBZB-1 USB device for use with Zigbee and Z-Wave<\/figcaption><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"configure-zigbee-with-husbzb-1-in-home-assistant\">Configure Zigbee with HUSBZB-1 in Home Assistant <\/h2>\n\n\n\n<p>Now that the HUSBZB-1 device is connected to both the QNAP NAS and Home Assistant, the last step is to integrate Zigbee and Z-Wave into Home Assistant.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Click on <strong>Configuration<\/strong><\/li>\n\n\n\n<li>Click on <strong>Integrations<\/strong><\/li>\n\n\n\n<li>Click the <strong>Add Integration<\/strong> button<\/li>\n\n\n\n<li>Search for <code>Zigbee<\/code><\/li>\n\n\n\n<li>Click on the <strong>Zigbee Home Automation<\/strong> integration\n<ul class=\"wp-block-list\">\n<li><img decoding=\"async\" width=\"645\" height=\"244\" class=\"wp-image-2356\" style=\"width: 350px\" src=\"https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/image-6.png\" alt=\"Home Assistant Zigbee Integration\" srcset=\"https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/image-6.png 645w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/image-6-500x189.png 500w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/image-6-150x57.png 150w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/image-6-600x227.png 600w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/image-6-450x170.png 450w\" sizes=\"(max-width: 645px) 100vw, 645px\" \/><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>From the <strong>Select serial port for Zigbee radio<\/strong> dropdown, select <code>\/dev\/ttyUSB1<\/code> <\/li>\n\n\n\n<li>Click <strong>Submit<\/strong><\/li>\n<\/ul>\n\n\n\n<p>If all went well, you should see success!  Now your Home Assistant on QNAP will have Zigbee integrated and be ready to start adding nodes (entities).<\/p>\n\n\n\n<p><strong>References:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/smarthomepursuits.com\/how-to-add-z-wave-zigbee-to-home-assistant\/\" data-lasso-id=\"798\">https:\/\/smarthomepursuits.com\/how-to-add-z-wave-zigbee-to-home-assistant\/<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"configure-z-wave-with-husbzb-1-in-home-assistant\">Configure Z-Wave with HUSBZB-1 in Home Assistant<\/h2>\n\n\n\n<p>While I bought the HUSBZB-1 specifically because it had dual radios (and was highly touted), I don&#8217;t have any Z-Wave devices to integrate.  (not yet at least&#8230;)<\/p>\n\n\n\n<p>But since I was configuring all of this, I wanted to see if I could get Home Assistant seeing that I have a Z-Wave radio available.<\/p>\n\n\n\n<p>I found that adding the following to my <code>configuration.yaml<\/code> and a restart of Home Assistant is all that was needed.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>zwave:\n usb_path: \/dev\/ttyUSB0<\/code><\/pre>\n\n\n\n<p>However&#8230; after doing that, I see that this is a deprecated and unsupported method.  It shows up and <em>appears to work<\/em> but don&#8217;t think this is the best long term solution.<\/p>\n\n\n\n<p>The current recommended method is to use the <a href=\"https:\/\/www.home-assistant.io\/integrations\/zwave_js\/\" target=\"_blank\" rel=\"noopener\" data-lasso-id=\"799\">Z-Wave JS<\/a> integration.  This requires a <strong>Z-Wave JS Server<\/strong> component that I have yet to explore.  Someday when I look deeper into this integration I&#8217;ll update this post with more information.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"restarting-qnap-server\">Restarting QNAP Server<\/h2>\n\n\n\n<p>Unfortunately when the QNAP server restarts much of this integration gets <em>lost<\/em> and there are manual efforts that need to be done.  What happens is the driver for the HUSBZB-1 gets <em>lost<\/em> and thus the system fails to load correctly.  In theory there is a way to have the server add this driver at startup, but the way that QNAP has built their version of Linux makes it a bit difficult and thus I don&#8217;t have a solution at this time.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/DB8F55AC-2097-4DDB-A6C1-F8138ADD5F35-688x1024.jpeg\" alt=\"Zigbee and Z-wave integration error upon QNAP restart\" class=\"wp-image-2417\" width=\"521\" height=\"776\" title=\"Zigbee and Z-wave integration error upon QNAP restart\" srcset=\"https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/DB8F55AC-2097-4DDB-A6C1-F8138ADD5F35-688x1024.jpeg 688w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/DB8F55AC-2097-4DDB-A6C1-F8138ADD5F35-336x500.jpeg 336w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/DB8F55AC-2097-4DDB-A6C1-F8138ADD5F35-768x1143.jpeg 768w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/DB8F55AC-2097-4DDB-A6C1-F8138ADD5F35-150x223.jpeg 150w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/DB8F55AC-2097-4DDB-A6C1-F8138ADD5F35-600x893.jpeg 600w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/DB8F55AC-2097-4DDB-A6C1-F8138ADD5F35-450x670.jpeg 450w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/DB8F55AC-2097-4DDB-A6C1-F8138ADD5F35-403x600.jpeg 403w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/DB8F55AC-2097-4DDB-A6C1-F8138ADD5F35.jpeg 828w\" sizes=\"(max-width: 521px) 100vw, 521px\" \/><figcaption class=\"wp-element-caption\">Zigbee and Z-wave integration error when QNAP restarts since the driver was not loaded<\/figcaption><\/figure>\n<\/div>\n\n\n<p>If the QNAP server restarts (ie. firmware update, power outage, etc.) here are the steps that need to be taken:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Connect to the server via SSH<\/li>\n\n\n\n<li>Add the drivers<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>insmod \/usr\/local\/modules\/cp210x.ko\ninsmod \/usr\/local\/modules\/usbserial.ko<\/code><\/pre>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li>Login to the QNAP server via the web admin<\/li>\n\n\n\n<li>Open <strong>Container Station<\/strong><\/li>\n\n\n\n<li>Stop the container by clicking the \u220e <strong>Stop<\/strong> button (square).<\/li>\n\n\n\n<li>Once stopped, start the container by clicking the \u25ba <strong>Play<\/strong> button (triangle).<\/li>\n<\/ol>\n\n\n\n<p>Now when looking at the <strong>Integrations<\/strong> page in Home Assistant you should see the Zigbee (and Z-Wave if added) integrations no longer error and all of your End Devices should be loaded without issue.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"828\" height=\"981\" src=\"https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/4EEBBB15-441B-43F5-816F-C3E39FB9E4E7.jpeg\" alt=\"ZigBee and Z-wave integration load upon Home Assistant container restart\" class=\"wp-image-2418\" srcset=\"https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/4EEBBB15-441B-43F5-816F-C3E39FB9E4E7.jpeg 828w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/4EEBBB15-441B-43F5-816F-C3E39FB9E4E7-422x500.jpeg 422w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/4EEBBB15-441B-43F5-816F-C3E39FB9E4E7-768x910.jpeg 768w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/4EEBBB15-441B-43F5-816F-C3E39FB9E4E7-150x178.jpeg 150w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/4EEBBB15-441B-43F5-816F-C3E39FB9E4E7-600x711.jpeg 600w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/4EEBBB15-441B-43F5-816F-C3E39FB9E4E7-450x533.jpeg 450w, https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/01\/4EEBBB15-441B-43F5-816F-C3E39FB9E4E7-506x600.jpeg 506w\" sizes=\"(max-width: 828px) 100vw, 828px\" \/><figcaption class=\"wp-element-caption\">After loading the drivers and restarting the container the Zigbee and Z-Wave integrations no longer show errors.<\/figcaption><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Bottom Line<\/h2>\n\n\n\n<p>Adding Zigbee to Home Assistant with the HUSBZB-1 and Zigbee Home Automation (ZHA) is likely the simplest integration method.  [See post <a href=\"https:\/\/promincproductions.com\/blog\/adding-zigbee-to-home-assistant-on-qnap-ts-251-with-container-station\/\" data-lasso-id=\"800\">Adding Zigbee to Home Assistant on QNAP TS-251 with Container Station<\/a> for other methods]  However, I have personally chosen to move from the HUSBZB-1 device to ConBee II with deCONZ (and have found it to be more reliable) for these reasons:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>When the QNAP server is restarted, manual actions have to be taken to get the integration to work again<\/li>\n\n\n\n<li>The Aqara devices I&#8217;ve chosen to use often dropped off the network<\/li>\n\n\n\n<li>Connection to devices at times is slow and unreliable<\/li>\n<\/ol>\n\n\n\n<p>I will say the <a href=\"https:\/\/promincproductions.com\/blog\/add-zigbee-to-home-assistant-with-conbee-ii-and-deconz-on-qnap-ts-251\/\" data-lasso-id=\"801\">ConBee II with deCONZ setup<\/a> takes a bit more effort but it has proven to be worth the effort for the devices I&#8217;ve chosen to use.<\/p>","protected":false},"excerpt":{"rendered":"<p>Adding Zigbee to Home Assistant with HUSBZB-1 through the ZHA (Zigbee Home Automation) integration is a rather straightforward [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2698,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"wprm-recipe-roundup-name":"","wprm-recipe-roundup-description":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[387,384,332],"tags":[335,331,330,333,334],"class_list":["post-2692","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-home-assistant","category-qnap","category-smart-home","tag-container-station","tag-home-assistant","tag-qnap","tag-ts-251","tag-zigbee"],"jetpack_featured_media_url":"https:\/\/promincproductions.com\/blog\/wp-content\/uploads\/2022\/05\/home-assistant-zigbee-zha-husbzb-1.png","jetpack_shortlink":"https:\/\/wp.me\/p4BbcR-Hq","jetpack_sharing_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/promincproductions.com\/blog\/wp-json\/wp\/v2\/posts\/2692","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/promincproductions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/promincproductions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/promincproductions.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/promincproductions.com\/blog\/wp-json\/wp\/v2\/comments?post=2692"}],"version-history":[{"count":5,"href":"https:\/\/promincproductions.com\/blog\/wp-json\/wp\/v2\/posts\/2692\/revisions"}],"predecessor-version":[{"id":3227,"href":"https:\/\/promincproductions.com\/blog\/wp-json\/wp\/v2\/posts\/2692\/revisions\/3227"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/promincproductions.com\/blog\/wp-json\/wp\/v2\/media\/2698"}],"wp:attachment":[{"href":"https:\/\/promincproductions.com\/blog\/wp-json\/wp\/v2\/media?parent=2692"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/promincproductions.com\/blog\/wp-json\/wp\/v2\/categories?post=2692"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/promincproductions.com\/blog\/wp-json\/wp\/v2\/tags?post=2692"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}