<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Amazon Dashbutton Archive - I MAKE YOU INTELLIGENT</title>
	<atom:link href="https://www.imakeyouintelligent.com/tag/amazon-dashbutton/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.imakeyouintelligent.com/tag/amazon-dashbutton/</link>
	<description>Mach die Welt ein bisschen intelligenter</description>
	<lastBuildDate>Mon, 18 Dec 2017 20:49:04 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.imakeyouintelligent.com/wp-content/uploads/2018/01/cropped-square_v4-32x32.png</url>
	<title>Amazon Dashbutton Archive - I MAKE YOU INTELLIGENT</title>
	<link>https://www.imakeyouintelligent.com/tag/amazon-dashbutton/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Node-Red: Amazon Dash Button Schalter ON/OFF (toggle)</title>
		<link>https://www.imakeyouintelligent.com/node-red-amazon-dash-button-schalter-onoff/</link>
					<comments>https://www.imakeyouintelligent.com/node-red-amazon-dash-button-schalter-onoff/#comments</comments>
		
		<dc:creator><![CDATA[Marvin Heyder]]></dc:creator>
		<pubDate>Sat, 30 Sep 2017 10:33:24 +0000</pubDate>
				<category><![CDATA[Internet of Things (IoT)]]></category>
		<category><![CDATA[Node-RED]]></category>
		<category><![CDATA[Amazon Dashbutton]]></category>
		<category><![CDATA[Node-Red]]></category>
		<guid isPermaLink="false">http://www.imakeyouintelligent.com/?p=4126</guid>

					<description><![CDATA[<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/node-red-amazon-dash-button-schalter-onoff/">Node-Red: Amazon Dash Button Schalter ON/OFF (toggle)</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_0 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_0">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Mit einem Amazon Dash Button in Node-Red etwas schalten ist mit Bordmitteln so erst einmal nicht möglich, zumindest nicht wenn man eine ON/OFF-Funktionalität sucht.</p>
<p>Mit folgender Toggle-Funktion kann man jedoch ON/OFF schalten mit dem Amazon Dash Button:</p>
<p><a href="http://www.imakeyouintelligent.com/wp-content/uploads/2017/09/2017-09-30_12-31-57.jpg"><img fetchpriority="high" decoding="async" class="alignnone wp-image-4127 size-full" src="http://www.imakeyouintelligent.com/wp-content/uploads/2017/09/2017-09-30_12-31-57.jpg" alt="" width="716" height="523" srcset="https://www.imakeyouintelligent.com/wp-content/uploads/2017/09/2017-09-30_12-31-57.jpg 716w, https://www.imakeyouintelligent.com/wp-content/uploads/2017/09/2017-09-30_12-31-57-600x438.jpg 600w, https://www.imakeyouintelligent.com/wp-content/uploads/2017/09/2017-09-30_12-31-57-300x219.jpg 300w" sizes="(max-width: 716px) 100vw, 716px" /></a></p>
<p><div class='et-box et-info'>
					<div class='et-box-content'>let state = context.get(&#8217;state&#8216;); let out = &#8222;&#8220;; if(state == null){ context.set(&#8217;state&#8216;,false); } if(state == true){ state = false; output = &#8222;STOP&#8220;; }else{ state = true; output = &#8222;GO&#8220; } context.set(&#8217;state&#8216;,state); return { &#8222;payload&#8220;:output };</div></div></p>
<p>Ich habe diesen in folgendem Flow verbaut: <a href="http://www.imakeyouintelligent.com/node-red-alarmanlage-mit-amazon-dash-button-und-philips-hue-bewegungsmelder/">Node-Red: Alarmanlage mit Amazon Dash Button und Philips Hue Bewegungsmelder</a><br />
Bei diesem Flow arbeite ich jedoch noch mit einer Traffic Light die Daten durchlässt oder eben nicht.</p>
<p>[ratings id=&#8220;4126&#8243;]</p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/node-red-amazon-dash-button-schalter-onoff/">Node-Red: Amazon Dash Button Schalter ON/OFF (toggle)</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.imakeyouintelligent.com/node-red-amazon-dash-button-schalter-onoff/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Node-Red: Samsung TV mit Amazon Dashbutton ausschalten</title>
		<link>https://www.imakeyouintelligent.com/node-red-samsung-tv-mit-amazon-dashbutton-ausschalten/</link>
					<comments>https://www.imakeyouintelligent.com/node-red-samsung-tv-mit-amazon-dashbutton-ausschalten/#comments</comments>
		
		<dc:creator><![CDATA[Marvin Heyder]]></dc:creator>
		<pubDate>Sat, 23 Sep 2017 20:58:51 +0000</pubDate>
				<category><![CDATA[Internet of Things (IoT)]]></category>
		<category><![CDATA[Node-RED]]></category>
		<category><![CDATA[Amazon Dashbutton]]></category>
		<category><![CDATA[Node-Red]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[Smart-Home]]></category>
		<category><![CDATA[SmartTV]]></category>
		<guid isPermaLink="false">http://www.imakeyouintelligent.com/?p=4113</guid>

					<description><![CDATA[<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/node-red-samsung-tv-mit-amazon-dashbutton-ausschalten/">Node-Red: Samsung TV mit Amazon Dashbutton ausschalten</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_1 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_1">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Kurz und knapp erklärt wie man einen Samsung Smart-TV mit einem Amazon Dashbutton über Node-Red ausschaltet, oder generell steuern kann. Wir benötigen zwei extra Nodes, die wir installieren müssen und die IP des zu steuernden Samsung TV´s:</p>
<ul>
<li><a href="https://flows.nodered.org/node/node-red-contrib-samsung-tv">node-red-contrib-samsung-tv</a></li>
<li class="flow-title"><a href="https://flows.nodered.org/node/node-red-contrib-amazondash">node-red-contrib-amazondash</a></li>
</ul>
<p>In der Samsung TV Node müssen wir noch unseren TV den wir via IP steuern möchten hinzufügen, hier kann auch konfiguriert werden, welcher &#8222;Key&#8220; der Tastatur via IP &#8222;gedrückt&#8220; werden soll, in meinem Beispiel hier schalten wir den TV aus. Dieser Flow kann z.b Bestandteil mehrere Schaltvorgänge sein wie folgende Szene:</p>
<p>Drücken des Dashbutton löst das Herunterfahren der Rolladen aus, das Ausschalten der Lampen in einem bestimmten Bereich, das Absenken der Temperatur und das Einschalten der Alarmanlage, sowie das Ausschalten des TV`s.</p>
<p><a href="http://www.imakeyouintelligent.com/wp-content/uploads/2017/09/2017-09-23_22-50-15.jpg"><img decoding="async" class="alignnone size-full wp-image-4114" src="http://www.imakeyouintelligent.com/wp-content/uploads/2017/09/2017-09-23_22-50-15.jpg" alt="" width="838" height="316" srcset="https://www.imakeyouintelligent.com/wp-content/uploads/2017/09/2017-09-23_22-50-15.jpg 838w, https://www.imakeyouintelligent.com/wp-content/uploads/2017/09/2017-09-23_22-50-15-600x226.jpg 600w, https://www.imakeyouintelligent.com/wp-content/uploads/2017/09/2017-09-23_22-50-15-300x113.jpg 300w, https://www.imakeyouintelligent.com/wp-content/uploads/2017/09/2017-09-23_22-50-15-768x290.jpg 768w" sizes="(max-width: 838px) 100vw, 838px" /></a></p>
<p>Der fertige Flow schaut so aus:</p>
<p><div class='et-box et-info'>
					<div class='et-box-content'>[{&#8222;id&#8220;:&#8220;1907d220.7c7d8e&#8220;,&#8220;type&#8220;:&#8220;samsung-tv-send&#8220;,&#8220;z&#8220;:&#8220;3f30c614.c4af62&#8243;,&#8220;device&#8220;:&#8220;710e8b2f.127a4c&#8220;,&#8220;name&#8220;:&#8220;&#8220;,&#8220;key&#8220;:&#8220;KEY_POWEROFF&#8220;,&#8220;x&#8220;:350,&#8220;y&#8220;:1720,&#8220;wires&#8220;:[]},{&#8222;id&#8220;:&#8220;9f3affda.a8c388&#8243;,&#8220;type&#8220;:&#8220;ButtonPressed&#8220;,&#8220;z&#8220;:&#8220;3f30c614.c4af62&#8243;,&#8220;name&#8220;:&#8220;DB_NoName&#8220;,&#8220;mac&#8220;:&#8220;18:74:2E:29:A9:EE&#8220;,&#8220;x&#8220;:150,&#8220;y&#8220;:1720,&#8220;wires&#8220;:[[&#8222;1907d220.7c7d8e&#8220;]]},{&#8222;id&#8220;:&#8220;710e8b2f.127a4c&#8220;,&#8220;type&#8220;:&#8220;samsung-tv&#8220;,&#8220;z&#8220;:&#8220;&#8220;,&#8220;name&#8220;:&#8220;Samsung 46&#8243;,&#8220;address&#8220;:&#8220;192.168.178.57&#8243;}]</div></div></p>
<p>[ratings id=&#8220;4113&#8243;]</p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/node-red-samsung-tv-mit-amazon-dashbutton-ausschalten/">Node-Red: Samsung TV mit Amazon Dashbutton ausschalten</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.imakeyouintelligent.com/node-red-samsung-tv-mit-amazon-dashbutton-ausschalten/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
