<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RGB light changing during day]]></title><description><![CDATA[<p dir="auto">Hello guys,<br />
I have just installed a led strip (the one with individual r,g,b channels and a 12 volt channel) and I was looking for a module capable of controlling it (maybe using pigpio).<br />
My goal was something that starts at morning with a certain color (ex: warm light), than during day time the lights fade away (until they shut off), than during evening they fade in with another color (ex: cold light) until they fade away one last time during night.<br />
Any suggestions on existing modules?<br />
Thanks<br />
Lorenzo</p>
]]></description><link>https://forum.magicmirror.builders/topic/8604/rgb-light-changing-during-day</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 14:42:36 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8604.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 Aug 2018 15:13:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to RGB light changing during day on Sun, 26 Aug 2018 14:23:41 GMT]]></title><description><![CDATA[<p dir="auto">Hello Max,</p>
<p dir="auto">Following up on your message on topic <a href="https://forum.magicmirror.builders/topic/8604/rgb-light-changing-during-day">https://forum.magicmirror.builders/topic/8604/rgb-light-changing-during-day</a><br />
I have update the ESP RGBw control with timers. Now it does it all.</p>
]]></description><link>https://forum.magicmirror.builders/post/43803</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43803</guid><dc:creator><![CDATA[Charley]]></dc:creator><pubDate>Sun, 26 Aug 2018 14:23:41 GMT</pubDate></item><item><title><![CDATA[Reply to RGB light changing during day on Tue, 21 Aug 2018 07:21:15 GMT]]></title><description><![CDATA[<p dir="auto">In case you already have a pi laying around next to the LED’s you can obviously use it. Otherwise I would tend to a microcontroller like the ESP32 or a arduino (since it already has quite some examples online and is less expensive and power hungry than a pi)</p>
<p dir="auto">Since it is really just time based. You can basically just check the time (on pi just use system time with a microcontroller a RTC would be the way to go) and then just change the RGB LED color. So in general you just need to check some examples depending on which platform you use, but on neither of them it will be complicated, just search for a example using the same RGB Led type.<br />
You can obviously use it with MQTT like in <a class="plugin-mentions-user plugin-mentions-a" href="/user/charley" aria-label="Profile: Charley">@<bdi>Charley</bdi></a> 's example. Although when you really just want to change the color time based and do not want to change the times and color shemes all the time I don’t think MQTT akes much sence</p>
]]></description><link>https://forum.magicmirror.builders/post/43623</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43623</guid><dc:creator><![CDATA[maxbachmann]]></dc:creator><pubDate>Tue, 21 Aug 2018 07:21:15 GMT</pubDate></item><item><title><![CDATA[Reply to RGB light changing during day on Mon, 20 Aug 2018 18:22:55 GMT]]></title><description><![CDATA[<p dir="auto">Hello Lorenzo,</p>
<p dir="auto">I am working on a RGB(W) module on a ESP32 that controls the LEDS it will be available as I can foresee the beginning of next week.</p>
<p dir="auto"><a href="https://github.com/SpoturDeal/RGB-Control-with-ESP32-and-MQTT" target="_blank" rel="noopener noreferrer nofollow ugc">RGB(W) Control for ESP32/MQTT</a></p>
<p dir="auto">It is off topic on this forum so contact me through github.</p>
]]></description><link>https://forum.magicmirror.builders/post/43602</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43602</guid><dc:creator><![CDATA[Charley]]></dc:creator><pubDate>Mon, 20 Aug 2018 18:22:55 GMT</pubDate></item><item><title><![CDATA[Reply to RGB light changing during day on Sat, 18 Aug 2018 08:31:53 GMT]]></title><description><![CDATA[<p dir="auto">It’s probably just about raspberry pi, not MMM…<br />
The problem is that I am not able to find any scripts like this that works with my type of led</p>
]]></description><link>https://forum.magicmirror.builders/post/43544</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43544</guid><dc:creator><![CDATA[Lorenzo_Zappa]]></dc:creator><pubDate>Sat, 18 Aug 2018 08:31:53 GMT</pubDate></item><item><title><![CDATA[Reply to RGB light changing during day on Sat, 18 Aug 2018 08:15:25 GMT]]></title><description><![CDATA[<p dir="auto">Hello Lorenzo,</p>
<p dir="auto">Is this a topic for the magic mirror or for the Raspberry PI?<br />
There are enough websites where you can find this information.</p>
]]></description><link>https://forum.magicmirror.builders/post/43543</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43543</guid><dc:creator><![CDATA[Charley]]></dc:creator><pubDate>Sat, 18 Aug 2018 08:15:25 GMT</pubDate></item></channel></rss>