{"id":29,"date":"2021-01-09T20:32:26","date_gmt":"2021-01-09T20:32:26","guid":{"rendered":"https:\/\/smarthome.bolte-online.net\/?p=29"},"modified":"2026-02-02T08:57:21","modified_gmt":"2026-02-02T07:57:21","slug":"openhab-3-and-knx","status":"publish","type":"post","link":"https:\/\/smarthome.bolte.name\/?p=29","title":{"rendered":"openHAB 3 and KNX"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">So here I&#8217;ll post my way to get openHAB 3 with KNX working, which seems to be different in central configuration if you want to use the new OH3 UI. I didn&#8217;t want to import the old file-base OH2 config &#8211; which wasn&#8217;t complete anyways &#8211; but did it all new from scratch. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">What I really like ist the Code view so you can easily compare configuration or copy and paste stuff. So let&#8217;s start.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"49\" height=\"46\" src=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_212029.png\" alt=\"(+)\" class=\"wp-image-30\"\/><figcaption class=\"wp-element-caption\">Add the KNX\/IP Gateway as a new Thing.<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"745\" height=\"794\" src=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_212120.png\" alt=\"\" class=\"wp-image-31\" srcset=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_212120.png 745w, https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_212120-281x300.png 281w\" sizes=\"auto, (max-width: 745px) 100vw, 745px\" \/><figcaption class=\"wp-element-caption\">I&#8217;m using the &#8222;GIRA X1&#8220; which workes only in &#8222;TUNNEL&#8220; mode.<\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Things Code is:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>UID: knx:ip:be4f40aa2e\nlabel: KNX\/IP Gateway\nthingTypeUID: knx:ip\nconfiguration:\n  useNAT: false\n  readRetriesLimit: 3\n  ipAddress: 192.168.0.81\n  autoReconnectPeriod: 60\n  type: TUNNEL\n  localSourceAddr: 0.0.0\n  readingPause: 50\n  portNumber: 3671\n  responseTimeout: 10\nlocation: HV<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If this is &#8222;Online&#8220;, we have to add a new Thing, the &#8222;KNX Generic Group Address&#8220; with Type &#8222;KNX Device&#8220; and choose the bridge above as &#8222;Parent Bridge&#8220;- this one will contain all our KNX stuff as channels.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"739\" height=\"783\" src=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_213427.png\" alt=\"\" class=\"wp-image-33\" srcset=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_213427.png 739w, https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_213427-283x300.png 283w\" sizes=\"auto, (max-width: 739px) 100vw, 739px\" \/><figcaption class=\"wp-element-caption\">At my OH the status of &#8222;KNX Gneric Group Address&#8220; is mostly Offline, but working<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"739\" height=\"866\" src=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_213717.png\" alt=\"\" class=\"wp-image-35\" srcset=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_213717.png 739w, https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_213717-256x300.png 256w\" sizes=\"auto, (max-width: 739px) 100vw, 739px\" \/><figcaption class=\"wp-element-caption\">In the &#8222;Channel&#8220; Tab you can add new Channels, like Switches or Rollershutter<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"739\" height=\"291\" src=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_213933-1.png\" alt=\"\" class=\"wp-image-36\" srcset=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_213933-1.png 739w, https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_213933-1-300x118.png 300w\" sizes=\"auto, (max-width: 739px) 100vw, 739px\" \/><figcaption class=\"wp-element-caption\">For Switch Channels I used the group address configuration for actors followed by &#8222;+&lt;&#8220; and feedback address as shown above.<\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">So The Code looks like this &#8211; now you can start copy and past the channels to add new ones easily:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ID: knx:device:be4f40aa2e:b3290a4dec\nlabel: KNX Generic Group Address\nthingTypeUID: knx:device\nconfiguration:\n  pingInterval: 300\n  address: 1.1.251\n  readInterval: 600\n  fetch: true\nbridgeUID: knx:ip:be4f40aa2e\nchannels:\n  - id: KNX_Licht_EG_Arbeitszimmer\n    channelTypeUID: knx:switch\n    label: Licht EG Arbeitszimmer\n    description: \"\"\n    configuration:\n      ga: 1\/1\/5+&lt;1\/1\/8\n  - id: KNX_Licht_EG_Esszimmer\n    channelTypeUID: knx:switch\n    label: Licht EG Esszimmer\n    description: \"\"\n    configuration:\n      ga: 1\/1\/25+&lt;1\/1\/28<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Afterwards all your new channels are listed in the &#8222;Channels&#8220; Tab. The next step is to link them with items with the &#8222;Add link to item&#8220; links. Here you can easy create a new item with a generated but readyble name:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"756\" height=\"971\" src=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_214817.png\" alt=\"\" class=\"wp-image-37\" srcset=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_214817.png 756w, https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_214817-234x300.png 234w\" sizes=\"auto, (max-width: 756px) 100vw, 756px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"756\" height=\"416\" src=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_214920.png\" alt=\"\" class=\"wp-image-38\" srcset=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_214920.png 756w, https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_214920-300x165.png 300w\" sizes=\"auto, (max-width: 756px) 100vw, 756px\" \/><figcaption class=\"wp-element-caption\">This is how the linked channel look like, with click on ON \/ OFF (for switches) ..<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"756\" height=\"673\" src=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_215138.png\" alt=\"\" class=\"wp-image-40\" srcset=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_215138.png 756w, https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_215138-300x267.png 300w\" sizes=\"auto, (max-width: 756px) 100vw, 756px\" \/><figcaption class=\"wp-element-caption\">&#8230; you can test you new item immediately<\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">This was it so far &#8211; for me the next step was to <a href=\"https:\/\/smarthome.bolte.name\/?p=47\">build a floor plan<\/a> with all my items, this will be in my next blog post.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>So here I&#8217;ll post my way to get openHAB 3 with KNX working, which seems to be different in central configuration if you want to use the new OH3 UI. I didn&#8217;t want to import the old file-base OH2 config &#8211; which wasn&#8217;t complete anyways &#8211; but did it all new from scratch. What I&hellip; <a class=\"more-link\" href=\"https:\/\/smarthome.bolte.name\/?p=29\"><span class=\"screen-reader-text\">openHAB 3 and KNX<\/span> weiterlesen<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10,8,3],"tags":[],"class_list":["post-29","post","type-post","status-publish","format-standard","hentry","category-knx","category-openhab","category-smarthome","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>openHAB 3 and KNX - Smarthome and more<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/smarthome.bolte.name\/?p=29\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"openHAB 3 and KNX - Smarthome and more\" \/>\n<meta property=\"og:description\" content=\"So here I&#8217;ll post my way to get openHAB 3 with KNX working, which seems to be different in central configuration if you want to use the new OH3 UI. I didn&#8217;t want to import the old file-base OH2 config &#8211; which wasn&#8217;t complete anyways &#8211; but did it all new from scratch. What I&hellip; openHAB 3 and KNX weiterlesen\" \/>\n<meta property=\"og:url\" content=\"https:\/\/smarthome.bolte.name\/?p=29\" \/>\n<meta property=\"og:site_name\" content=\"Smarthome and more\" \/>\n<meta property=\"article:published_time\" content=\"2021-01-09T20:32:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-02T07:57:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_212029.png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"4\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=29#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=29\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/#\\\/schema\\\/person\\\/a103d6a52c795ca597d4c8325094865c\"},\"headline\":\"openHAB 3 and KNX\",\"datePublished\":\"2021-01-09T20:32:26+00:00\",\"dateModified\":\"2026-02-02T07:57:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=29\"},\"wordCount\":305,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=29#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/smarthome.bolte.name\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/Screenshot_20210109_212029.png\",\"articleSection\":[\"KNX\",\"openHAB\",\"Smarthome\"],\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/smarthome.bolte.name\\\/?p=29#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=29\",\"url\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=29\",\"name\":\"openHAB 3 and KNX - Smarthome and more\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=29#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=29#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/smarthome.bolte.name\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/Screenshot_20210109_212029.png\",\"datePublished\":\"2021-01-09T20:32:26+00:00\",\"dateModified\":\"2026-02-02T07:57:21+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/#\\\/schema\\\/person\\\/a103d6a52c795ca597d4c8325094865c\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=29#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/smarthome.bolte.name\\\/?p=29\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=29#primaryimage\",\"url\":\"https:\\\/\\\/smarthome.bolte.name\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/Screenshot_20210109_212029.png\",\"contentUrl\":\"https:\\\/\\\/smarthome.bolte.name\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/Screenshot_20210109_212029.png\",\"width\":49,\"height\":46},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/?p=29#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/smarthome.bolte.name\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"openHAB 3 and KNX\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/#website\",\"url\":\"https:\\\/\\\/smarthome.bolte.name\\\/\",\"name\":\"Smarthome and more\",\"description\":\"home assistant, openHAB, KNX, HUE\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/smarthome.bolte.name\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/smarthome.bolte.name\\\/#\\\/schema\\\/person\\\/a103d6a52c795ca597d4c8325094865c\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8473a48dd3980e9656bb77325b9158044c07963af0f5852a7c3918537443e409?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8473a48dd3980e9656bb77325b9158044c07963af0f5852a7c3918537443e409?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8473a48dd3980e9656bb77325b9158044c07963af0f5852a7c3918537443e409?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/smarthome.bolte.name\"],\"url\":\"https:\\\/\\\/smarthome.bolte.name\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"openHAB 3 and KNX - Smarthome and more","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/smarthome.bolte.name\/?p=29","og_locale":"de_DE","og_type":"article","og_title":"openHAB 3 and KNX - Smarthome and more","og_description":"So here I&#8217;ll post my way to get openHAB 3 with KNX working, which seems to be different in central configuration if you want to use the new OH3 UI. I didn&#8217;t want to import the old file-base OH2 config &#8211; which wasn&#8217;t complete anyways &#8211; but did it all new from scratch. What I&hellip; openHAB 3 and KNX weiterlesen","og_url":"https:\/\/smarthome.bolte.name\/?p=29","og_site_name":"Smarthome and more","article_published_time":"2021-01-09T20:32:26+00:00","article_modified_time":"2026-02-02T07:57:21+00:00","og_image":[{"url":"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_212029.png","type":"","width":"","height":""}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"admin","Gesch\u00e4tzte Lesezeit":"4\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/smarthome.bolte.name\/?p=29#article","isPartOf":{"@id":"https:\/\/smarthome.bolte.name\/?p=29"},"author":{"name":"admin","@id":"https:\/\/smarthome.bolte.name\/#\/schema\/person\/a103d6a52c795ca597d4c8325094865c"},"headline":"openHAB 3 and KNX","datePublished":"2021-01-09T20:32:26+00:00","dateModified":"2026-02-02T07:57:21+00:00","mainEntityOfPage":{"@id":"https:\/\/smarthome.bolte.name\/?p=29"},"wordCount":305,"commentCount":0,"image":{"@id":"https:\/\/smarthome.bolte.name\/?p=29#primaryimage"},"thumbnailUrl":"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_212029.png","articleSection":["KNX","openHAB","Smarthome"],"inLanguage":"de","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/smarthome.bolte.name\/?p=29#respond"]}]},{"@type":"WebPage","@id":"https:\/\/smarthome.bolte.name\/?p=29","url":"https:\/\/smarthome.bolte.name\/?p=29","name":"openHAB 3 and KNX - Smarthome and more","isPartOf":{"@id":"https:\/\/smarthome.bolte.name\/#website"},"primaryImageOfPage":{"@id":"https:\/\/smarthome.bolte.name\/?p=29#primaryimage"},"image":{"@id":"https:\/\/smarthome.bolte.name\/?p=29#primaryimage"},"thumbnailUrl":"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_212029.png","datePublished":"2021-01-09T20:32:26+00:00","dateModified":"2026-02-02T07:57:21+00:00","author":{"@id":"https:\/\/smarthome.bolte.name\/#\/schema\/person\/a103d6a52c795ca597d4c8325094865c"},"breadcrumb":{"@id":"https:\/\/smarthome.bolte.name\/?p=29#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/smarthome.bolte.name\/?p=29"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/smarthome.bolte.name\/?p=29#primaryimage","url":"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_212029.png","contentUrl":"https:\/\/smarthome.bolte.name\/wp-content\/uploads\/2021\/01\/Screenshot_20210109_212029.png","width":49,"height":46},{"@type":"BreadcrumbList","@id":"https:\/\/smarthome.bolte.name\/?p=29#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/smarthome.bolte.name\/"},{"@type":"ListItem","position":2,"name":"openHAB 3 and KNX"}]},{"@type":"WebSite","@id":"https:\/\/smarthome.bolte.name\/#website","url":"https:\/\/smarthome.bolte.name\/","name":"Smarthome and more","description":"home assistant, openHAB, KNX, HUE","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/smarthome.bolte.name\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Person","@id":"https:\/\/smarthome.bolte.name\/#\/schema\/person\/a103d6a52c795ca597d4c8325094865c","name":"admin","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/secure.gravatar.com\/avatar\/8473a48dd3980e9656bb77325b9158044c07963af0f5852a7c3918537443e409?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/8473a48dd3980e9656bb77325b9158044c07963af0f5852a7c3918537443e409?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8473a48dd3980e9656bb77325b9158044c07963af0f5852a7c3918537443e409?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/smarthome.bolte.name"],"url":"https:\/\/smarthome.bolte.name\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=\/wp\/v2\/posts\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=29"}],"version-history":[{"count":6,"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=\/wp\/v2\/posts\/29\/revisions"}],"predecessor-version":[{"id":102,"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=\/wp\/v2\/posts\/29\/revisions\/102"}],"wp:attachment":[{"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=29"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=29"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/smarthome.bolte.name\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}