{"id":473,"date":"2024-04-28T21:50:52","date_gmt":"2024-04-28T19:50:52","guid":{"rendered":"https:\/\/blog.bardalen.no\/?p=473"},"modified":"2024-04-28T21:50:56","modified_gmt":"2024-04-28T19:50:56","slug":"greenhouse-iot-project-an-app-in-teams","status":"publish","type":"post","link":"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/","title":{"rendered":"Greenhouse IoT Project &#8211;  an app in Teams"},"content":{"rendered":"\n<p>Looking for a use-case for IoT, or maybe Apps in Teams? Or both? Me too! About three years ago I made a little greenhouse in my garden. And for a long time I have wanted to have controll over temperatures inside, so I&#8217;ve finally made myself this little Greenhouse IoT project to tacle:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_4991.jpg\" alt=\"\" class=\"wp-image-487\" style=\"width:504px;height:auto\" srcset=\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_4991.jpg 1024w, https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_4991-300x225.jpg 300w, https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_4991-768x576.jpg 768w, https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_4991-360x270.jpg 360w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n<p>Inside of this greenhouse there are a lot of things growing, including Tomatoes, cucumbers and some herbs:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e9fe7846edc&quot;}\" data-wp-interactive=\"core\/image\" class=\"aligncenter size-large is-resized wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_0107-768x1024.jpg\" alt=\"Greenhouse IoT project for my tomatoes!\" class=\"wp-image-479\" style=\"width:405px;height:auto\" srcset=\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_0107-768x1024.jpg 768w, https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_0107-225x300.jpg 225w, https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_0107-1152x1536.jpg 1152w, https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_0107-1536x2048.jpg 1536w, https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_0107-203x270.jpg 203w, https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_0107-scaled.jpg 1920w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Forst\u00f8rr\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on-async--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure><\/div>\n\n\n<p>The purpose of a greenhouse is to have a steady as possible climate for these vegetables. But how can I know how hot it is, or if it&#8217;s getting too cold inside this greenhouse? I can manually look at a thermometer but that means I need to get out an check once in a while. And this doesn&#8217;t work when I&#8217;m away for a length at a time. I need to track the temperature digitally somewhere to see the history, and maybe get some alerts if it gets too hot or too cold? Maybe this is the use case I&#8217;ve been looking for?<\/p>\n\n\n\n<p>Luckily I do have access to some tools that may be solving this issue for me. The solution I&#8217;ve come up with includes an <a href=\"https:\/\/en.wikipedia.org\/wiki\/ESP32\" target=\"_blank\" rel=\"noreferrer noopener\">ESP32-board<\/a>, connect this to the cloud somehow and create an app in Teams to both notify me and show me the data I want. Great plan! But it&#8217;s not that simple and not something I can throw together in a day.<\/p>\n\n\n\n<p>This will be a journey for me in technologies and concepts i either don&#8217;t know at all or I want to use to a greater extent than I do today. I&#8217;ve never created a Teams-app before, so this can be interesting!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Greenhouse IoT project &#8211; a blog series:<\/h2>\n\n\n\n<p>I need to break this project down into separate parts, and therefore I will create one blog post for each one. The parts will be:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Setup the IoT hardware in the greenhouse<\/li>\n\n\n\n<li>Configure my homelab running Home Assistant<\/li>\n\n\n\n<li>Connect to Azure and create a stream of data<\/li>\n\n\n\n<li>Collect and store this data in a smart way<\/li>\n\n\n\n<li>Create an app for Microsoft Teams to interact with the stored data<\/li>\n<\/ol>\n\n\n\n<p>These steps will become links to the corresponding parts when they are ready. So hopefully I can get where I want by following these steps. But look out for possible changes to scope and\/or technologies used here. Speaking of, the Greenhouse IoT project will utilize this stack of technologies:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>ESP32 with sensors, powered by solars cells perhaps?<\/li>\n\n\n\n<li>Locally hosted Home Assistant<\/li>\n\n\n\n<li>Docker container running ESPHome locally<\/li>\n\n\n\n<li>Azure Event Hub integration in Home Assistant talking directly to the cloud<\/li>\n\n\n\n<li>Power Automate<\/li>\n\n\n\n<li>Dataverse<\/li>\n\n\n\n<li>Microsoft Teams with a custom App<\/li>\n<\/ul>\n\n\n\n<p>Can we make this work? Well&#8230; we will find out, I guess?<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Links to resources explaining some stuff:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/en.wikipedia.org\/wiki\/ESP32\" target=\"_blank\" rel=\"noreferrer noopener\">ESP32 Microcontroller<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/esphome.io\/index.html\" target=\"_blank\" rel=\"noreferrer noopener\">ESPHome controller software for ESP32<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.home-assistant.io\/\" target=\"_blank\" rel=\"noreferrer noopener\">Home Assistant<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/azure.microsoft.com\/en-us\/products\/event-hubs\" target=\"_blank\" rel=\"noreferrer noopener\">Azure Event Hub<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.microsoft.com\/nb-no\/power-platform\/dataverse\">Dataverse<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/learn.microsoft.com\/en-us\/microsoftteams\/platform\/overview\">Microsoft Teams Apps<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Looking for a use-case for IoT, or maybe Apps in Teams? Or both? Me too! About three years ago I made a little greenhouse in my garden. And for a long time I have wanted to have controll over temperatures inside, so I&#8217;ve finally made myself this little Greenhouse IoT project to tacle: Inside of this greenhouse there are a lot of things growing, including Tomatoes, cucumbers and some herbs: The purpose of a greenhouse is to have a steady&#8230;<\/p>\n<p class=\"read-more\"><a class=\"btn btn-default\" href=\"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/\">Les mer<span class=\"screen-reader-text\"> Les mer<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":479,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[46,57,24],"tags":[],"class_list":["post-473","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-azure","category-english","category-microsoft-365"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Greenhouse IoT Project - an app in Teams - Blog.bardalen.no<\/title>\n<meta name=\"description\" content=\"This is a blog series of how I&#039;m getting my greenhouse IoT-enabled and how I can consume the generated data directly in Teams\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/\" \/>\n<meta property=\"og:locale\" content=\"nb_NO\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Greenhouse IoT Project - an app in Teams - Blog.bardalen.no\" \/>\n<meta property=\"og:description\" content=\"This is a blog series of how I&#039;m getting my greenhouse IoT-enabled and how I can consume the generated data directly in Teams\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog.bardalen.no\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-28T19:50:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-28T19:50:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_0107-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"2560\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Tony Bardalen\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Skrevet av\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tony Bardalen\" \/>\n\t<meta name=\"twitter:label2\" content=\"Ansl. lesetid\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutter\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/\"},\"author\":{\"name\":\"Tony Bardalen\",\"@id\":\"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a\"},\"headline\":\"Greenhouse IoT Project &#8211; an app in Teams\",\"datePublished\":\"2024-04-28T19:50:52+00:00\",\"dateModified\":\"2024-04-28T19:50:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/\"},\"wordCount\":494,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a\"},\"image\":{\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_0107-scaled.jpg\",\"articleSection\":[\"Azure\",\"English\",\"Microsoft 365\"],\"inLanguage\":\"nb-NO\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/\",\"url\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/\",\"name\":\"Greenhouse IoT Project - an app in Teams - Blog.bardalen.no\",\"isPartOf\":{\"@id\":\"https:\/\/blog.bardalen.no\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_0107-scaled.jpg\",\"datePublished\":\"2024-04-28T19:50:52+00:00\",\"dateModified\":\"2024-04-28T19:50:56+00:00\",\"description\":\"This is a blog series of how I'm getting my greenhouse IoT-enabled and how I can consume the generated data directly in Teams\",\"breadcrumb\":{\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/#breadcrumb\"},\"inLanguage\":\"nb-NO\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nb-NO\",\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/#primaryimage\",\"url\":\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_0107-scaled.jpg\",\"contentUrl\":\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_0107-scaled.jpg\",\"width\":1920,\"height\":2560},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Hjem\",\"item\":\"https:\/\/blog.bardalen.no\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Greenhouse IoT Project &#8211; an app in Teams\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.bardalen.no\/#website\",\"url\":\"https:\/\/blog.bardalen.no\/\",\"name\":\"Blog.bardalen.no\",\"description\":\"A blog about cloudy stuff\",\"publisher\":{\"@id\":\"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.bardalen.no\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nb-NO\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a\",\"name\":\"Tony Bardalen\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nb-NO\",\"@id\":\"https:\/\/blog.bardalen.no\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/433273fdcc418ba1a5101686ae0fa85fc15baf53a2bafc63eb84bce1911caa0e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/433273fdcc418ba1a5101686ae0fa85fc15baf53a2bafc63eb84bce1911caa0e?s=96&d=mm&r=g\",\"caption\":\"Tony Bardalen\"},\"logo\":{\"@id\":\"https:\/\/blog.bardalen.no\/#\/schema\/person\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Greenhouse IoT Project - an app in Teams - Blog.bardalen.no","description":"This is a blog series of how I'm getting my greenhouse IoT-enabled and how I can consume the generated data directly in Teams","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:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/","og_locale":"nb_NO","og_type":"article","og_title":"Greenhouse IoT Project - an app in Teams - Blog.bardalen.no","og_description":"This is a blog series of how I'm getting my greenhouse IoT-enabled and how I can consume the generated data directly in Teams","og_url":"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/","og_site_name":"Blog.bardalen.no","article_published_time":"2024-04-28T19:50:52+00:00","article_modified_time":"2024-04-28T19:50:56+00:00","og_image":[{"width":1920,"height":2560,"url":"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_0107-scaled.jpg","type":"image\/jpeg"}],"author":"Tony Bardalen","twitter_card":"summary_large_image","twitter_misc":{"Skrevet av":"Tony Bardalen","Ansl. lesetid":"3 minutter"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/#article","isPartOf":{"@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/"},"author":{"name":"Tony Bardalen","@id":"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a"},"headline":"Greenhouse IoT Project &#8211; an app in Teams","datePublished":"2024-04-28T19:50:52+00:00","dateModified":"2024-04-28T19:50:56+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/"},"wordCount":494,"commentCount":0,"publisher":{"@id":"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a"},"image":{"@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_0107-scaled.jpg","articleSection":["Azure","English","Microsoft 365"],"inLanguage":"nb-NO","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/","url":"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/","name":"Greenhouse IoT Project - an app in Teams - Blog.bardalen.no","isPartOf":{"@id":"https:\/\/blog.bardalen.no\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/#primaryimage"},"image":{"@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_0107-scaled.jpg","datePublished":"2024-04-28T19:50:52+00:00","dateModified":"2024-04-28T19:50:56+00:00","description":"This is a blog series of how I'm getting my greenhouse IoT-enabled and how I can consume the generated data directly in Teams","breadcrumb":{"@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/#breadcrumb"},"inLanguage":"nb-NO","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/"]}]},{"@type":"ImageObject","inLanguage":"nb-NO","@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/#primaryimage","url":"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_0107-scaled.jpg","contentUrl":"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/04\/IMG_0107-scaled.jpg","width":1920,"height":2560},{"@type":"BreadcrumbList","@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/04\/28\/greenhouse-iot-project-an-app-in-teams\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Hjem","item":"https:\/\/blog.bardalen.no\/"},{"@type":"ListItem","position":2,"name":"Greenhouse IoT Project &#8211; an app in Teams"}]},{"@type":"WebSite","@id":"https:\/\/blog.bardalen.no\/#website","url":"https:\/\/blog.bardalen.no\/","name":"Blog.bardalen.no","description":"A blog about cloudy stuff","publisher":{"@id":"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.bardalen.no\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nb-NO"},{"@type":["Person","Organization"],"@id":"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a","name":"Tony Bardalen","image":{"@type":"ImageObject","inLanguage":"nb-NO","@id":"https:\/\/blog.bardalen.no\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/433273fdcc418ba1a5101686ae0fa85fc15baf53a2bafc63eb84bce1911caa0e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/433273fdcc418ba1a5101686ae0fa85fc15baf53a2bafc63eb84bce1911caa0e?s=96&d=mm&r=g","caption":"Tony Bardalen"},"logo":{"@id":"https:\/\/blog.bardalen.no\/#\/schema\/person\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/posts\/473","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/comments?post=473"}],"version-history":[{"count":11,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/posts\/473\/revisions"}],"predecessor-version":[{"id":488,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/posts\/473\/revisions\/488"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/media\/479"}],"wp:attachment":[{"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/media?parent=473"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/categories?post=473"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/tags?post=473"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}