<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Online Tips n Tricks - Smart Home]]></title>
		<link>https://a-zgsm.com/tipsntricks/</link>
		<description><![CDATA[Online Tips n Tricks - https://a-zgsm.com/tipsntricks]]></description>
		<pubDate>Wed, 29 Apr 2026 05:39:46 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[About Tasmota]]></title>
			<link>https://a-zgsm.com/tipsntricks/thread-3816.html</link>
			<pubDate>Thu, 24 Mar 2022 09:36:50 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://a-zgsm.com/tipsntricks/member.php?action=profile&uid=3">nnm</a>]]></dc:creator>
			<guid isPermaLink="false">https://a-zgsm.com/tipsntricks/thread-3816.html</guid>
			<description><![CDATA[<span style="font-style: italic;" class="mycode_i"><span style="color: #1e92f7;" class="mycode_color">Tasmota is an open source firmware for Espressif ESP8266, ESP32, ESP32-S or ESP32-C3 chipset based devices created and maintained by Theo Arends.</span></span><br />
<br />
<div style="text-align: center;" class="mycode_align"><span style="font-style: italic;" class="mycode_i"><span style="color: #1e92f7;" class="mycode_color"><img src="https://tasmota.github.io/docs/_media/logo-blue.png" loading="lazy"  alt="[Image: logo-blue.png]" class="mycode_img" /></span></span></div>
<br />
Everything began as Sonoff-MQTT-OTA with a commit on 25th January 2016. by Theo Arendst. Its goal was to provide ESP8266 based ITEAD Sonoff devices with MQTT and 'Over the Air' or OTA firmware.<br />
<br />
What started as a simple way to hack a cloud bound Sonoff Basic (one of the first cheap and accessible smart home devices in the market) into a locally controlled device has grown into a fully fledged ecosystem for virtually any ESP8266 based device.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Contribute~ : </span>Any contribution helps our team and makes Tasmota better for the entire community! Everybody is welcome and invited to contribute to Tasmota Project by: providing Pull Requests (Features, Proof of Concepts, Language files or Fixes) testing new released features and report issues donating to acquire hardware for testing and implementing or out of  gratitude contributing missing documentation for features and devices<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Credits~ : </span>People helping to keep the show on the road:<br />
<ul class="mycode_list"><li>David Lang providing initial issue resolution and code optimizations<br />
</li>
<li>Heiko Krupp for his IRSend, HTU21, SI70xx and Wemo/Hue emulation drivers<br />
</li>
<li>Wiktor Schmidt for Travis CI implementation<br />
</li>
<li>Thom Dietrich for PlatformIO optimizations<br />
</li>
<li>Marinus van den Broek for his EspEasy groundwork<br />
</li>
<li>Pete Ba for more user friendly energy monitor calibration<br />
</li>
<li>Lobradov providing compile optimization tips<br />
</li>
<li>Flexiti for his initial timer implementation<br />
</li>
<li>reloxx13 for his TasmoAdmin management tool<br />
</li>
<li>Joachim Banzhaf for his TSL2561 library and driver<br />
</li>
<li>Gijs Noorlander for his MHZ19, SenseAir and updated PubSubClient drivers<br />
</li>
<li>Erik Montnemery for his HomeAssistant Discovery concept and many code tuning tips<br />
</li>
<li>Federico Leoni for continued HomeAssistant Discovery support<br />
</li>
<li>Aidan Mountford for his HSB support<br />
</li>
<li>Daniel Ztolnai for his Serial Bridge implementation<br />
</li>
<li>Gerhard Mutz for multiple sensor &amp; display drivers, Sunrise/Sunset, and scripting<br />
</li>
<li>Nuno Ferreira for his HC-SR04 driver<br />
</li>
<li>Adrian Scillato for his (security) fixes and implementing and maintaining KNX<br />
</li>
<li>Gennaro Tortone for implementing and maintaining Eastron drivers<br />
</li>
<li>Raymond Mouthaan for managing Wemos Wiki information<br />
</li>
<li>Norbert Richter for his decode-config.py tool<br />
</li>
<li>Andre Thomas for providing thehackbox OTA support and daily development builds<br />
</li>
<li>Joel Stein, digiblur and Shantur Rathore for their Tuya research and driver<br />
</li>
<li>Frogmore42 for providing many issue answers<br />
</li>
<li>Jason2866 for platformio support and providing many issue answers<br />
</li>
<li>Blakadder for managing the new document site and providing template management<br />
</li>
<li>Stephan Hadinger for refactoring light driver, enhancing HueEmulation and Zigbee support<br />
</li>
<li>tmo for designing the official Tasmota logo<br />
</li>
<li>Stefan Bode for his Shutter and Deep sleep drivers<br />
</li>
<li>Jacek Ziółkowski for his TDM management tool and Tasmotizer flashing tool<br />
</li>
<li>Christian Staars for NRF24L01 and HM-10 Bluetooth sensor support<br />
</li>
<li>Paul Diem for UDP Group communication support<br />
</li>
<li>Jörg Schüler-Maroldt for his initial ESP32 port<br />
</li>
<li>Many more providing Tips, Wips, Pocs, PRs and Donations<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">License~ : </span>This program is licensed under GPL-3.0]]></description>
			<content:encoded><![CDATA[<span style="font-style: italic;" class="mycode_i"><span style="color: #1e92f7;" class="mycode_color">Tasmota is an open source firmware for Espressif ESP8266, ESP32, ESP32-S or ESP32-C3 chipset based devices created and maintained by Theo Arends.</span></span><br />
<br />
<div style="text-align: center;" class="mycode_align"><span style="font-style: italic;" class="mycode_i"><span style="color: #1e92f7;" class="mycode_color"><img src="https://tasmota.github.io/docs/_media/logo-blue.png" loading="lazy"  alt="[Image: logo-blue.png]" class="mycode_img" /></span></span></div>
<br />
Everything began as Sonoff-MQTT-OTA with a commit on 25th January 2016. by Theo Arendst. Its goal was to provide ESP8266 based ITEAD Sonoff devices with MQTT and 'Over the Air' or OTA firmware.<br />
<br />
What started as a simple way to hack a cloud bound Sonoff Basic (one of the first cheap and accessible smart home devices in the market) into a locally controlled device has grown into a fully fledged ecosystem for virtually any ESP8266 based device.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Contribute~ : </span>Any contribution helps our team and makes Tasmota better for the entire community! Everybody is welcome and invited to contribute to Tasmota Project by: providing Pull Requests (Features, Proof of Concepts, Language files or Fixes) testing new released features and report issues donating to acquire hardware for testing and implementing or out of  gratitude contributing missing documentation for features and devices<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Credits~ : </span>People helping to keep the show on the road:<br />
<ul class="mycode_list"><li>David Lang providing initial issue resolution and code optimizations<br />
</li>
<li>Heiko Krupp for his IRSend, HTU21, SI70xx and Wemo/Hue emulation drivers<br />
</li>
<li>Wiktor Schmidt for Travis CI implementation<br />
</li>
<li>Thom Dietrich for PlatformIO optimizations<br />
</li>
<li>Marinus van den Broek for his EspEasy groundwork<br />
</li>
<li>Pete Ba for more user friendly energy monitor calibration<br />
</li>
<li>Lobradov providing compile optimization tips<br />
</li>
<li>Flexiti for his initial timer implementation<br />
</li>
<li>reloxx13 for his TasmoAdmin management tool<br />
</li>
<li>Joachim Banzhaf for his TSL2561 library and driver<br />
</li>
<li>Gijs Noorlander for his MHZ19, SenseAir and updated PubSubClient drivers<br />
</li>
<li>Erik Montnemery for his HomeAssistant Discovery concept and many code tuning tips<br />
</li>
<li>Federico Leoni for continued HomeAssistant Discovery support<br />
</li>
<li>Aidan Mountford for his HSB support<br />
</li>
<li>Daniel Ztolnai for his Serial Bridge implementation<br />
</li>
<li>Gerhard Mutz for multiple sensor &amp; display drivers, Sunrise/Sunset, and scripting<br />
</li>
<li>Nuno Ferreira for his HC-SR04 driver<br />
</li>
<li>Adrian Scillato for his (security) fixes and implementing and maintaining KNX<br />
</li>
<li>Gennaro Tortone for implementing and maintaining Eastron drivers<br />
</li>
<li>Raymond Mouthaan for managing Wemos Wiki information<br />
</li>
<li>Norbert Richter for his decode-config.py tool<br />
</li>
<li>Andre Thomas for providing thehackbox OTA support and daily development builds<br />
</li>
<li>Joel Stein, digiblur and Shantur Rathore for their Tuya research and driver<br />
</li>
<li>Frogmore42 for providing many issue answers<br />
</li>
<li>Jason2866 for platformio support and providing many issue answers<br />
</li>
<li>Blakadder for managing the new document site and providing template management<br />
</li>
<li>Stephan Hadinger for refactoring light driver, enhancing HueEmulation and Zigbee support<br />
</li>
<li>tmo for designing the official Tasmota logo<br />
</li>
<li>Stefan Bode for his Shutter and Deep sleep drivers<br />
</li>
<li>Jacek Ziółkowski for his TDM management tool and Tasmotizer flashing tool<br />
</li>
<li>Christian Staars for NRF24L01 and HM-10 Bluetooth sensor support<br />
</li>
<li>Paul Diem for UDP Group communication support<br />
</li>
<li>Jörg Schüler-Maroldt for his initial ESP32 port<br />
</li>
<li>Many more providing Tips, Wips, Pocs, PRs and Donations<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">License~ : </span>This program is licensed under GPL-3.0]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Install Home Assistant Community Store (HACS)]]></title>
			<link>https://a-zgsm.com/tipsntricks/thread-3806.html</link>
			<pubDate>Sun, 06 Mar 2022 03:57:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://a-zgsm.com/tipsntricks/member.php?action=profile&uid=3">nnm</a>]]></dc:creator>
			<guid isPermaLink="false">https://a-zgsm.com/tipsntricks/thread-3806.html</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">How to  : Install Home Assistant Community Store (HACS)</span></span></div>
<span style="font-weight: bold;" class="mycode_b">Requirement:</span><ul class="mycode_list"><li>Home Assistant version 2020.12.0 or newer<br />
</li>
<li>A GitHub account<br />
</li>
<li>A supported Home Assistant installation<br />
</li>
<li>Access to the filesystem where Home Assistant is located<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Installation :</span><br />
<br />
<ol type="1" class="mycode_list"><li>Go to the <span style="font-weight: bold;" class="mycode_b">Supervisor panel</span> and click on<span style="font-weight: bold;" class="mycode_b"> Add-on Store</span><br />
</li>
<li>Install the <span style="font-weight: bold;" class="mycode_b">Terminal &amp; SSH</span> add-on<br />
</li>
<li>Run the HACS install script : <span style="font-style: italic;" class="mycode_i"><span style="color: #ff4136;" class="mycode_color">wget -q -O - <a href="https://install.hacs.xyz" target="_blank" rel="noopener" class="mycode_url">https://install.hacs.xyz</a> | bash -</span></span><br />
</li>
<li>Click on <span style="font-weight: bold;" class="mycode_b">Configuration</span> then Server controls<br />
</li>
<li>Click on <span style="font-weight: bold;" class="mycode_b">restart </span>to restart home assistant<br />
</li>
<li>Once it is rebooted click on configuration<br />
</li>
<li>Click on intergrations<br />
</li>
<li>Click on <span style="font-weight: bold;" class="mycode_b">Add integration</span> and search for <span style="font-weight: bold;" class="mycode_b">HACS</span><br />
</li>
<li>Follow the on screen installation steps (TIP: Copy the authorize code so you can paste it in github when asked) .<br />
</li>
<li>Once it is connected to your github account go back to your home assistant and click finish .<br />
</li>
<li>You now have HACS in the menu and when clicking on it you will see HACS is starting up. This will take a while. Depending on your system it could take up one hour for the first time it boots.<br />
</li>
</ol>
<div style="text-align: center;" class="mycode_align">
<br />
<img src="https://a-zgsm.com/tipsntricks/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=5" target="_blank" title="">1.png</a> (Size: 24.16 KB / Downloads: 0)
</div>
<div style="text-align: center;" class="mycode_align">
<br />
<img src="https://a-zgsm.com/tipsntricks/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=6" target="_blank" title="">2.png</a> (Size: 9.7 KB / Downloads: 0)
</div>
<div style="text-align: center;" class="mycode_align">
<br />
<img src="https://a-zgsm.com/tipsntricks/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=7" target="_blank" title="">3.png</a> (Size: 126.58 KB / Downloads: 0)
</div>
<div style="text-align: center;" class="mycode_align">
<br />
<img src="https://a-zgsm.com/tipsntricks/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=8" target="_blank" title="">4.png</a> (Size: 54.27 KB / Downloads: 0)
</div>
<div style="text-align: center;" class="mycode_align">
<br />
<img src="https://a-zgsm.com/tipsntricks/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=9" target="_blank" title="">5.png</a> (Size: 15.06 KB / Downloads: 0)
</div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">How to  : Install Home Assistant Community Store (HACS)</span></span></div>
<span style="font-weight: bold;" class="mycode_b">Requirement:</span><ul class="mycode_list"><li>Home Assistant version 2020.12.0 or newer<br />
</li>
<li>A GitHub account<br />
</li>
<li>A supported Home Assistant installation<br />
</li>
<li>Access to the filesystem where Home Assistant is located<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Installation :</span><br />
<br />
<ol type="1" class="mycode_list"><li>Go to the <span style="font-weight: bold;" class="mycode_b">Supervisor panel</span> and click on<span style="font-weight: bold;" class="mycode_b"> Add-on Store</span><br />
</li>
<li>Install the <span style="font-weight: bold;" class="mycode_b">Terminal &amp; SSH</span> add-on<br />
</li>
<li>Run the HACS install script : <span style="font-style: italic;" class="mycode_i"><span style="color: #ff4136;" class="mycode_color">wget -q -O - <a href="https://install.hacs.xyz" target="_blank" rel="noopener" class="mycode_url">https://install.hacs.xyz</a> | bash -</span></span><br />
</li>
<li>Click on <span style="font-weight: bold;" class="mycode_b">Configuration</span> then Server controls<br />
</li>
<li>Click on <span style="font-weight: bold;" class="mycode_b">restart </span>to restart home assistant<br />
</li>
<li>Once it is rebooted click on configuration<br />
</li>
<li>Click on intergrations<br />
</li>
<li>Click on <span style="font-weight: bold;" class="mycode_b">Add integration</span> and search for <span style="font-weight: bold;" class="mycode_b">HACS</span><br />
</li>
<li>Follow the on screen installation steps (TIP: Copy the authorize code so you can paste it in github when asked) .<br />
</li>
<li>Once it is connected to your github account go back to your home assistant and click finish .<br />
</li>
<li>You now have HACS in the menu and when clicking on it you will see HACS is starting up. This will take a while. Depending on your system it could take up one hour for the first time it boots.<br />
</li>
</ol>
<div style="text-align: center;" class="mycode_align">
<br />
<img src="https://a-zgsm.com/tipsntricks/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=5" target="_blank" title="">1.png</a> (Size: 24.16 KB / Downloads: 0)
</div>
<div style="text-align: center;" class="mycode_align">
<br />
<img src="https://a-zgsm.com/tipsntricks/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=6" target="_blank" title="">2.png</a> (Size: 9.7 KB / Downloads: 0)
</div>
<div style="text-align: center;" class="mycode_align">
<br />
<img src="https://a-zgsm.com/tipsntricks/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=7" target="_blank" title="">3.png</a> (Size: 126.58 KB / Downloads: 0)
</div>
<div style="text-align: center;" class="mycode_align">
<br />
<img src="https://a-zgsm.com/tipsntricks/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=8" target="_blank" title="">4.png</a> (Size: 54.27 KB / Downloads: 0)
</div>
<div style="text-align: center;" class="mycode_align">
<br />
<img src="https://a-zgsm.com/tipsntricks/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=9" target="_blank" title="">5.png</a> (Size: 15.06 KB / Downloads: 0)
</div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Crestron Audio Solutions]]></title>
			<link>https://a-zgsm.com/tipsntricks/thread-3687.html</link>
			<pubDate>Wed, 28 Apr 2021 01:27:43 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://a-zgsm.com/tipsntricks/member.php?action=profile&uid=3">nnm</a>]]></dc:creator>
			<guid isPermaLink="false">https://a-zgsm.com/tipsntricks/thread-3687.html</guid>
			<description><![CDATA[Built natively for the <span style="font-style: italic;" class="mycode_i">Crestron Home™</span> platform and for seamless integration with custom systems, our audio solutions include a full selection of performance speakers that pair with our DM NAX™ Audio-over-IP distribution systems to deliver a no compromise experience. Crestron Audio Solutions provide easy integration, maximum scalability, optimal performance, beautiful design, and intuitive control.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><a href="https://fymc.com.vn" target="_blank" rel="noopener" class="mycode_url">Crestron Home</a></span> lets you take control of the music in your home for each family member and each occasion. Listen to your favorite artist, playlist, or streaming service in any room and create listening zones for indoor and outdoor parties.<br />
<br />
<div style="text-align: center;" class="mycode_align"><img src="https://kenticoprod.azureedge.net/kenticoblob/crestron/media/crestron/generalsiteimages/featured%20pages/resi%20v3/audio-solutions-crestron-home-p-800_v2.png" loading="lazy"  alt="[Image: audio-solutions-crestron-home-p-800_v2.png]" class="mycode_img" /></div>
<br />
But audio is also much more than music. Audio is an essential sensory experience for gaming, movies, and critical for security, paging, wellness/dawn simulation, and much more.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><a href="https://www.crestron.com" target="_blank" rel="noopener" class="mycode_url">Crestron </a>Residential Speakers  (</span>made by Origin Acoustics)<br />
Crestron Residential Speakers are expertly engineered using select materials to deliver high-performance sure to satisfy audiophiles and are architecturally constructed to please interior designers.<br />
<br />
<div style="text-align: center;" class="mycode_align"><img src="https://kenticoprod.azureedge.net/kenticoblob/crestron/media/crestron/generalsiteimages/featured%20pages/resi%20v3/living-room-ceiling_v2.jpg" loading="lazy"  alt="[Image: living-room-ceiling_v2.jpg]" class="mycode_img" /><br />
<br />
<iframe src="//player.vimeo.com/video/533163010" width="500" height="375" frameborder="0" allowfullscreen="true"></iframe></div>
<br />
<span style="font-weight: bold;" class="mycode_b"><a href="https://smarthomeviet.com" target="_blank" rel="noopener" class="mycode_url">DM NAX</a> Audio over IP Distribution </span><br />
DM NAX Audio-over-IP Distribution is built on the DM NVX® Video over IP platform, so you know it provides unmatched flexibility, scalability, performance, and integration. DM NAX is the native Crestron Home audio distribution system that also seamlessly integrates with custom Crestron systems and DM NVX and designed to maximize the performance of Crestron Residential Speakers.<br />
<br />
<div style="text-align: center;" class="mycode_align"><img src="https://kenticoprod.azureedge.net/kenticoblob/crestron/media/crestron/generalsiteimages/featured%20pages/resi%20v3/dm-nax-renders-1-p-1080.jpeg" loading="lazy"  width="400" height="400" alt="[Image: dm-nax-renders-1-p-1080.jpeg]" class="mycode_img" /><br />
</div>
<div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">More infomation</span> :  go <a href="https://nhathongminhviet.com" target="_blank" rel="noopener" class="mycode_url">here<br />
<br />
<br />
</a><a href="https://fymc.com.vn" target="_blank" rel="noopener" class="mycode_url">Giải pháp nhà thông minh</a> , <a href="https://fymc.com.vn" target="_blank" rel="noopener" class="mycode_url">Nhà xưởng thông minh</a>, <a href="https://fymc.com.vn" target="_blank" rel="noopener" class="mycode_url">phòng họp thông minh</a>, <a href="https://fymc.com.vn" target="_blank" rel="noopener" class="mycode_url">Crestron vietnam</a>, <a href="https://fymc.com.vn" target="_blank" rel="noopener" class="mycode_url">luxury smarthome</a></div>]]></description>
			<content:encoded><![CDATA[Built natively for the <span style="font-style: italic;" class="mycode_i">Crestron Home™</span> platform and for seamless integration with custom systems, our audio solutions include a full selection of performance speakers that pair with our DM NAX™ Audio-over-IP distribution systems to deliver a no compromise experience. Crestron Audio Solutions provide easy integration, maximum scalability, optimal performance, beautiful design, and intuitive control.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><a href="https://fymc.com.vn" target="_blank" rel="noopener" class="mycode_url">Crestron Home</a></span> lets you take control of the music in your home for each family member and each occasion. Listen to your favorite artist, playlist, or streaming service in any room and create listening zones for indoor and outdoor parties.<br />
<br />
<div style="text-align: center;" class="mycode_align"><img src="https://kenticoprod.azureedge.net/kenticoblob/crestron/media/crestron/generalsiteimages/featured%20pages/resi%20v3/audio-solutions-crestron-home-p-800_v2.png" loading="lazy"  alt="[Image: audio-solutions-crestron-home-p-800_v2.png]" class="mycode_img" /></div>
<br />
But audio is also much more than music. Audio is an essential sensory experience for gaming, movies, and critical for security, paging, wellness/dawn simulation, and much more.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><a href="https://www.crestron.com" target="_blank" rel="noopener" class="mycode_url">Crestron </a>Residential Speakers  (</span>made by Origin Acoustics)<br />
Crestron Residential Speakers are expertly engineered using select materials to deliver high-performance sure to satisfy audiophiles and are architecturally constructed to please interior designers.<br />
<br />
<div style="text-align: center;" class="mycode_align"><img src="https://kenticoprod.azureedge.net/kenticoblob/crestron/media/crestron/generalsiteimages/featured%20pages/resi%20v3/living-room-ceiling_v2.jpg" loading="lazy"  alt="[Image: living-room-ceiling_v2.jpg]" class="mycode_img" /><br />
<br />
<iframe src="//player.vimeo.com/video/533163010" width="500" height="375" frameborder="0" allowfullscreen="true"></iframe></div>
<br />
<span style="font-weight: bold;" class="mycode_b"><a href="https://smarthomeviet.com" target="_blank" rel="noopener" class="mycode_url">DM NAX</a> Audio over IP Distribution </span><br />
DM NAX Audio-over-IP Distribution is built on the DM NVX® Video over IP platform, so you know it provides unmatched flexibility, scalability, performance, and integration. DM NAX is the native Crestron Home audio distribution system that also seamlessly integrates with custom Crestron systems and DM NVX and designed to maximize the performance of Crestron Residential Speakers.<br />
<br />
<div style="text-align: center;" class="mycode_align"><img src="https://kenticoprod.azureedge.net/kenticoblob/crestron/media/crestron/generalsiteimages/featured%20pages/resi%20v3/dm-nax-renders-1-p-1080.jpeg" loading="lazy"  width="400" height="400" alt="[Image: dm-nax-renders-1-p-1080.jpeg]" class="mycode_img" /><br />
</div>
<div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">More infomation</span> :  go <a href="https://nhathongminhviet.com" target="_blank" rel="noopener" class="mycode_url">here<br />
<br />
<br />
</a><a href="https://fymc.com.vn" target="_blank" rel="noopener" class="mycode_url">Giải pháp nhà thông minh</a> , <a href="https://fymc.com.vn" target="_blank" rel="noopener" class="mycode_url">Nhà xưởng thông minh</a>, <a href="https://fymc.com.vn" target="_blank" rel="noopener" class="mycode_url">phòng họp thông minh</a>, <a href="https://fymc.com.vn" target="_blank" rel="noopener" class="mycode_url">Crestron vietnam</a>, <a href="https://fymc.com.vn" target="_blank" rel="noopener" class="mycode_url">luxury smarthome</a></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Intro]]></title>
			<link>https://a-zgsm.com/tipsntricks/thread-3669.html</link>
			<pubDate>Wed, 07 Apr 2021 15:18:23 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://a-zgsm.com/tipsntricks/member.php?action=profile&uid=5936">sachin7090</a>]]></dc:creator>
			<guid isPermaLink="false">https://a-zgsm.com/tipsntricks/thread-3669.html</guid>
			<description><![CDATA[<span style="color: #333333;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol;" class="mycode_font">Being in love with medical field I learned a lot of details about fitness and diets. Because of which I start writing about each small detail about fitness on gleath</span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol;" class="mycode_font"> health. I am also good at writing and have a sound knowledge of blogging. <a href="https://gleath.com/" target="_blank" rel="noopener" class="mycode_url">https://gleath.com/</a></span></span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #333333;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol;" class="mycode_font">Being in love with medical field I learned a lot of details about fitness and diets. Because of which I start writing about each small detail about fitness on gleath</span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol;" class="mycode_font"> health. I am also good at writing and have a sound knowledge of blogging. <a href="https://gleath.com/" target="_blank" rel="noopener" class="mycode_url">https://gleath.com/</a></span></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Orvibo Smart home]]></title>
			<link>https://a-zgsm.com/tipsntricks/thread-3644.html</link>
			<pubDate>Wed, 17 Mar 2021 12:40:54 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://a-zgsm.com/tipsntricks/member.php?action=profile&uid=3">nnm</a>]]></dc:creator>
			<guid isPermaLink="false">https://a-zgsm.com/tipsntricks/thread-3644.html</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><img src="https://static.orvibo.com/guanwang_second/front/en/images/product/mixPadmini/sec5_1-44ad8a51b5.png" loading="lazy"  alt="[Image: sec5_1-44ad8a51b5.png]" class="mycode_img" /><br />
<br />
<a href="https://a-zgsm.com/mobile/forum-19.html" target="_blank" rel="noopener" class="mycode_url">SMART HOME</a> SOLUTION</span></div>
Improve your smart life experience, provide complete systems including audio visual, lighting control, home automa- tion and smart security, etc...<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">INTRODUCTION</span><br />
In order to enhance the smart life experience of users, <a href="https://a-zgsm.com/mobile/forum-19.html" target="_blank" rel="noopener" class="mycode_url">ORVIBO </a>provides De-house smart home solution.<br />
This solution includes 7 smart systems: Smart lighting, smart security, central condition, appliances control, access control, smart curtain and energy management.<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">FEATURES</span><ul class="mycode_list"><li>Simple Installation. No wiring when use the ZigBee wireless technology.<br />
</li>
<li>Convenient. More user-friendly design and interaction.<br />
</li>
<li>Secure Cloud. Reliable smart home cloud platform.<br />
</li>
<li>More Compatible. Support to link with smart devices of different brands.<br />
</li>
<li>Low Power Consumption. ZigBee communication is stable and economic<br />
</li>
</ul>
<br />
<img src="https://lh6.googleusercontent.com/xDu1dmyCPrlFPBrMhiebQMp-MYI_c31BC-lU0cgIW6g1LXJkfYYbcSV7DY0LnWMaUSHcWSTW7ce97FfQE0t0dDHz0wK20YGVFU5WAX4WNRmbD_fbcruIt-WXyHY4x-exwFXBc7WJ" loading="lazy"  alt="[Image: xDu1dmyCPrlFPBrMhiebQMp-MYI_c31BC-lU0cgI...exwFXBc7WJ]" class="mycode_img" /><br />
<br />
<br />
<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">SMART OFFICE SOLUTION</span></div>
Smart lighting and energy system for office. More energy-saving office solution and more efficient office management, save 30% energy cost.<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">INTRODUCTION</span><br />
<br />
<div style="text-align: left;" class="mycode_align">Green Office solution is designed for joint office, small and medium enterprises. It is a smart lighting and energy management system.</div>
<div style="text-align: left;" class="mycode_align">With the current protection and electricity usage monitoring function, it provides users the more convenient, comfortable and secure smart life.</div>
<br />
<span style="font-weight: bold;" class="mycode_b">FEATURES</span><ul class="mycode_list"><li>24-hour remote control and management.<br />
</li>
<li>Monitor the energy consumption by departments, districts and dates.<br />
</li>
<li>Automatically adjust the lighting and central A/C as per the environment.<br />
</li>
<li>Data recording and analysis by the cloud server, provide targeted energy-saving advice for companies.<br />
</li>
<li>User-friendly management backstage, raise the efficiency.<br />
</li>
</ul>
<div style="text-align: center;" class="mycode_align"><iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/-YYAW2hic1U" frameborder="0" allowfullscreen="true"></iframe></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><img src="https://static.orvibo.com/guanwang_second/front/en/images/product/mixPadmini/sec5_1-44ad8a51b5.png" loading="lazy"  alt="[Image: sec5_1-44ad8a51b5.png]" class="mycode_img" /><br />
<br />
<a href="https://a-zgsm.com/mobile/forum-19.html" target="_blank" rel="noopener" class="mycode_url">SMART HOME</a> SOLUTION</span></div>
Improve your smart life experience, provide complete systems including audio visual, lighting control, home automa- tion and smart security, etc...<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">INTRODUCTION</span><br />
In order to enhance the smart life experience of users, <a href="https://a-zgsm.com/mobile/forum-19.html" target="_blank" rel="noopener" class="mycode_url">ORVIBO </a>provides De-house smart home solution.<br />
This solution includes 7 smart systems: Smart lighting, smart security, central condition, appliances control, access control, smart curtain and energy management.<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">FEATURES</span><ul class="mycode_list"><li>Simple Installation. No wiring when use the ZigBee wireless technology.<br />
</li>
<li>Convenient. More user-friendly design and interaction.<br />
</li>
<li>Secure Cloud. Reliable smart home cloud platform.<br />
</li>
<li>More Compatible. Support to link with smart devices of different brands.<br />
</li>
<li>Low Power Consumption. ZigBee communication is stable and economic<br />
</li>
</ul>
<br />
<img src="https://lh6.googleusercontent.com/xDu1dmyCPrlFPBrMhiebQMp-MYI_c31BC-lU0cgIW6g1LXJkfYYbcSV7DY0LnWMaUSHcWSTW7ce97FfQE0t0dDHz0wK20YGVFU5WAX4WNRmbD_fbcruIt-WXyHY4x-exwFXBc7WJ" loading="lazy"  alt="[Image: xDu1dmyCPrlFPBrMhiebQMp-MYI_c31BC-lU0cgI...exwFXBc7WJ]" class="mycode_img" /><br />
<br />
<br />
<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">SMART OFFICE SOLUTION</span></div>
Smart lighting and energy system for office. More energy-saving office solution and more efficient office management, save 30% energy cost.<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">INTRODUCTION</span><br />
<br />
<div style="text-align: left;" class="mycode_align">Green Office solution is designed for joint office, small and medium enterprises. It is a smart lighting and energy management system.</div>
<div style="text-align: left;" class="mycode_align">With the current protection and electricity usage monitoring function, it provides users the more convenient, comfortable and secure smart life.</div>
<br />
<span style="font-weight: bold;" class="mycode_b">FEATURES</span><ul class="mycode_list"><li>24-hour remote control and management.<br />
</li>
<li>Monitor the energy consumption by departments, districts and dates.<br />
</li>
<li>Automatically adjust the lighting and central A/C as per the environment.<br />
</li>
<li>Data recording and analysis by the cloud server, provide targeted energy-saving advice for companies.<br />
</li>
<li>User-friendly management backstage, raise the efficiency.<br />
</li>
</ul>
<div style="text-align: center;" class="mycode_align"><iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/-YYAW2hic1U" frameborder="0" allowfullscreen="true"></iframe></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Basalte Cielo ceiling speakers]]></title>
			<link>https://a-zgsm.com/tipsntricks/thread-3631.html</link>
			<pubDate>Fri, 05 Mar 2021 18:39:27 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://a-zgsm.com/tipsntricks/member.php?action=profile&uid=3">nnm</a>]]></dc:creator>
			<guid isPermaLink="false">https://a-zgsm.com/tipsntricks/thread-3631.html</guid>
			<description><![CDATA[Basalte Cielo ceiling speakers<br />
<br />
<div style="text-align: center;" class="mycode_align"><img src="https://knxgroothandel.nl/media/catalog/product/cache/e92a0b8c204cc647935998663cac6069/c/i/cielo_speaker_1.png" loading="lazy"  alt="[Image: cielo_speaker_1.png]" class="mycode_img" /><br />
</div>
Cielo passive ceiling speakers combine full range, high-quality audio with discreet design. Subtly present, they provide remarkably clear and dynamic sound for your rooms and even home theatre.<br />
<br />
<br />
Boom!<br />
Best in class Kevlar driver and pivoting aluminium dome tweeter.<br />
<br />
Near-invisible bezel-free design.<br />
Comes with round or square paintable white grille. Available in three sizes.]]></description>
			<content:encoded><![CDATA[Basalte Cielo ceiling speakers<br />
<br />
<div style="text-align: center;" class="mycode_align"><img src="https://knxgroothandel.nl/media/catalog/product/cache/e92a0b8c204cc647935998663cac6069/c/i/cielo_speaker_1.png" loading="lazy"  alt="[Image: cielo_speaker_1.png]" class="mycode_img" /><br />
</div>
Cielo passive ceiling speakers combine full range, high-quality audio with discreet design. Subtly present, they provide remarkably clear and dynamic sound for your rooms and even home theatre.<br />
<br />
<br />
Boom!<br />
Best in class Kevlar driver and pivoting aluminium dome tweeter.<br />
<br />
Near-invisible bezel-free design.<br />
Comes with round or square paintable white grille. Available in three sizes.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Default Voice Command Syntax For Controlling Devices]]></title>
			<link>https://a-zgsm.com/tipsntricks/thread-3613.html</link>
			<pubDate>Tue, 05 Jan 2021 02:07:12 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://a-zgsm.com/tipsntricks/member.php?action=profile&uid=3">nnm</a>]]></dc:creator>
			<guid isPermaLink="false">https://a-zgsm.com/tipsntricks/thread-3613.html</guid>
			<description><![CDATA[Default Voice Command Syntax For Controlling Devices<br />
<br />
<br />
Use F1 to open the help file for the Voice Control Room module for additional info, including the default voice command syntax below. Voice commands can be customized and simplified from these defaults - refer to the Tips &amp; Tricks section below.<br />
<br />
<br />
<div style="text-align: center;" class="mycode_align"><img src="https://support.crestron.com/euf/assets/images/crestron-logo.png" loading="lazy"  alt="[Image: crestron-logo.png]" class="mycode_img" /><br />
<br />
<img src="https://d12mivgeuoigbq.cloudfront.net/magento-media/custom_integrators_demo/cms/products/automation/amazon-alexa-logo.png" loading="lazy"  alt="[Image: amazon-alexa-logo.png]" class="mycode_img" /><br />
</div>
<br />
<span style="font-weight: bold;" class="mycode_b">Alexa Crestron Smart Home Skill Commands:  </span>The following commands are followed by either "&lt;DEVICE&gt; in &lt;ROOM&gt;" or "&lt;ROOM&gt; &lt;DEVICE&gt;"<br />
<br />
* Turning Devices On / Off - Alexa responds - "OK."<br />
   + "Alexa, turn on/off..."<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa, enable/disable..."<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa, boot up/shut down..."<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa, arm/disarm..."<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa open/close..." [Recently Discontinued]<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">       </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>Use Alexa Routines to add back "Alexa, open/close..." functionality.<br />
    <span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>Or use "Alexa, ask/tell Crestron to open/close..." to invoke Crestron skill (see section below)<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa, start/stop..." ["Stop" is more effective when followed by "&lt;DEVICE&gt; in &lt;ROOM&gt;" (not "&lt;ROOM&gt; &lt;DEVICE&gt;")]<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa, run/stop running..." ["Stop running" is more effective when followed by "&lt;DEVICE&gt; in &lt;ROOM&gt;" (not "&lt;ROOM&gt; &lt;DEVICE&gt;")]<br />
<br />
<span style="font-size: x-small;" class="mycode_size">* </span>Setting / Changing Device Levels - Alexa responds - "OK." : These commands can be followed by an amount (percent, degrees, etc.)<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa, set..."<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa raise/lower..."<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa brighten/dim..."<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa turn up/down..."<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Alexa Crestron Custom Skill Commands:</span><br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>Open/Close - Alexa responds - "Opening/Closing the &lt;DEVICE&gt; in the &lt;ROOM&gt;."<br />
"Alexa, ask/tell Crestron to open/close &lt;DEVICE&gt; in &lt;ROOM&gt;"<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>Too Cold/Warm &amp; Dark/Bright - Alexa responds - "Adjusting the &lt;ROOM&gt;"<br />
"Alexa, tell Crestron it's too cold/warm in &lt;ROOM&gt;"<br />
"Alexa, tell Crestron it's too dark/bright in &lt;ROOM&gt;"<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>Thermostat Mode - Alexa responds - "Setting the thermostat mode to &lt;MODE&gt;."<br />
"Alexa, tell Crestron to set the &lt;THERMOSTAT&gt; in &lt;ROOM&gt; to heat/cool/auto"<br />
"Alexa, tell Crestron to set the &lt;ROOM&gt; &lt;THERMOSTAT&gt; to heat/cool/auto"<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>Thermostat Fan Speed - Alexa responds - "Setting the fan in &lt;ROOM&gt; to &lt;SPEED&gt;"<br />
"Alexa, tell Crestron to set the &lt;ROOM&gt; fan to low/medium/high/on/off"<br />
"Alexa, tell Crestron to set the fan in &lt;ROOM&gt; to low/medium/high/on/off"<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>Recall Scenes - Alexa responds - "Recalling the &lt;SCENE&gt; in &lt;ROOM&gt;."<br />
Use for custom commands - Drive SceneName&#36; signals from SIO/MSEND; can be changed during runtime.<br />
"Alexa, ask/tell Crestron to recall &lt;SCENE&gt; in &lt;ROOM&gt;" (ie "morning scene in kitchen")<br />
"Alexa, tell Crestron I want to &lt;SCENE&gt; in &lt;ROOM&gt;" (ie "unlock door in front entry")<br />
"Alexa, tell Crestron I would like to &lt;SCENE&gt; in &lt;ROOM&gt;" (ie "watch a movie in the family room")<br />
"Alexa, tell Crestron it's time to &lt;SCENE&gt; in &lt;ROOM&gt;" (ie "sleep in the bedroom")<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>Global Scenes<br />
These signals are found on the Voice Control Registration module, as they are not associated with a specific room. At least one Voice Control Room module / room name must exist in the program for Global Scenes to function.<br />
"Alexa, tell Crestron good morning." or "Alexa, tell Crestron wake up."<br />
Alexa responds - "Good Morning. Setting your morning presets."<br />
"Alexa, tell Crestron good night." or "Alexa, tell Crestron go to sleep."<br />
Alexa responds - "Good Night. Setting your night presets."<br />
"Alexa, tell Crestron I/We am/are leaving/going." or "Alexa, tell Crestron good bye."<br />
Alexa responds - "Good Bye. Setting your away presets."<br />
"Alexa, tell Crestron I/We am/are back/home."<br />
Alexa responds - "Welcome Home. Setting your home presets."<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Google Assistant Commands : </span><br />
<br />
<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><img src="https://gucongnghe.com/wp-content/uploads/2019/10/Thiet-bi-nha-thong-minh-Google-Nest.jpg" loading="lazy"  width="350" height="250" alt="[Image: Thiet-bi-nha-thong-minh-Google-Nest.jpg]" class="mycode_img" /></span></div>
<br />
<a href="https://support.google.com/googlehome/answer/7073578" target="_blank" rel="noopener" class="mycode_url">https://support.google.com/googlehome/answer/7073578</a>]]></description>
			<content:encoded><![CDATA[Default Voice Command Syntax For Controlling Devices<br />
<br />
<br />
Use F1 to open the help file for the Voice Control Room module for additional info, including the default voice command syntax below. Voice commands can be customized and simplified from these defaults - refer to the Tips &amp; Tricks section below.<br />
<br />
<br />
<div style="text-align: center;" class="mycode_align"><img src="https://support.crestron.com/euf/assets/images/crestron-logo.png" loading="lazy"  alt="[Image: crestron-logo.png]" class="mycode_img" /><br />
<br />
<img src="https://d12mivgeuoigbq.cloudfront.net/magento-media/custom_integrators_demo/cms/products/automation/amazon-alexa-logo.png" loading="lazy"  alt="[Image: amazon-alexa-logo.png]" class="mycode_img" /><br />
</div>
<br />
<span style="font-weight: bold;" class="mycode_b">Alexa Crestron Smart Home Skill Commands:  </span>The following commands are followed by either "&lt;DEVICE&gt; in &lt;ROOM&gt;" or "&lt;ROOM&gt; &lt;DEVICE&gt;"<br />
<br />
* Turning Devices On / Off - Alexa responds - "OK."<br />
   + "Alexa, turn on/off..."<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa, enable/disable..."<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa, boot up/shut down..."<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa, arm/disarm..."<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa open/close..." [Recently Discontinued]<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">       </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>Use Alexa Routines to add back "Alexa, open/close..." functionality.<br />
    <span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>Or use "Alexa, ask/tell Crestron to open/close..." to invoke Crestron skill (see section below)<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa, start/stop..." ["Stop" is more effective when followed by "&lt;DEVICE&gt; in &lt;ROOM&gt;" (not "&lt;ROOM&gt; &lt;DEVICE&gt;")]<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa, run/stop running..." ["Stop running" is more effective when followed by "&lt;DEVICE&gt; in &lt;ROOM&gt;" (not "&lt;ROOM&gt; &lt;DEVICE&gt;")]<br />
<br />
<span style="font-size: x-small;" class="mycode_size">* </span>Setting / Changing Device Levels - Alexa responds - "OK." : These commands can be followed by an amount (percent, degrees, etc.)<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa, set..."<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa raise/lower..."<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa brighten/dim..."<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>"Alexa turn up/down..."<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Alexa Crestron Custom Skill Commands:</span><br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>Open/Close - Alexa responds - "Opening/Closing the &lt;DEVICE&gt; in the &lt;ROOM&gt;."<br />
"Alexa, ask/tell Crestron to open/close &lt;DEVICE&gt; in &lt;ROOM&gt;"<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>Too Cold/Warm &amp; Dark/Bright - Alexa responds - "Adjusting the &lt;ROOM&gt;"<br />
"Alexa, tell Crestron it's too cold/warm in &lt;ROOM&gt;"<br />
"Alexa, tell Crestron it's too dark/bright in &lt;ROOM&gt;"<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>Thermostat Mode - Alexa responds - "Setting the thermostat mode to &lt;MODE&gt;."<br />
"Alexa, tell Crestron to set the &lt;THERMOSTAT&gt; in &lt;ROOM&gt; to heat/cool/auto"<br />
"Alexa, tell Crestron to set the &lt;ROOM&gt; &lt;THERMOSTAT&gt; to heat/cool/auto"<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>Thermostat Fan Speed - Alexa responds - "Setting the fan in &lt;ROOM&gt; to &lt;SPEED&gt;"<br />
"Alexa, tell Crestron to set the &lt;ROOM&gt; fan to low/medium/high/on/off"<br />
"Alexa, tell Crestron to set the fan in &lt;ROOM&gt; to low/medium/high/on/off"<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>Recall Scenes - Alexa responds - "Recalling the &lt;SCENE&gt; in &lt;ROOM&gt;."<br />
Use for custom commands - Drive SceneName&#36; signals from SIO/MSEND; can be changed during runtime.<br />
"Alexa, ask/tell Crestron to recall &lt;SCENE&gt; in &lt;ROOM&gt;" (ie "morning scene in kitchen")<br />
"Alexa, tell Crestron I want to &lt;SCENE&gt; in &lt;ROOM&gt;" (ie "unlock door in front entry")<br />
"Alexa, tell Crestron I would like to &lt;SCENE&gt; in &lt;ROOM&gt;" (ie "watch a movie in the family room")<br />
"Alexa, tell Crestron it's time to &lt;SCENE&gt; in &lt;ROOM&gt;" (ie "sleep in the bedroom")<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">   </span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">+ </span></span></span>Global Scenes<br />
These signals are found on the Voice Control Registration module, as they are not associated with a specific room. At least one Voice Control Room module / room name must exist in the program for Global Scenes to function.<br />
"Alexa, tell Crestron good morning." or "Alexa, tell Crestron wake up."<br />
Alexa responds - "Good Morning. Setting your morning presets."<br />
"Alexa, tell Crestron good night." or "Alexa, tell Crestron go to sleep."<br />
Alexa responds - "Good Night. Setting your night presets."<br />
"Alexa, tell Crestron I/We am/are leaving/going." or "Alexa, tell Crestron good bye."<br />
Alexa responds - "Good Bye. Setting your away presets."<br />
"Alexa, tell Crestron I/We am/are back/home."<br />
Alexa responds - "Welcome Home. Setting your home presets."<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Google Assistant Commands : </span><br />
<br />
<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><img src="https://gucongnghe.com/wp-content/uploads/2019/10/Thiet-bi-nha-thong-minh-Google-Nest.jpg" loading="lazy"  width="350" height="250" alt="[Image: Thiet-bi-nha-thong-minh-Google-Nest.jpg]" class="mycode_img" /></span></div>
<br />
<a href="https://support.google.com/googlehome/answer/7073578" target="_blank" rel="noopener" class="mycode_url">https://support.google.com/googlehome/answer/7073578</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Install Home Assistant]]></title>
			<link>https://a-zgsm.com/tipsntricks/thread-3598.html</link>
			<pubDate>Sun, 13 Dec 2020 16:15:58 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://a-zgsm.com/tipsntricks/member.php?action=profile&uid=3">nnm</a>]]></dc:creator>
			<guid isPermaLink="false">https://a-zgsm.com/tipsntricks/thread-3598.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Install Home Assistant</span><br />
<br />
This guide will help you get Home Assistant running on a Raspberry Pi, turning your Raspberry Pi into the ultimate home automation hub.<br />
Follow this guide if you want to get started with Home Assistant easily or if you have little to no Linux experience. For advanced users (or if you don’t have a <a href="https://www.home-assistant.io/hassio/installation/" target="_blank" rel="noopener" class="mycode_url">device that is supported by this guide</a>), check out our <a href="https://www.home-assistant.io/docs/installation/" target="_blank" rel="noopener" class="mycode_url">alternative installation methods</a>. Once you finish your alternative installation, you can continue at the <a href="https://www.home-assistant.io/getting-started/onboarding/" target="_blank" rel="noopener" class="mycode_url">next step</a>.<br />
<br />
<a href="https://www.home-assistant.io/getting-started/#suggested-hardware" target="_blank" rel="noopener" class="mycode_url">SUGGESTED HARDWARE</a><br />
We will need a few things to get started with installing Home Assistant. The Raspberry Pi 4 Model B is a good, affordable starting point for your home automation journey. Links below lead to Amazon US. If you’re not in the US, you should be able to find these items in web stores in your country.<br />
<ul class="mycode_list"><li><a href="https://amzn.to/2XULT2z" target="_blank" rel="noopener" class="mycode_url">Raspberry Pi 4 Model B (2GB)</a> + <a href="https://www.raspberrypi.org/help/faqs/#powerReqs" target="_blank" rel="noopener" class="mycode_url">Power Supply</a> (at least 3A)<br />
</li>
<li><a href="https://amzn.to/2X0Z2di" target="_blank" rel="noopener" class="mycode_url">Micro SD Card</a>. Ideally get one that is <a href="https://www.sdcard.org/developers/overview/application/index.html" target="_blank" rel="noopener" class="mycode_url">Application Class 2</a> as they handle small I/O much more consistently than cards not optimized to host applications. A 32 GB or bigger card is recommended.<br />
</li>
<li>SD Card reader. This is already part of most laptops, but you can purchase a <a href="https://amzn.to/2WWxntY" target="_blank" rel="noopener" class="mycode_url">standalone USB adapter</a> if you don’t have one. The brand doesn’t matter, just pick the cheapest.<br />
</li>
<li>Ethernet cable. Home Assistant can work with Wi-Fi, but an Ethernet connection would be more reliable.<br />
</li>
</ul>
<div style="text-align: left;" class="mycode_align"><a href="https://www.home-assistant.io/getting-started/#software-requirements" target="_blank" rel="noopener" class="mycode_url">[/url]SOFTWARE REQUIREMENTS</div><ul class="mycode_list"><li>Download and extract the Home Assistant image for <a href="https://www.home-assistant.io/hassio/installation/" target="_blank" rel="noopener" class="mycode_url">your device</a>.<br />
</li>
<li>Download <a href="https://www.balena.io/etcher" target="_blank" rel="noopener" class="mycode_url">balenaEtcher</a> to write the image to an SD card.<br />
</li>
</ul>
<div style="text-align: left;" class="mycode_align"><a href="https://www.home-assistant.io/getting-started/#installation" target="_blank" rel="noopener" class="mycode_url"></a>INSTALLATION</div>
<ol type="1" class="mycode_list"><li>Put the SD card in your card reader.<br />
</li>
<li>Open balenaEtcher, select the Home Assistant image and flash it to the SD card.<br />
</li>
<li>Unmount the SD card and remove it from your card reader.<br />
</li>
<li>The most reliable networking setup for your Raspberry Pi is to connect it using an Ethernet cable; however, if you want to configure Wi-Fi or a static IP address (this step requires a USB stick) you can try this:<br />
 <ul class="mycode_list"><li></li>
<li>Format a USB stick to FAT32 with the volume name  CONFIG<br />
</li>
<li>Create a folder named network in the root of the newly-formatted USB stick.<br />
</li>
<li>Within that folder, create a file named my-network without a file extension.<br />
</li>
<li>Copy one of [url=https://github.com/home-assistant/hassos/blob/dev/Documentation/network.md]the examples</a> to the my-network file and adjust accordingly.<br />
</li>
<li>Plug the USB stick into the Raspberry Pi.<br />
</li>
</ul>
</li>
<li>Insert the SD card into your Raspberry Pi. If you are going to use an Ethernet cable, connect that too.<br />
</li>
<li>Connect your power supply to the Raspberry Pi.<br />
</li>
<li>The Raspberry Pi will now boot up, connect to the Internet and download the latest version of Home Assistant. This will take about 20 minutes.<br />
</li>
<li>On another computer, navigate to <a href="http://homeassistant.local:8123" target="_blank" rel="noopener" class="mycode_url">http://homeassistant.local:8123</a> to access Home Assistant. If you are running an older Windows version or have a stricter network configuration, you might need to access Home Assistant at <br />
<a href="http://homeassistant:8123" target="_blank" rel="noopener" class="mycode_url">http://homeassistant:8123</a> or  <a href="http://X.X.X.X:8123" target="_blank" rel="noopener" class="mycode_url">http://X.X.X.X:8123</a> (replace X.X.X.X with your Pi’s IP address). <br />
<br />
<img src="https://www.home-assistant.io/images/getting-started/preparing-home-assistant.png" loading="lazy"  alt="[Image: preparing-home-assistant.png]" class="mycode_img" /><br />
As the installation process does its thing your screen should look like this (may take a few minutes to load after the Raspberry Pi boots)<br />
<br />
</li>
<li>If you used a USB stick for configuring the network, you can now remove it.<br />
</li>
</ol>
<br />
The Raspberry Pi will not show a user interface for Home Assistant if you connect a display. You need to use another computer to access Home Assistant.<br />
<br />
Copy from : <a href="https://www.home-assistant.io/" target="_blank" rel="noopener" class="mycode_url">home-assistant.io</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Install Home Assistant</span><br />
<br />
This guide will help you get Home Assistant running on a Raspberry Pi, turning your Raspberry Pi into the ultimate home automation hub.<br />
Follow this guide if you want to get started with Home Assistant easily or if you have little to no Linux experience. For advanced users (or if you don’t have a <a href="https://www.home-assistant.io/hassio/installation/" target="_blank" rel="noopener" class="mycode_url">device that is supported by this guide</a>), check out our <a href="https://www.home-assistant.io/docs/installation/" target="_blank" rel="noopener" class="mycode_url">alternative installation methods</a>. Once you finish your alternative installation, you can continue at the <a href="https://www.home-assistant.io/getting-started/onboarding/" target="_blank" rel="noopener" class="mycode_url">next step</a>.<br />
<br />
<a href="https://www.home-assistant.io/getting-started/#suggested-hardware" target="_blank" rel="noopener" class="mycode_url">SUGGESTED HARDWARE</a><br />
We will need a few things to get started with installing Home Assistant. The Raspberry Pi 4 Model B is a good, affordable starting point for your home automation journey. Links below lead to Amazon US. If you’re not in the US, you should be able to find these items in web stores in your country.<br />
<ul class="mycode_list"><li><a href="https://amzn.to/2XULT2z" target="_blank" rel="noopener" class="mycode_url">Raspberry Pi 4 Model B (2GB)</a> + <a href="https://www.raspberrypi.org/help/faqs/#powerReqs" target="_blank" rel="noopener" class="mycode_url">Power Supply</a> (at least 3A)<br />
</li>
<li><a href="https://amzn.to/2X0Z2di" target="_blank" rel="noopener" class="mycode_url">Micro SD Card</a>. Ideally get one that is <a href="https://www.sdcard.org/developers/overview/application/index.html" target="_blank" rel="noopener" class="mycode_url">Application Class 2</a> as they handle small I/O much more consistently than cards not optimized to host applications. A 32 GB or bigger card is recommended.<br />
</li>
<li>SD Card reader. This is already part of most laptops, but you can purchase a <a href="https://amzn.to/2WWxntY" target="_blank" rel="noopener" class="mycode_url">standalone USB adapter</a> if you don’t have one. The brand doesn’t matter, just pick the cheapest.<br />
</li>
<li>Ethernet cable. Home Assistant can work with Wi-Fi, but an Ethernet connection would be more reliable.<br />
</li>
</ul>
<div style="text-align: left;" class="mycode_align"><a href="https://www.home-assistant.io/getting-started/#software-requirements" target="_blank" rel="noopener" class="mycode_url">[/url]SOFTWARE REQUIREMENTS</div><ul class="mycode_list"><li>Download and extract the Home Assistant image for <a href="https://www.home-assistant.io/hassio/installation/" target="_blank" rel="noopener" class="mycode_url">your device</a>.<br />
</li>
<li>Download <a href="https://www.balena.io/etcher" target="_blank" rel="noopener" class="mycode_url">balenaEtcher</a> to write the image to an SD card.<br />
</li>
</ul>
<div style="text-align: left;" class="mycode_align"><a href="https://www.home-assistant.io/getting-started/#installation" target="_blank" rel="noopener" class="mycode_url"></a>INSTALLATION</div>
<ol type="1" class="mycode_list"><li>Put the SD card in your card reader.<br />
</li>
<li>Open balenaEtcher, select the Home Assistant image and flash it to the SD card.<br />
</li>
<li>Unmount the SD card and remove it from your card reader.<br />
</li>
<li>The most reliable networking setup for your Raspberry Pi is to connect it using an Ethernet cable; however, if you want to configure Wi-Fi or a static IP address (this step requires a USB stick) you can try this:<br />
 <ul class="mycode_list"><li></li>
<li>Format a USB stick to FAT32 with the volume name  CONFIG<br />
</li>
<li>Create a folder named network in the root of the newly-formatted USB stick.<br />
</li>
<li>Within that folder, create a file named my-network without a file extension.<br />
</li>
<li>Copy one of [url=https://github.com/home-assistant/hassos/blob/dev/Documentation/network.md]the examples</a> to the my-network file and adjust accordingly.<br />
</li>
<li>Plug the USB stick into the Raspberry Pi.<br />
</li>
</ul>
</li>
<li>Insert the SD card into your Raspberry Pi. If you are going to use an Ethernet cable, connect that too.<br />
</li>
<li>Connect your power supply to the Raspberry Pi.<br />
</li>
<li>The Raspberry Pi will now boot up, connect to the Internet and download the latest version of Home Assistant. This will take about 20 minutes.<br />
</li>
<li>On another computer, navigate to <a href="http://homeassistant.local:8123" target="_blank" rel="noopener" class="mycode_url">http://homeassistant.local:8123</a> to access Home Assistant. If you are running an older Windows version or have a stricter network configuration, you might need to access Home Assistant at <br />
<a href="http://homeassistant:8123" target="_blank" rel="noopener" class="mycode_url">http://homeassistant:8123</a> or  <a href="http://X.X.X.X:8123" target="_blank" rel="noopener" class="mycode_url">http://X.X.X.X:8123</a> (replace X.X.X.X with your Pi’s IP address). <br />
<br />
<img src="https://www.home-assistant.io/images/getting-started/preparing-home-assistant.png" loading="lazy"  alt="[Image: preparing-home-assistant.png]" class="mycode_img" /><br />
As the installation process does its thing your screen should look like this (may take a few minutes to load after the Raspberry Pi boots)<br />
<br />
</li>
<li>If you used a USB stick for configuring the network, you can now remove it.<br />
</li>
</ol>
<br />
The Raspberry Pi will not show a user interface for Home Assistant if you connect a display. You need to use another computer to access Home Assistant.<br />
<br />
Copy from : <a href="https://www.home-assistant.io/" target="_blank" rel="noopener" class="mycode_url">home-assistant.io</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Loxone Flush-mounted Presence Sensor 1st Fitted in the Automated Home]]></title>
			<link>https://a-zgsm.com/tipsntricks/thread-3578.html</link>
			<pubDate>Mon, 16 Nov 2020 16:14:06 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://a-zgsm.com/tipsntricks/member.php?action=profile&uid=3">nnm</a>]]></dc:creator>
			<guid isPermaLink="false">https://a-zgsm.com/tipsntricks/thread-3578.html</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-style: italic;" class="mycode_i">We’re especially pleased to tell you about Loxone’s latest product, as this new Flush-mounted Presence Sensor Tree was released to us early so we could fit it in the Automated Home in time for today’s announcement.</span></div>
<br />
<div style="text-align: center;" class="mycode_align"><span style="font-style: italic;" class="mycode_i"><img src="https://i0.wp.com/www.automatedhome.co.uk/wp-content/uploads/2020/10/Loxone-Flush-Mount-Presence-Sensor-hero.jpg" loading="lazy"  width="300" height="300" alt="[Image: Loxone-Flush-Mount-Presence-Sensor-hero.jpg]" class="mycode_img" /></span></div>
<br />
<span style="font-weight: bold;" class="mycode_b">Flush-mounted Presence Sensor Tree</span><br />
Back in May <a href="https://a-zgsm.com/mobile/forum-19.html" target="_blank" rel="noopener" class="mycode_url">Loxone </a>launched the existing <a href="https://www.automatedhome.co.uk/new-products/video-loxones-new-presence-sensor.html" target="_blank" rel="noopener" class="mycode_url">Presence Sensor</a>. It is smarter than ever, but still a surface mount unit.<br />
While this is the norm in continental Europe, where concrete ceilings are often used, they can look a little chunky in the UK, especially when you see them next to the sleek, low profile Loxone Spots and Loxone ceiling speakers.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Slim is Here</span><br />
But now slim is here as the Presence Sensor is available in this new flush mount form factor (part number 100466 in white &amp; 100467 in anthracite). As well as movement it also includes light level and audio sensors on-board and these are what helps to set it apart from a regular PIR.<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Sensible Sensor</span><br />
The new in-ceiling movement sensor fits into the same 68mm diameter hole as the Loxone LED spots and ends up looking very similar to them once installed.<br />
<br />
As always with a Loxone system, the presence sensor can be used in conjunction with many other inputs to make intelligent decisions around the home.<br />
<br />
Installers and home owners alike will welcome the launch of this new slim profile sensor which is available from today – and they certainly look great in the Automated Home.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Features</span><ul class="mycode_list"><li>Detect movement and presence through infrared and acoustic sensors<br />
</li>
<li>High detection field with a detection angle of 360° horizontal and 110° vertical (giving you an 8m detection field at a ceiling height of 3m).<br />
</li>
<li>Integrated brightness sensor (measuring range 0 to 0.83000lx)<br />
</li>
<li>Individually adjustable acoustic sensor threshold value for presence detection.<br />
</li>
<li>Individually adjustable acoustic sensor threshold value for the burglar alarm.<br />
</li>
<li>Simple limitation of the detection range using a sticker for the Fresnel lens<br />
</li>
</ul>
<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/Tvxmwme9EIM" frameborder="0" allowfullscreen="true"></iframe></span></div>
<br />
<span style="font-weight: bold;" class="mycode_b">Award Winning</span><br />
Loxone are on a roll currently, and to top it off they recently won the ‘smart home’ category in this years <a href="https://www.callwey.de/blog/haeuser-des-jahres-2020-die-besten-produkte/" target="_blank" rel="noopener" class="mycode_url">Callwey Awards</a>, which is particularly focused on sustainability and innovation. As the winner, Loxone will be exhibited at the German Museum of Architecture until January 2021.]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-style: italic;" class="mycode_i">We’re especially pleased to tell you about Loxone’s latest product, as this new Flush-mounted Presence Sensor Tree was released to us early so we could fit it in the Automated Home in time for today’s announcement.</span></div>
<br />
<div style="text-align: center;" class="mycode_align"><span style="font-style: italic;" class="mycode_i"><img src="https://i0.wp.com/www.automatedhome.co.uk/wp-content/uploads/2020/10/Loxone-Flush-Mount-Presence-Sensor-hero.jpg" loading="lazy"  width="300" height="300" alt="[Image: Loxone-Flush-Mount-Presence-Sensor-hero.jpg]" class="mycode_img" /></span></div>
<br />
<span style="font-weight: bold;" class="mycode_b">Flush-mounted Presence Sensor Tree</span><br />
Back in May <a href="https://a-zgsm.com/mobile/forum-19.html" target="_blank" rel="noopener" class="mycode_url">Loxone </a>launched the existing <a href="https://www.automatedhome.co.uk/new-products/video-loxones-new-presence-sensor.html" target="_blank" rel="noopener" class="mycode_url">Presence Sensor</a>. It is smarter than ever, but still a surface mount unit.<br />
While this is the norm in continental Europe, where concrete ceilings are often used, they can look a little chunky in the UK, especially when you see them next to the sleek, low profile Loxone Spots and Loxone ceiling speakers.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Slim is Here</span><br />
But now slim is here as the Presence Sensor is available in this new flush mount form factor (part number 100466 in white &amp; 100467 in anthracite). As well as movement it also includes light level and audio sensors on-board and these are what helps to set it apart from a regular PIR.<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Sensible Sensor</span><br />
The new in-ceiling movement sensor fits into the same 68mm diameter hole as the Loxone LED spots and ends up looking very similar to them once installed.<br />
<br />
As always with a Loxone system, the presence sensor can be used in conjunction with many other inputs to make intelligent decisions around the home.<br />
<br />
Installers and home owners alike will welcome the launch of this new slim profile sensor which is available from today – and they certainly look great in the Automated Home.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Features</span><ul class="mycode_list"><li>Detect movement and presence through infrared and acoustic sensors<br />
</li>
<li>High detection field with a detection angle of 360° horizontal and 110° vertical (giving you an 8m detection field at a ceiling height of 3m).<br />
</li>
<li>Integrated brightness sensor (measuring range 0 to 0.83000lx)<br />
</li>
<li>Individually adjustable acoustic sensor threshold value for presence detection.<br />
</li>
<li>Individually adjustable acoustic sensor threshold value for the burglar alarm.<br />
</li>
<li>Simple limitation of the detection range using a sticker for the Fresnel lens<br />
</li>
</ul>
<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/Tvxmwme9EIM" frameborder="0" allowfullscreen="true"></iframe></span></div>
<br />
<span style="font-weight: bold;" class="mycode_b">Award Winning</span><br />
Loxone are on a roll currently, and to top it off they recently won the ‘smart home’ category in this years <a href="https://www.callwey.de/blog/haeuser-des-jahres-2020-die-besten-produkte/" target="_blank" rel="noopener" class="mycode_url">Callwey Awards</a>, which is particularly focused on sustainability and innovation. As the winner, Loxone will be exhibited at the German Museum of Architecture until January 2021.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Loxone smart home]]></title>
			<link>https://a-zgsm.com/tipsntricks/thread-3552.html</link>
			<pubDate>Fri, 23 Oct 2020 11:59:52 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://a-zgsm.com/tipsntricks/member.php?action=profile&uid=3">nnm</a>]]></dc:creator>
			<guid isPermaLink="false">https://a-zgsm.com/tipsntricks/thread-3552.html</guid>
			<description><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-size: xx-large;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font"> The complete smart home system</span></span></span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font">What makes the experience of a Loxone Smart Home so special? All of its smart home products work together automatically and flawlessly, without needing wi-fi or cloud dependency. Through this intelligent interaction, according to <a href="https://www.loxone.com/enus/smart-home/standards-recommendations/" target="_blank" rel="noopener" class="mycode_url"><span style="color: #e73246;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u">Loxone Standards &amp; Recommendations</span></span></a>, the home adjusts to your needs. Remotely control and personalize your smart home in the Loxone App on your smartphone or tablet.</span></span></span><br />
<br />
<br />
<div style="text-align: center;" class="mycode_align"><div style="text-align: left;" class="mycode_align"><span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font">Lighting control<br />
<br />
<a href="https://www.loxone.com/enus/products/lighting-control/" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="color: #e73246;" class="mycode_color"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><img src="https://www.loxone.com/enus/wp-content/uploads/sites/13/2019/09/IC_lightbulb.png" loading="lazy"  alt="[Image: IC_lightbulb.png]" class="mycode_img" /></span></span></span></span><br />
</a></span></span></span></div>
<div style="text-align: left;" class="mycode_align"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font">With the most intelligent lighting control, you can create lighting moods for any occasion with endless possibilities and flexibility. Any Loxone or third-party lighting fixtures can be integrated, addressed individually and even work in unison without delay.</span></span></div>
</div>
<div style="text-align: left;" class="mycode_align"><span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font">Shading control<br />
<a href="https://www.loxone.com/enus/products/shading-control/" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="color: #e73246;" class="mycode_color"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><img src="https://www.loxone.com/enus/wp-content/uploads/sites/13/2019/09/IC_shading.png" loading="lazy"  alt="[Image: IC_shading.png]" class="mycode_img" /></span></span></span></span></a><br />
</span></span></span></div>
<div style="text-align: center;" class="mycode_align"><div style="text-align: left;" class="mycode_align"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font">Whether it’s blinds, awnings or anything in between – reliably control shading with Loxone. This is especially important in helping your home regulate its temperature. No matter the season, motorized blinds will control the amount of sunlight that comes through your windows.</span></span></div>
</div>
<div style="text-align: left;" class="mycode_align"><span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font">Room climate<br />
<a href="https://www.loxone.com/enus/products/room-climate/" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="color: #e73246;" class="mycode_color"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><img src="https://www.loxone.com/enus/wp-content/uploads/sites/13/2019/09/IC_temperature.png" loading="lazy"  alt="[Image: IC_temperature.png]" class="mycode_img" /></span></span></span></span></a></span></span></span></div>
<div style="text-align: center;" class="mycode_align"><div style="text-align: left;" class="mycode_align"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font">Individually control the temperature of each room with intelligent interaction between shading, solar panels, sensors and more. Keep rooms at their comfortable levels of temperature, humidity and air quality without even needing a smart thermostat.</span></span></div>
</div>
<br />
<div style="text-align: center;" class="mycode_align"><div style="text-align: left;" class="mycode_align"><span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font">Multi-room audio<br />
<a href="https://www.loxone.com/enus/products/multi-room-audio/" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="color: #e73246;" class="mycode_color"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><img src="https://www.loxone.com/enus/wp-content/uploads/sites/13/2019/09/IC_music-note.png" loading="lazy"  alt="[Image: IC_music-note.png]" class="mycode_img" /></span></span></span></span><br />
</a></span></span></span></div>
<div style="text-align: left;" class="mycode_align"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font">Play music in every room without any voice command. Wake up to an upbeat playlist. Cook breakfast while listening to your podcast. Unwind with Movie mode in your home theater. Choice is yours with any smart speakers or sound system.</span></span></div>
</div>
<div style="text-align: center;" class="mycode_align"><div style="text-align: left;" class="mycode_align"><span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font">Energy management<br />
<a href="https://www.loxone.com/enus/products/energy/" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="color: #e73246;" class="mycode_color"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><img src="https://www.loxone.com/enus/wp-content/uploads/sites/13/2019/09/IC_flash.png" loading="lazy"  alt="[Image: IC_flash.png]" class="mycode_img" /></span></span></span></span></a><br />
</span></span></span><span style="color: #000000;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font">In a Loxone Smart Home, every function works together with energy efficiency in mind. The bonus? You save on energy costs without any extra effort because your smart home figures it out for you.</span></span></span></div>
</div>
<div style="text-align: center;" class="mycode_align"><div style="text-align: left;" class="mycode_align"><span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font">Security<br />
<a href="https://www.loxone.com/enus/products/security/" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="color: #e73246;" class="mycode_color"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><img src="https://www.loxone.com/enus/wp-content/uploads/sites/13/2019/09/alarm-rotating-light.png" loading="lazy"  alt="[Image: alarm-rotating-light.png]" class="mycode_img" /></span></span></span></span></a></span></span></span></div>
<div style="text-align: left;" class="mycode_align"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font">Security in a Loxone Smart Home covers it all: burglary protection, data privacy. It even protects against potential dangers like fire or water leaks. Video doorbell intercom, NFC products, alarms and more for a comprehensive home security system.</span></span></div>
</div>
<div style="text-align: left;" class="mycode_align"><span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font">Access control</span></span></span></div>
<div style="text-align: center;" class="mycode_align"><div style="text-align: left;" class="mycode_align"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><a href="https://www.loxone.com/enus/products/access-control/" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="color: #e73246;" class="mycode_color"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><img src="https://www.loxone.com/enus/wp-content/uploads/sites/13/2019/09/IC_lock.png" loading="lazy"  alt="[Image: IC_lock.png]" class="mycode_img" /></span></span></span></span><br />
</a><br />
Customize your access control entirely to your needs. With our Video Intercom, NFC Code Touch and Key Fobs, access control is completely up to you. Individual options like one-time codes, time-limited codes and more.<br />
</span></span></div>
</div>
<div style="text-align: center;" class="mycode_align"><div style="text-align: left;" class="mycode_align"><span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font">Sauna control<br />
<a href="https://www.loxone.com/enus/blog/smart-sauna/" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="color: #e73246;" class="mycode_color"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><img src="https://www.loxone.com/enus/wp-content/uploads/sites/13/2019/09/IC_sauna.png" loading="lazy"  alt="[Image: IC_sauna.png]" class="mycode_img" /></span></span></span></span></a><br />
</span></span></span><span style="color: #000000;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font">Automate your sauna heater for temperature control that adjusts for you. Remote control and personalization for temperature, lighting, music in the app. View more </span></span></span><span style="color: #000000;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font">wellness &amp; outdoor living applications:</span></span></span></div>
</div>
<div style="text-align: center;" class="mycode_align"><div style="text-align: left;" class="mycode_align"><span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font">Pool care</span></span></span></div>
<div style="text-align: left;" class="mycode_align"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><a href="https://www.loxone.com/enus/products/outdoor-living/" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="color: #e73246;" class="mycode_color"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><img src="https://www.loxone.com/enus/wp-content/uploads/sites/13/2019/09/IC_pool_80x80.png" loading="lazy"  alt="[Image: IC_pool_80x80.png]" class="mycode_img" /></span></span></span></span></a><br />
Pool care with Loxone means automatically regulating pH value, purifying and filtering water and more. Pool maintenance has never been easier. View more wellness &amp; outdoor living applications:</span></span></div>
</div>
<br />
<br />
More info : Loxone smart home<br />
<br />
@Smarthome #smarthome #Nhathongminh]]></description>
			<content:encoded><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-size: xx-large;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font"> The complete smart home system</span></span></span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font">What makes the experience of a Loxone Smart Home so special? All of its smart home products work together automatically and flawlessly, without needing wi-fi or cloud dependency. Through this intelligent interaction, according to <a href="https://www.loxone.com/enus/smart-home/standards-recommendations/" target="_blank" rel="noopener" class="mycode_url"><span style="color: #e73246;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u">Loxone Standards &amp; Recommendations</span></span></a>, the home adjusts to your needs. Remotely control and personalize your smart home in the Loxone App on your smartphone or tablet.</span></span></span><br />
<br />
<br />
<div style="text-align: center;" class="mycode_align"><div style="text-align: left;" class="mycode_align"><span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font">Lighting control<br />
<br />
<a href="https://www.loxone.com/enus/products/lighting-control/" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="color: #e73246;" class="mycode_color"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><img src="https://www.loxone.com/enus/wp-content/uploads/sites/13/2019/09/IC_lightbulb.png" loading="lazy"  alt="[Image: IC_lightbulb.png]" class="mycode_img" /></span></span></span></span><br />
</a></span></span></span></div>
<div style="text-align: left;" class="mycode_align"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font">With the most intelligent lighting control, you can create lighting moods for any occasion with endless possibilities and flexibility. Any Loxone or third-party lighting fixtures can be integrated, addressed individually and even work in unison without delay.</span></span></div>
</div>
<div style="text-align: left;" class="mycode_align"><span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font">Shading control<br />
<a href="https://www.loxone.com/enus/products/shading-control/" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="color: #e73246;" class="mycode_color"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><img src="https://www.loxone.com/enus/wp-content/uploads/sites/13/2019/09/IC_shading.png" loading="lazy"  alt="[Image: IC_shading.png]" class="mycode_img" /></span></span></span></span></a><br />
</span></span></span></div>
<div style="text-align: center;" class="mycode_align"><div style="text-align: left;" class="mycode_align"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font">Whether it’s blinds, awnings or anything in between – reliably control shading with Loxone. This is especially important in helping your home regulate its temperature. No matter the season, motorized blinds will control the amount of sunlight that comes through your windows.</span></span></div>
</div>
<div style="text-align: left;" class="mycode_align"><span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font">Room climate<br />
<a href="https://www.loxone.com/enus/products/room-climate/" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="color: #e73246;" class="mycode_color"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><img src="https://www.loxone.com/enus/wp-content/uploads/sites/13/2019/09/IC_temperature.png" loading="lazy"  alt="[Image: IC_temperature.png]" class="mycode_img" /></span></span></span></span></a></span></span></span></div>
<div style="text-align: center;" class="mycode_align"><div style="text-align: left;" class="mycode_align"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font">Individually control the temperature of each room with intelligent interaction between shading, solar panels, sensors and more. Keep rooms at their comfortable levels of temperature, humidity and air quality without even needing a smart thermostat.</span></span></div>
</div>
<br />
<div style="text-align: center;" class="mycode_align"><div style="text-align: left;" class="mycode_align"><span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font">Multi-room audio<br />
<a href="https://www.loxone.com/enus/products/multi-room-audio/" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="color: #e73246;" class="mycode_color"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><img src="https://www.loxone.com/enus/wp-content/uploads/sites/13/2019/09/IC_music-note.png" loading="lazy"  alt="[Image: IC_music-note.png]" class="mycode_img" /></span></span></span></span><br />
</a></span></span></span></div>
<div style="text-align: left;" class="mycode_align"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font">Play music in every room without any voice command. Wake up to an upbeat playlist. Cook breakfast while listening to your podcast. Unwind with Movie mode in your home theater. Choice is yours with any smart speakers or sound system.</span></span></div>
</div>
<div style="text-align: center;" class="mycode_align"><div style="text-align: left;" class="mycode_align"><span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font">Energy management<br />
<a href="https://www.loxone.com/enus/products/energy/" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="color: #e73246;" class="mycode_color"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><img src="https://www.loxone.com/enus/wp-content/uploads/sites/13/2019/09/IC_flash.png" loading="lazy"  alt="[Image: IC_flash.png]" class="mycode_img" /></span></span></span></span></a><br />
</span></span></span><span style="color: #000000;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font">In a Loxone Smart Home, every function works together with energy efficiency in mind. The bonus? You save on energy costs without any extra effort because your smart home figures it out for you.</span></span></span></div>
</div>
<div style="text-align: center;" class="mycode_align"><div style="text-align: left;" class="mycode_align"><span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font">Security<br />
<a href="https://www.loxone.com/enus/products/security/" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="color: #e73246;" class="mycode_color"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><img src="https://www.loxone.com/enus/wp-content/uploads/sites/13/2019/09/alarm-rotating-light.png" loading="lazy"  alt="[Image: alarm-rotating-light.png]" class="mycode_img" /></span></span></span></span></a></span></span></span></div>
<div style="text-align: left;" class="mycode_align"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font">Security in a Loxone Smart Home covers it all: burglary protection, data privacy. It even protects against potential dangers like fire or water leaks. Video doorbell intercom, NFC products, alarms and more for a comprehensive home security system.</span></span></div>
</div>
<div style="text-align: left;" class="mycode_align"><span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font">Access control</span></span></span></div>
<div style="text-align: center;" class="mycode_align"><div style="text-align: left;" class="mycode_align"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><a href="https://www.loxone.com/enus/products/access-control/" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="color: #e73246;" class="mycode_color"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><img src="https://www.loxone.com/enus/wp-content/uploads/sites/13/2019/09/IC_lock.png" loading="lazy"  alt="[Image: IC_lock.png]" class="mycode_img" /></span></span></span></span><br />
</a><br />
Customize your access control entirely to your needs. With our Video Intercom, NFC Code Touch and Key Fobs, access control is completely up to you. Individual options like one-time codes, time-limited codes and more.<br />
</span></span></div>
</div>
<div style="text-align: center;" class="mycode_align"><div style="text-align: left;" class="mycode_align"><span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font">Sauna control<br />
<a href="https://www.loxone.com/enus/blog/smart-sauna/" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="color: #e73246;" class="mycode_color"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><img src="https://www.loxone.com/enus/wp-content/uploads/sites/13/2019/09/IC_sauna.png" loading="lazy"  alt="[Image: IC_sauna.png]" class="mycode_img" /></span></span></span></span></a><br />
</span></span></span><span style="color: #000000;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font">Automate your sauna heater for temperature control that adjusts for you. Remote control and personalization for temperature, lighting, music in the app. View more </span></span></span><span style="color: #000000;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font">wellness &amp; outdoor living applications:</span></span></span></div>
</div>
<div style="text-align: center;" class="mycode_align"><div style="text-align: left;" class="mycode_align"><span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: averta-extrabold, Arial, sans-serif;" class="mycode_font">Pool care</span></span></span></div>
<div style="text-align: left;" class="mycode_align"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><a href="https://www.loxone.com/enus/products/outdoor-living/" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><span style="color: #e73246;" class="mycode_color"><span style="font-family: averta-regular, Arial, sans-serif;" class="mycode_font"><img src="https://www.loxone.com/enus/wp-content/uploads/sites/13/2019/09/IC_pool_80x80.png" loading="lazy"  alt="[Image: IC_pool_80x80.png]" class="mycode_img" /></span></span></span></span></a><br />
Pool care with Loxone means automatically regulating pH value, purifying and filtering water and more. Pool maintenance has never been easier. View more wellness &amp; outdoor living applications:</span></span></div>
</div>
<br />
<br />
More info : Loxone smart home<br />
<br />
@Smarthome #smarthome #Nhathongminh]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Lutron Diva Dimmer & Switch]]></title>
			<link>https://a-zgsm.com/tipsntricks/thread-3525.html</link>
			<pubDate>Wed, 07 Oct 2020 16:42:58 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://a-zgsm.com/tipsntricks/member.php?action=profile&uid=3">nnm</a>]]></dc:creator>
			<guid isPermaLink="false">https://a-zgsm.com/tipsntricks/thread-3525.html</guid>
			<description><![CDATA[<span style="color: #555555;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: HelveticaNeue-Regular, Helvetica, Arial, sans-serif;" class="mycode_font">A simple and elegant solution designed to match your existing designer style switches and accessories. Easily turn the lights on and off with the paddle switch. While the lights are on, use the sleek slide control to adjust lights to your perfect level. The paddle switch returns the lights to your favorite level.</span></span></span><br />
<br />
<div style="text-align: center;" class="mycode_align"><img src="https://www.alconlighting.com/pub/media/catalog/product/cache/95a6d0f365e77ffc04beb270ec392694/d/v/dvtv.jpg" loading="lazy"  alt="[Image: dvtv.jpg]" class="mycode_img" /></div>
<br />
<span style="color: #555555;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: HelveticaNeue-Regular, Helvetica, Arial, sans-serif;" class="mycode_font"><span style="color: #555555;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: HelveticaNeue-Regular, Helvetica, Arial, sans-serif;" class="mycode_font">Features &amp; Specifications</span></span></span></span></span></span><ul class="mycode_list"><li><span style="font-size: small;" class="mycode_size">Matches existing designer-style switches</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Features a large paddle switch and a small slider</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Built-in soft glow locator light available on select models</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Available in 3-way models when the lights are controlled from more than one location</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Now available - 0-10VDC dimmer with 3-way functionality for 3<span style="font-size: xx-small;" class="mycode_size">rd</span> party 0-10V fluorescent ballasts and LED drivers, no seperate power pack required</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Matching <a href="https://www.lutron.com/en-US/residential-commercial-solutions/Pages/residential-solutions/colorstylefabrics/color.aspx" target="_blank" rel="noopener" class="mycode_url"><span style="color: #a73a04;" class="mycode_color">Claro gloss</span></a> or <a href="https://www.lutron.com/en-US/residential-commercial-solutions/Pages/residential-solutions/colorstylefabrics/color.aspx" target="_blank" rel="noopener" class="mycode_url"><span style="color: #a73a04;" class="mycode_color">Satin Colors</span></a> <a href="https://www.lutron.com/en-US/products/Pages/standalonecontrols/wallplates-accessories/designer.aspx" target="_blank" rel="noopener" class="mycode_url"><span style="color: #a73a04;" class="mycode_color">wallplates</span></a> available for 1-gang up to 6-gang sizes</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Model available with eco-dim feature (dimmer guarantees you at least 15% energy savings compared to a standard switch)</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">LED+ models for dimmable CFL and LED bulbs are available; these models have <a href="https://www.lutron.com/en-US/education-training/Pages/lce/dimmingcflsandleds.aspx#hed" target="_blank" rel="noopener" class="mycode_url"><span style="color: #a73a04;" class="mycode_color">HED Technology</span></a>, which improves dimming performance of these bulbs</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Power failure memory</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Standard RFI suppression</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Underwriters Laboratories and Canadian Standards Association listed</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Lutron controls are rated at 120 VAC, 60 Hz unless otherwise noted</span><br />
</li>
</ul>
<span style="color: #555555;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: HelveticaNeue-Regular, Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Model Number : </span><a href="https://www.lutron.com/en-US/Products/Pages/StandAloneControls/Dimmers-Switches/DivaDimmerSwitch/ModelNumbers.aspx#SectionHead1" target="_blank" rel="noopener" class="mycode_url">Here</a></span></span></span><br />
<br />
<span style="color: #555555;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><a href="https://fymc.com.vn" target="_blank" rel="noopener" class="mycode_url">#lutron</a> , <span style="color: #555555;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font"><a href="https://fymc.com.vn" target="_blank" rel="noopener" class="mycode_url">#lutronsmarthome</a>, <a href="https://a-zgsm.com/mobile/forum-19.html" target="_blank" rel="noopener" class="mycode_url">#homeautomation </a></span></span></span></span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #555555;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: HelveticaNeue-Regular, Helvetica, Arial, sans-serif;" class="mycode_font">A simple and elegant solution designed to match your existing designer style switches and accessories. Easily turn the lights on and off with the paddle switch. While the lights are on, use the sleek slide control to adjust lights to your perfect level. The paddle switch returns the lights to your favorite level.</span></span></span><br />
<br />
<div style="text-align: center;" class="mycode_align"><img src="https://www.alconlighting.com/pub/media/catalog/product/cache/95a6d0f365e77ffc04beb270ec392694/d/v/dvtv.jpg" loading="lazy"  alt="[Image: dvtv.jpg]" class="mycode_img" /></div>
<br />
<span style="color: #555555;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: HelveticaNeue-Regular, Helvetica, Arial, sans-serif;" class="mycode_font"><span style="color: #555555;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: HelveticaNeue-Regular, Helvetica, Arial, sans-serif;" class="mycode_font">Features &amp; Specifications</span></span></span></span></span></span><ul class="mycode_list"><li><span style="font-size: small;" class="mycode_size">Matches existing designer-style switches</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Features a large paddle switch and a small slider</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Built-in soft glow locator light available on select models</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Available in 3-way models when the lights are controlled from more than one location</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Now available - 0-10VDC dimmer with 3-way functionality for 3<span style="font-size: xx-small;" class="mycode_size">rd</span> party 0-10V fluorescent ballasts and LED drivers, no seperate power pack required</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Matching <a href="https://www.lutron.com/en-US/residential-commercial-solutions/Pages/residential-solutions/colorstylefabrics/color.aspx" target="_blank" rel="noopener" class="mycode_url"><span style="color: #a73a04;" class="mycode_color">Claro gloss</span></a> or <a href="https://www.lutron.com/en-US/residential-commercial-solutions/Pages/residential-solutions/colorstylefabrics/color.aspx" target="_blank" rel="noopener" class="mycode_url"><span style="color: #a73a04;" class="mycode_color">Satin Colors</span></a> <a href="https://www.lutron.com/en-US/products/Pages/standalonecontrols/wallplates-accessories/designer.aspx" target="_blank" rel="noopener" class="mycode_url"><span style="color: #a73a04;" class="mycode_color">wallplates</span></a> available for 1-gang up to 6-gang sizes</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Model available with eco-dim feature (dimmer guarantees you at least 15% energy savings compared to a standard switch)</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">LED+ models for dimmable CFL and LED bulbs are available; these models have <a href="https://www.lutron.com/en-US/education-training/Pages/lce/dimmingcflsandleds.aspx#hed" target="_blank" rel="noopener" class="mycode_url"><span style="color: #a73a04;" class="mycode_color">HED Technology</span></a>, which improves dimming performance of these bulbs</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Power failure memory</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Standard RFI suppression</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Underwriters Laboratories and Canadian Standards Association listed</span><br />
<br />
</li>
<li><span style="font-size: small;" class="mycode_size">Lutron controls are rated at 120 VAC, 60 Hz unless otherwise noted</span><br />
</li>
</ul>
<span style="color: #555555;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: HelveticaNeue-Regular, Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Model Number : </span><a href="https://www.lutron.com/en-US/Products/Pages/StandAloneControls/Dimmers-Switches/DivaDimmerSwitch/ModelNumbers.aspx#SectionHead1" target="_blank" rel="noopener" class="mycode_url">Here</a></span></span></span><br />
<br />
<span style="color: #555555;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><a href="https://fymc.com.vn" target="_blank" rel="noopener" class="mycode_url">#lutron</a> , <span style="color: #555555;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font"><a href="https://fymc.com.vn" target="_blank" rel="noopener" class="mycode_url">#lutronsmarthome</a>, <a href="https://a-zgsm.com/mobile/forum-19.html" target="_blank" rel="noopener" class="mycode_url">#homeautomation </a></span></span></span></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Lutron Smarthome - Single Room]]></title>
			<link>https://a-zgsm.com/tipsntricks/thread-3510.html</link>
			<pubDate>Thu, 24 Sep 2020 11:44:00 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://a-zgsm.com/tipsntricks/member.php?action=profile&uid=3">nnm</a>]]></dc:creator>
			<guid isPermaLink="false">https://a-zgsm.com/tipsntricks/thread-3510.html</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">Single Room</span></div>
<a href="https://a-zgsm.com/mobile/forum-19.html" target="_blank" rel="noopener" class="mycode_url">Lutron </a>gives you the freedom to personalize the light in any space. Our single room solutions allow you to effortlessly adjust your lighting for different tasks – and our switches, wallplates, phone, and cable jacks come in a variety of colors to match your décor.<br />
<br />
<br />
<a href="https://www.lutron.com/technicaldocumentlibrary/3672324a_pleasance-lutron%20product%20bro%20final_sg.pdf" target="_blank" rel="noopener" class="mycode_url">View Essence of Pleasance Brochure</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Save Energy</span><br />
Create inviting, comfortable living spaces while reducing energy costs with Lutron dimmers, timers, and sensors.<br />
With a dimmer, you save energy every time you use your lights. Automatically turn off lights or bathroom exhaust fans with a countdown timer. Ensure lights in unoccupied rooms are never left on with an occupancy or vacancy sensor.<br />
Recommended Solutions<br />
<a href="https://www.lutron.com/cldimmers" target="_blank" rel="noopener" class="mycode_url">C•L dimmers</a><br />
<a href="https://www.lutron.com/en-US/products/Pages/sensors/occupancy-vacancy/wirelessradiopowrsavr/overview.aspx" target="_blank" rel="noopener" class="mycode_url">Radio Powr Savr - Occupancy/Vacancy Sensor</a><br />
<a href="https://www.lutron.com/en-US/products/Pages/standalonecontrols/timers/maestrotimer/overview.aspx" target="_blank" rel="noopener" class="mycode_url">Maestro timer</a><br />
<br />
<img src="https://www.lutron.com/en-us/residential-commercial-solutions/PublishingImages/residential-solutions/212_EnergySavings.jpg" loading="lazy"  alt="[Image: 212_EnergySavings.jpg]" class="mycode_img" /><br />
<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Elegance &amp; Ambiance</span><br />
Lutron controls are designed to look and work beautifully. Light affects the way you feel and the way things look around you. Dimming helps you to create moods and transform rooms, set the perfect atmosphere for entertaining or turn your bath into a soothing spa retreat. You can even match your décor with controls in a stylish color and finish.<br />
Recommended Solutions<br />
<a href="https://www.lutron.com/en-US/products/Pages/standalonecontrols/dimmers-switches/divadimmerswitch/overview.aspx" target="_blank" rel="noopener" class="mycode_url">Diva</a><br />
<a href="https://www.lutron.com/en-US/residential-commercial-solutions/Pages/residential-solutions/colorstylefabrics/color.aspx" target="_blank" rel="noopener" class="mycode_url">Satin Colors</a><br />
<a href="https://www.lutron.com/serena" target="_blank" rel="noopener" class="mycode_url">Serena Shades</a><br />
<br />
<img src="https://www.lutron.com/en-us/residential-commercial-solutions/PublishingImages/residential-solutions/212_EleganceAmiance.jpg" loading="lazy"  alt="[Image: 212_EleganceAmiance.jpg]" class="mycode_img" /><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><br />
Convenience</span><br />
Take your lights to a new level – control them from anywhere in a room or even outside your home.<br />
<br />
Control of your lights isn’t limited to a spot on the wall. Adjust lights or ceiling fan from your bedside, turn lights on or off from your car or use an occupancy sensor so lights will turn off automatically.<br />
Recommended Solutions<br />
<a href="https://www.lutron.com/en-US/Products/Pages/SingleRoomControls/CasetaWireless/Overview.aspx" target="_blank" rel="noopener" class="mycode_url">Caséta Wireless</a><br />
<a href="https://www.lutron.com/en-US/products/Pages/sensors/occupancy-vacancy/wirelessradiopowrsavr/overview.aspx" target="_blank" rel="noopener" class="mycode_url">Radio Powr Savr - Occupancy/Vacancy Sensor</a><br />
<br />
<img src="https://www.lutron.com/en-us/residential-commercial-solutions/PublishingImages/residential-solutions/212_convenience.jpg" loading="lazy"  alt="[Image: 212_convenience.jpg]" class="mycode_img" /><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><br />
Remote Control</span><br />
Add drama and excitement to your home with wireless control at the touch of a button.<br />
<br />
Create an affordable wow-factor for your home – dim the lights and start a movie, all without leaving your seat. Turn lights on or off from outside your home, whether you’re in your car or out for a walk. Adjust lights and ceiling fans with an IR remote.<br />
Recommended Solutions<br />
<a href="https://www.lutron.com/en-US/Products/Pages/SingleRoomControls/CasetaWireless/Overview.aspx" target="_blank" rel="noopener" class="mycode_url">Caséta Wireless</a><br />
<a href="https://www.lutron.com/en-US/products/Pages/standalonecontrols/fancontrols/maestro/overview.aspx" target="_blank" rel="noopener" class="mycode_url">Maestro IR fan/light control</a><br />
<br />
<img src="https://www.lutron.com/en-us/residential-commercial-solutions/PublishingImages/residential-solutions/212_remoteControl.jpg" loading="lazy"  alt="[Image: 212_remoteControl.jpg]" class="mycode_img" /><br />
<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Control Daylight</span><br />
Control of the light in your home is about more than electric lights – it also involves the ability to fine-tune how much sunlight enters a room.<br />
<br />
Silently adjust shades or draperies to create privacy or protect valuable furnishings. Reduce glare on your computer and television from windows or a skylight. Add elegance with a variety of window treatment styles – more in shading solutions.<br />
Recommended Solutions<br />
<a href="https://www.lutron.com/en-US/products/Pages/shadingsystems/sivoiaqs/overview.aspx" target="_blank" rel="noopener" class="mycode_url">Sivoia QS Window Treatments</a><br />
<a href="https://www.lutron.com/en-US/products/Pages/shadingsystems/sivoiaqswireless/overview.aspx" target="_blank" rel="noopener" class="mycode_url">Sivoia QS Wireless Window Treatments</a><br />
<a href="https://www.lutron.com/serena" target="_blank" rel="noopener" class="mycode_url">Serena Shades</a><br />
<br />
<img src="https://www.lutron.com/en-us/residential-commercial-solutions/PublishingImages/residential-solutions/212_HmOff_Cell_Preset.jpg" loading="lazy"  alt="[Image: 212_HmOff_Cell_Preset.jpg]" class="mycode_img" /><br />
<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Personalized Light Control</span><br />
Make lighting about your home and your lifestyle by personalizing how you utilize the light in a room.<br />
<br />
Create lighting "scenes" by controlling multiple lights in a room, such as a kitchen. Adjust overhead, under cabinet, and sink lights with the touch of a button for food preparation, dining or clean up. In your bedroom, turn on a reading light and close the drapes from your bedside or transform a family room into a home theater experience.<br />
Recommended Solutions<br />
<a href="https://www.lutron.com/en-US/Products/Pages/SingleRoomControls/CasetaWireless/Overview.aspx" target="_blank" rel="noopener" class="mycode_url">Caséta Wireless</a><br />
<a href="https://www.lutron.com/en-US/products/Pages/components/picowirelesscontroller/overview.aspx" target="_blank" rel="noopener" class="mycode_url">Pico Wireless Control</a><br />
<a href="https://www.lutron.com/en-US/products/Pages/singleroomcontrols/grafikeyeqs/overview.aspx" target="_blank" rel="noopener" class="mycode_url">GRAFIK Eye QS</a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">Single Room</span></div>
<a href="https://a-zgsm.com/mobile/forum-19.html" target="_blank" rel="noopener" class="mycode_url">Lutron </a>gives you the freedom to personalize the light in any space. Our single room solutions allow you to effortlessly adjust your lighting for different tasks – and our switches, wallplates, phone, and cable jacks come in a variety of colors to match your décor.<br />
<br />
<br />
<a href="https://www.lutron.com/technicaldocumentlibrary/3672324a_pleasance-lutron%20product%20bro%20final_sg.pdf" target="_blank" rel="noopener" class="mycode_url">View Essence of Pleasance Brochure</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Save Energy</span><br />
Create inviting, comfortable living spaces while reducing energy costs with Lutron dimmers, timers, and sensors.<br />
With a dimmer, you save energy every time you use your lights. Automatically turn off lights or bathroom exhaust fans with a countdown timer. Ensure lights in unoccupied rooms are never left on with an occupancy or vacancy sensor.<br />
Recommended Solutions<br />
<a href="https://www.lutron.com/cldimmers" target="_blank" rel="noopener" class="mycode_url">C•L dimmers</a><br />
<a href="https://www.lutron.com/en-US/products/Pages/sensors/occupancy-vacancy/wirelessradiopowrsavr/overview.aspx" target="_blank" rel="noopener" class="mycode_url">Radio Powr Savr - Occupancy/Vacancy Sensor</a><br />
<a href="https://www.lutron.com/en-US/products/Pages/standalonecontrols/timers/maestrotimer/overview.aspx" target="_blank" rel="noopener" class="mycode_url">Maestro timer</a><br />
<br />
<img src="https://www.lutron.com/en-us/residential-commercial-solutions/PublishingImages/residential-solutions/212_EnergySavings.jpg" loading="lazy"  alt="[Image: 212_EnergySavings.jpg]" class="mycode_img" /><br />
<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Elegance &amp; Ambiance</span><br />
Lutron controls are designed to look and work beautifully. Light affects the way you feel and the way things look around you. Dimming helps you to create moods and transform rooms, set the perfect atmosphere for entertaining or turn your bath into a soothing spa retreat. You can even match your décor with controls in a stylish color and finish.<br />
Recommended Solutions<br />
<a href="https://www.lutron.com/en-US/products/Pages/standalonecontrols/dimmers-switches/divadimmerswitch/overview.aspx" target="_blank" rel="noopener" class="mycode_url">Diva</a><br />
<a href="https://www.lutron.com/en-US/residential-commercial-solutions/Pages/residential-solutions/colorstylefabrics/color.aspx" target="_blank" rel="noopener" class="mycode_url">Satin Colors</a><br />
<a href="https://www.lutron.com/serena" target="_blank" rel="noopener" class="mycode_url">Serena Shades</a><br />
<br />
<img src="https://www.lutron.com/en-us/residential-commercial-solutions/PublishingImages/residential-solutions/212_EleganceAmiance.jpg" loading="lazy"  alt="[Image: 212_EleganceAmiance.jpg]" class="mycode_img" /><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><br />
Convenience</span><br />
Take your lights to a new level – control them from anywhere in a room or even outside your home.<br />
<br />
Control of your lights isn’t limited to a spot on the wall. Adjust lights or ceiling fan from your bedside, turn lights on or off from your car or use an occupancy sensor so lights will turn off automatically.<br />
Recommended Solutions<br />
<a href="https://www.lutron.com/en-US/Products/Pages/SingleRoomControls/CasetaWireless/Overview.aspx" target="_blank" rel="noopener" class="mycode_url">Caséta Wireless</a><br />
<a href="https://www.lutron.com/en-US/products/Pages/sensors/occupancy-vacancy/wirelessradiopowrsavr/overview.aspx" target="_blank" rel="noopener" class="mycode_url">Radio Powr Savr - Occupancy/Vacancy Sensor</a><br />
<br />
<img src="https://www.lutron.com/en-us/residential-commercial-solutions/PublishingImages/residential-solutions/212_convenience.jpg" loading="lazy"  alt="[Image: 212_convenience.jpg]" class="mycode_img" /><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><br />
Remote Control</span><br />
Add drama and excitement to your home with wireless control at the touch of a button.<br />
<br />
Create an affordable wow-factor for your home – dim the lights and start a movie, all without leaving your seat. Turn lights on or off from outside your home, whether you’re in your car or out for a walk. Adjust lights and ceiling fans with an IR remote.<br />
Recommended Solutions<br />
<a href="https://www.lutron.com/en-US/Products/Pages/SingleRoomControls/CasetaWireless/Overview.aspx" target="_blank" rel="noopener" class="mycode_url">Caséta Wireless</a><br />
<a href="https://www.lutron.com/en-US/products/Pages/standalonecontrols/fancontrols/maestro/overview.aspx" target="_blank" rel="noopener" class="mycode_url">Maestro IR fan/light control</a><br />
<br />
<img src="https://www.lutron.com/en-us/residential-commercial-solutions/PublishingImages/residential-solutions/212_remoteControl.jpg" loading="lazy"  alt="[Image: 212_remoteControl.jpg]" class="mycode_img" /><br />
<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Control Daylight</span><br />
Control of the light in your home is about more than electric lights – it also involves the ability to fine-tune how much sunlight enters a room.<br />
<br />
Silently adjust shades or draperies to create privacy or protect valuable furnishings. Reduce glare on your computer and television from windows or a skylight. Add elegance with a variety of window treatment styles – more in shading solutions.<br />
Recommended Solutions<br />
<a href="https://www.lutron.com/en-US/products/Pages/shadingsystems/sivoiaqs/overview.aspx" target="_blank" rel="noopener" class="mycode_url">Sivoia QS Window Treatments</a><br />
<a href="https://www.lutron.com/en-US/products/Pages/shadingsystems/sivoiaqswireless/overview.aspx" target="_blank" rel="noopener" class="mycode_url">Sivoia QS Wireless Window Treatments</a><br />
<a href="https://www.lutron.com/serena" target="_blank" rel="noopener" class="mycode_url">Serena Shades</a><br />
<br />
<img src="https://www.lutron.com/en-us/residential-commercial-solutions/PublishingImages/residential-solutions/212_HmOff_Cell_Preset.jpg" loading="lazy"  alt="[Image: 212_HmOff_Cell_Preset.jpg]" class="mycode_img" /><br />
<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Personalized Light Control</span><br />
Make lighting about your home and your lifestyle by personalizing how you utilize the light in a room.<br />
<br />
Create lighting "scenes" by controlling multiple lights in a room, such as a kitchen. Adjust overhead, under cabinet, and sink lights with the touch of a button for food preparation, dining or clean up. In your bedroom, turn on a reading light and close the drapes from your bedside or transform a family room into a home theater experience.<br />
Recommended Solutions<br />
<a href="https://www.lutron.com/en-US/Products/Pages/SingleRoomControls/CasetaWireless/Overview.aspx" target="_blank" rel="noopener" class="mycode_url">Caséta Wireless</a><br />
<a href="https://www.lutron.com/en-US/products/Pages/components/picowirelesscontroller/overview.aspx" target="_blank" rel="noopener" class="mycode_url">Pico Wireless Control</a><br />
<a href="https://www.lutron.com/en-US/products/Pages/singleroomcontrols/grafikeyeqs/overview.aspx" target="_blank" rel="noopener" class="mycode_url">GRAFIK Eye QS</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to reset factory default tsw1060]]></title>
			<link>https://a-zgsm.com/tipsntricks/thread-3307.html</link>
			<pubDate>Sat, 11 Apr 2020 03:09:32 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://a-zgsm.com/tipsntricks/member.php?action=profile&uid=3">nnm</a>]]></dc:creator>
			<guid isPermaLink="false">https://a-zgsm.com/tipsntricks/thread-3307.html</guid>
			<description><![CDATA[<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/-j7tgFvz9eA" frameborder="0" allowfullscreen="true"></iframe>]]></description>
			<content:encoded><![CDATA[<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/-j7tgFvz9eA" frameborder="0" allowfullscreen="true"></iframe>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Touch Screen Designer]]></title>
			<link>https://a-zgsm.com/tipsntricks/thread-3305.html</link>
			<pubDate>Sat, 11 Apr 2020 03:06:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://a-zgsm.com/tipsntricks/member.php?action=profile&uid=3">nnm</a>]]></dc:creator>
			<guid isPermaLink="false">https://a-zgsm.com/tipsntricks/thread-3305.html</guid>
			<description><![CDATA[<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/7ofXtY7921Q" frameborder="0" allowfullscreen="true"></iframe><br />
<br />
Design touch screen using crestron studio<br />
Source : Crestron.com]]></description>
			<content:encoded><![CDATA[<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/7ofXtY7921Q" frameborder="0" allowfullscreen="true"></iframe><br />
<br />
Design touch screen using crestron studio<br />
Source : Crestron.com]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Listening to Music in your Crestron Home]]></title>
			<link>https://a-zgsm.com/tipsntricks/thread-3238.html</link>
			<pubDate>Tue, 04 Feb 2020 13:39:29 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://a-zgsm.com/tipsntricks/member.php?action=profile&uid=3">nnm</a>]]></dc:creator>
			<guid isPermaLink="false">https://a-zgsm.com/tipsntricks/thread-3238.html</guid>
			<description><![CDATA[<span style="color: #0d0d0d;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Roboto, Arial, sans-serif;" class="mycode_font">Crestron Home makes it simple to enjoy music in any room of your home.<br />
In this video you will learn how to:<br />
- Select a room<br />
- Select a music source<br />
- Play, pause, and track forward and back</span></span></span><br />
<br />
<br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/7TkYrxDUFjM" frameborder="0" allowfullscreen="true"></iframe><br />
<br />
Video from <a href="https://www.youtube.com/channel/UCFbR_2wt1M6ipg2inaaC_Lw" target="_blank" rel="noopener" class="mycode_url">Crestron's Youtube Channel</a>]]></description>
			<content:encoded><![CDATA[<span style="color: #0d0d0d;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Roboto, Arial, sans-serif;" class="mycode_font">Crestron Home makes it simple to enjoy music in any room of your home.<br />
In this video you will learn how to:<br />
- Select a room<br />
- Select a music source<br />
- Play, pause, and track forward and back</span></span></span><br />
<br />
<br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/7TkYrxDUFjM" frameborder="0" allowfullscreen="true"></iframe><br />
<br />
Video from <a href="https://www.youtube.com/channel/UCFbR_2wt1M6ipg2inaaC_Lw" target="_blank" rel="noopener" class="mycode_url">Crestron's Youtube Channel</a>]]></content:encoded>
		</item>
	</channel>
</rss>