<?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>Philips Hue &#8211; About Things | A Hans Scharler Blog</title>
	<atom:link href="https://nothans.com/tag/philips-hue/feed" rel="self" type="application/rss+xml" />
	<link>https://nothans.com</link>
	<description>Life, Comedy, Games, Tech, Marketing, and Community</description>
	<lastBuildDate>Thu, 26 May 2022 16:08:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/nothans.com/wp-content/uploads/2023/02/cropped-settings.png?fit=32%2C32&#038;ssl=1</url>
	<title>Philips Hue &#8211; About Things | A Hans Scharler Blog</title>
	<link>https://nothans.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">114568856</site>	<item>
		<title>Control IFTTT Webhooks with MATLAB</title>
		<link>https://nothans.com/control-ifttt-webhooks-with-matlab</link>
					<comments>https://nothans.com/control-ifttt-webhooks-with-matlab#respond</comments>
		
		<dc:creator><![CDATA[Hans Scharler]]></dc:creator>
		<pubDate>Fri, 19 Oct 2018 14:30:29 +0000</pubDate>
				<category><![CDATA[CheerLights]]></category>
		<category><![CDATA[ThingSpeak]]></category>
		<category><![CDATA[cheerlights]]></category>
		<category><![CDATA[IFTTT]]></category>
		<category><![CDATA[internet of things]]></category>
		<category><![CDATA[iot]]></category>
		<category><![CDATA[Philips Hue]]></category>
		<category><![CDATA[thingspeak]]></category>
		<category><![CDATA[web of things]]></category>
		<guid isPermaLink="false">http://nothans.com/?p=1213</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<p>Yesterday, I built an integration between IFTTT and my Philips Hue lights in my office. I wanted the Philips Hue lights to change to the latest <a href="http://cheerlights.com/cheerlights-api">CheerLights</a> color. IFTTT offers a <a href="https://help.ifttt.com/hc/en-us/articles/115010230347-The-Webhooks-Service">webhook</a> as a trigger, so I decided&nbsp;to use MATLAB to trigger the webhook. MATLAB will get the latest CheerLights color, then send it to IFTTT and IFTTT sends the color to Philips Hue.</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://help.ifttt.com/hc/en-us/articles/115010230347-The-Webhooks-Service"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="315" height="251" data-attachment-id="1214" data-permalink="https://nothans.com/control-ifttt-webhooks-with-matlab/ifttt_hue" data-orig-file="https://i0.wp.com/nothans.com/wp-content/uploads/2018/10/IFTTT_Hue.png?fit=315%2C251&amp;ssl=1" data-orig-size="315,251" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="IFTTT Webhooks to Philips Hue" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/nothans.com/wp-content/uploads/2018/10/IFTTT_Hue.png?fit=300%2C239&amp;ssl=1" data-large-file="https://i0.wp.com/nothans.com/wp-content/uploads/2018/10/IFTTT_Hue.png?fit=315%2C251&amp;ssl=1" src="https://i0.wp.com/nothans.com/wp-content/uploads/2018/10/IFTTT_Hue.png?resize=315%2C251" alt="" class="wp-image-1214" srcset="https://i0.wp.com/nothans.com/wp-content/uploads/2018/10/IFTTT_Hue.png?w=315&amp;ssl=1 315w, https://i0.wp.com/nothans.com/wp-content/uploads/2018/10/IFTTT_Hue.png?resize=300%2C239&amp;ssl=1 300w" sizes="(max-width: 315px) 100vw, 315px" /></a></figure></div>



<p>When I created the IFTTT webhook, IFTTT presented a CURL example:</p>



<pre class="wp-block-preformatted">curl -X POST -H "Content-Type: application/json" -d '{"value1":"green"}' https://maker.ifttt.com/trigger/mwOffice/with/key/xxxyyyzzz</pre>



<p>Here&#8217;s how to turn the CURL request into a MATLAB command:</p>



<pre class="wp-block-preformatted">webwrite('https://maker.ifttt.com/trigger/mwOffice/with/key/xxxyyyzzz','value1','green');</pre>



<p>Check out the IFTTT <a href="https://help.ifttt.com/hc/en-us/articles/115010230347-The-Webhooks-Service">documentation</a> for more information.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nothans.com/control-ifttt-webhooks-with-matlab/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1213</post-id>	</item>
	</channel>
</rss>
