{"id":7558,"date":"2021-08-03T22:25:26","date_gmt":"2021-08-03T22:25:26","guid":{"rendered":"http:\/\/bryceautomation.com\/?p=7558"},"modified":"2021-08-03T22:25:26","modified_gmt":"2021-08-03T22:25:26","slug":"controllogix-to-alexa","status":"publish","type":"post","link":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/03\/controllogix-to-alexa\/","title":{"rendered":"ControlLogix To Alexa"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Introduction of ControlLogix To Alexa<\/h4>\n\n\n\n<p>Today, we&#8217;ll discuss how to connect ControlLogix To Alexa.  When a bit becomes true in the ControlLogix processor, we&#8217;ll have Alexa speak a specific phrase.  Additionally, it&#8217;s possible to speak to Alexa to set a bit in the processor.  However, for this post, we&#8217;ll just concentrate on making Alexa speak based on a value change in the ControlLogix.<\/p><div id=\"bryce-387630541\" class=\"bryce-afterfirst bryce-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8316758073402323\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:block;\" data-ad-client=\"ca-pub-8316758073402323\" \ndata-ad-slot=\"7728240895\" \ndata-ad-format=\"auto\"><\/ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Overview of my setup<\/h4>\n\n\n\n<p>In my case, I have a Raspberry Pi with Node-Red installed.  You can, however, use other platforms such as Windows.  My Raspberry Pi is connected wirelessly to my network.  The ControlLogix has an Ethernet module which is on the same network as the Raspberry Pi.  I&#8217;m also using an Echo Dot, which is on the same network.  Obviously, to use the Echo Dot, you will need to have it installed in your Amazon Alexa account.<\/p>\n\n\n\n<p>Install Nodes in Node-Red<\/p>\n\n\n\n<p>Before we start, there are a couple nodes we need to add to Node-Red.   First, we must install the Ethernet-IP node, and I&#8217;m also using remote2-applestrudel.<\/p>\n\n\n\n<p>To add these, go to &#8220;Manage Pallet&#8221; by clicking the options in the upper right hand corner of Node-Red.  I&#8217;ve also installed some Boolean nodes so I can add some logic later.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"698\" height=\"476\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-18.png\" alt=\"\" class=\"wp-image-7559 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-18.png 698w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-18-300x205.png 300w\" data-sizes=\"(max-width: 698px) 100vw, 698px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 698px; --smush-placeholder-aspect-ratio: 698\/476;\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Add and Configure the Ethernet-IP Node for ControlLogix To Alexa communications<\/h4>\n\n\n\n<p>Before we begin, let&#8217;s set up our flow as shown:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"726\" height=\"57\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-19.png\" alt=\"\" class=\"wp-image-7561 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-19.png 726w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-19-300x24.png 300w\" data-sizes=\"(max-width: 726px) 100vw, 726px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 726px; --smush-placeholder-aspect-ratio: 726\/57;\" \/><\/figure>\n\n\n\n<p>The first node is our Ethernet-IP In node.  Secondly, we have a function node.  Lastly, we have an Alexa Routine node.<\/p>\n\n\n\n<p>Now, let&#8217;s configure the Ethernet-IP In node.  We&#8217;ll have to configure a new Ethernet End Point.  Click the pencil.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"451\" height=\"40\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-20.png\" alt=\"\" class=\"wp-image-7563 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-20.png 451w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-20-300x27.png 300w\" data-sizes=\"(max-width: 451px) 100vw, 451px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 451px; --smush-placeholder-aspect-ratio: 451\/40;\" \/><\/figure>\n\n\n\n<p>Be sure to set up the IP address of your ControlLogix Ethernet module, and the Slot # of your processor.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"524\" height=\"179\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-21.png\" alt=\"\" class=\"wp-image-7564 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-21.png 524w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-21-300x102.png 300w\" data-sizes=\"(max-width: 524px) 100vw, 524px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 524px; --smush-placeholder-aspect-ratio: 524\/179;\" \/><\/figure>\n\n\n\n<p>Next, click the &#8220;Tags&#8221; tab.   We need to add the tags we wish to use.  In this case, MailPresent is the tag I&#8217;ll be using.  Be sure the data types you select for the tags match the data types of the processor.    We are using Controller Tags, so they will be under &#8220;Global&#8221;.   If you have program tags, you will have to create a new scope with the program name.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"603\" height=\"285\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-22.png\" alt=\"\" class=\"wp-image-7565 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-22.png 603w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-22-300x142.png 300w\" data-sizes=\"(max-width: 603px) 100vw, 603px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 603px; --smush-placeholder-aspect-ratio: 603\/285;\" \/><\/figure>\n\n\n\n<p>Furthermore, in the &#8220;Properties&#8221; screen, I&#8217;ll set up each field as follows:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"466\" height=\"240\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-23.png\" alt=\"\" class=\"wp-image-7566 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-23.png 466w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-23-300x155.png 300w\" data-sizes=\"(max-width: 466px) 100vw, 466px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 466px; --smush-placeholder-aspect-ratio: 466\/240;\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Configure the Function Node<\/h4>\n\n\n\n<p>At this point, let&#8217;s set up the function node.   This does not do a whole lot right now, but will give us more flexibility later on.  For example:  If we need to invert the value, or add extra data to send to the Alexa node, we can do that with our function.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"631\" height=\"208\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-24.png\" alt=\"\" class=\"wp-image-7567 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-24.png 631w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-24-300x99.png 300w\" data-sizes=\"(max-width: 631px) 100vw, 631px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 631px; --smush-placeholder-aspect-ratio: 631\/208;\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Configure the Alexa Routine Node<\/h4>\n\n\n\n<p>Go into the configuration of the alexa routine node.   If you have not done so already, you need to link to your Alexa account.  To do this, click the pencil to edit your account.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"480\" height=\"83\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-25.png\" alt=\"\" class=\"wp-image-7568 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-25.png 480w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-25-300x52.png 300w\" data-sizes=\"(max-width: 480px) 100vw, 480px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 480px; --smush-placeholder-aspect-ratio: 480\/83;\" \/><\/figure>\n\n\n\n<p>Here is an example of my configuration.   Be sure to set the path for the cookies.  Otherwise, you will have to enter your password every time you launch the routine.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"461\" height=\"305\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-26.png\" alt=\"\" class=\"wp-image-7569 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-26.png 461w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-26-300x198.png 300w\" data-sizes=\"(max-width: 461px) 100vw, 461px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 461px; --smush-placeholder-aspect-ratio: 461\/305;\" \/><\/figure>\n\n\n\n<p>Just leave the other fields at default.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Deploy the project<\/h4>\n\n\n\n<p>Next, click &#8220;Deploy&#8221; in the upper right corner of Node-Red.   You may have to open up the web browser on the local machine, and access port 3456 to enter your password the first time.   Just type &#8220;localhost:3456&#8221; into the address bard of the web browser.  Keep in mind, you must be running the browser from the server that node-red resides on.  In this case, it&#8217;s my raspberry pi.    If you do not have enough memory to run a graphical interface on the server, you can install lynx.  After installing Lynx, you can use SSH to login to the Raspberry Pi (assuming SSH is enabled in raspi-config).  Then you can access localhost:3456 to sign in with your alexa ccount.<\/p>\n\n\n\n<p>That&#8217;s it!  Your project should be ready to go.  For more information on Node-Red, visit the <a href=\"https:\/\/bryceautomation.com\/index.php\/category\/node-red\/\">Node-Red category page!<\/a><\/p>\n\n\n\n<p>&#8212; Ricky Bryce<\/p>\n<div id=\"bryce-2120262870\" class=\"bryce-after-content bryce-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8316758073402323\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:block;\" data-ad-client=\"ca-pub-8316758073402323\" \ndata-ad-slot=\"4667596182\" \ndata-ad-format=\"auto\"><\/ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Introduction of ControlLogix To Alexa Today, we&#8217;ll discuss how to connect ControlLogix To Alexa. When a bit becomes true in the ControlLogix processor, we&#8217;ll have Alexa speak a specific phrase. Additionally, it&#8217;s possible to speak to Alexa to set a bit in the processor. However, for this post, we&#8217;ll just concentrate on making Alexa speak <a class=\"moretag btn btn-primary\" href=\"https:\/\/bryceautomation.com\/index.php\/2021\/08\/03\/controllogix-to-alexa\/\">Read More \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":7559,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,335],"tags":[157,11,332],"class_list":{"0":"post-7558","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-controllogix","8":"category-node-red","9":"tag-alexa","10":"tag-controllogix","11":"tag-node-red","12":"czr-hentry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Connecting ControlLogix To Alexa - Bryce Automation<\/title>\n<meta name=\"description\" content=\"Connect ControlLogix To Alexa. This will send a voice command to your echo or echo dot when a bit goes true in your processor.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bryceautomation.com\/index.php\/2021\/08\/03\/controllogix-to-alexa\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Connecting ControlLogix To Alexa - Bryce Automation\" \/>\n<meta property=\"og:description\" content=\"Connect ControlLogix To Alexa. This will send a voice command to your echo or echo dot when a bit goes true in your processor.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bryceautomation.com\/index.php\/2021\/08\/03\/controllogix-to-alexa\/\" \/>\n<meta property=\"og:site_name\" content=\"Bryce Automation\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/ricky.bryce.7\" \/>\n<meta property=\"article:published_time\" content=\"2021-08-03T22:25:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-18.png\" \/>\n\t<meta property=\"og:image:width\" content=\"698\" \/>\n\t<meta property=\"og:image:height\" content=\"476\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ricky\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/03\\\/controllogix-to-alexa\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/03\\\/controllogix-to-alexa\\\/\"},\"author\":{\"name\":\"Ricky\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"headline\":\"ControlLogix To Alexa\",\"datePublished\":\"2021-08-03T22:25:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/03\\\/controllogix-to-alexa\\\/\"},\"wordCount\":659,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/03\\\/controllogix-to-alexa\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/image-18.png\",\"keywords\":[\"Alexa\",\"ControlLogix\",\"Node-Red\"],\"articleSection\":[\"ControlLogix\",\"Node-Red\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/03\\\/controllogix-to-alexa\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/03\\\/controllogix-to-alexa\\\/\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/03\\\/controllogix-to-alexa\\\/\",\"name\":\"Connecting ControlLogix To Alexa - Bryce Automation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/03\\\/controllogix-to-alexa\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/03\\\/controllogix-to-alexa\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/image-18.png\",\"datePublished\":\"2021-08-03T22:25:26+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"description\":\"Connect ControlLogix To Alexa. This will send a voice command to your echo or echo dot when a bit goes true in your processor.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/03\\\/controllogix-to-alexa\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/03\\\/controllogix-to-alexa\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/03\\\/controllogix-to-alexa\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/image-18.png\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/image-18.png\",\"width\":698,\"height\":476,\"caption\":\"Alexa Config\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/03\\\/controllogix-to-alexa\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bryceautomation.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ControlLogix To Alexa\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/\",\"name\":\"Bryce Automation\",\"description\":\"Automating Home and Industry...\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bryceautomation.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\",\"name\":\"Ricky\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"caption\":\"Ricky\"},\"sameAs\":[\"http:\\\/\\\/bryceautomation.com\",\"https:\\\/\\\/www.facebook.com\\\/ricky.bryce.7\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/ricky-bryce-4367a416\\\/\"],\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/author\\\/ricky\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Connecting ControlLogix To Alexa - Bryce Automation","description":"Connect ControlLogix To Alexa. This will send a voice command to your echo or echo dot when a bit goes true in your processor.","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:\/\/bryceautomation.com\/index.php\/2021\/08\/03\/controllogix-to-alexa\/","og_locale":"en_US","og_type":"article","og_title":"Connecting ControlLogix To Alexa - Bryce Automation","og_description":"Connect ControlLogix To Alexa. This will send a voice command to your echo or echo dot when a bit goes true in your processor.","og_url":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/03\/controllogix-to-alexa\/","og_site_name":"Bryce Automation","article_author":"https:\/\/www.facebook.com\/ricky.bryce.7","article_published_time":"2021-08-03T22:25:26+00:00","og_image":[{"width":698,"height":476,"url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-18.png","type":"image\/png"}],"author":"Ricky","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/03\/controllogix-to-alexa\/#article","isPartOf":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/03\/controllogix-to-alexa\/"},"author":{"name":"Ricky","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"headline":"ControlLogix To Alexa","datePublished":"2021-08-03T22:25:26+00:00","mainEntityOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/03\/controllogix-to-alexa\/"},"wordCount":659,"commentCount":0,"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/03\/controllogix-to-alexa\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-18.png","keywords":["Alexa","ControlLogix","Node-Red"],"articleSection":["ControlLogix","Node-Red"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bryceautomation.com\/index.php\/2021\/08\/03\/controllogix-to-alexa\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/03\/controllogix-to-alexa\/","url":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/03\/controllogix-to-alexa\/","name":"Connecting ControlLogix To Alexa - Bryce Automation","isPartOf":{"@id":"https:\/\/bryceautomation.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/03\/controllogix-to-alexa\/#primaryimage"},"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/03\/controllogix-to-alexa\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-18.png","datePublished":"2021-08-03T22:25:26+00:00","author":{"@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"description":"Connect ControlLogix To Alexa. This will send a voice command to your echo or echo dot when a bit goes true in your processor.","breadcrumb":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/03\/controllogix-to-alexa\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bryceautomation.com\/index.php\/2021\/08\/03\/controllogix-to-alexa\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/03\/controllogix-to-alexa\/#primaryimage","url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-18.png","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-18.png","width":698,"height":476,"caption":"Alexa Config"},{"@type":"BreadcrumbList","@id":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/03\/controllogix-to-alexa\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bryceautomation.com\/"},{"@type":"ListItem","position":2,"name":"ControlLogix To Alexa"}]},{"@type":"WebSite","@id":"https:\/\/bryceautomation.com\/#website","url":"https:\/\/bryceautomation.com\/","name":"Bryce Automation","description":"Automating Home and Industry...","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bryceautomation.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7","name":"Ricky","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","url":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","caption":"Ricky"},"sameAs":["http:\/\/bryceautomation.com","https:\/\/www.facebook.com\/ricky.bryce.7","https:\/\/www.linkedin.com\/in\/ricky-bryce-4367a416\/"],"url":"https:\/\/bryceautomation.com\/index.php\/author\/ricky\/"}]}},"_links":{"self":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/7558","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/comments?post=7558"}],"version-history":[{"count":0,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/7558\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media\/7559"}],"wp:attachment":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media?parent=7558"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/categories?post=7558"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/tags?post=7558"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}