<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[temperature sensors]]></title><description><![CDATA[<p dir="auto">HI<br />
which is the chepest way to manage temperature sensors with MM ? I mean, I’m searching cheap hardware sensors to retrieve temperature in one or more rooms<br />
thanks</p>
]]></description><link>https://forum.magicmirror.builders/topic/11576/temperature-sensors</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 11:21:04 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11576.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 Nov 2019 21:50:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to temperature sensors on Sun, 21 Jun 2020 21:51:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/titoof" aria-label="Profile: titoof">@<bdi>titoof</bdi></a> Not quite understanding your wording, there.</p>
<p dir="auto">Once you follow the instructions in the readme - exactly - and reboot your system, it will work.</p>
<pre><code>{
			module: "MMM-DHT-Sensor",
			position: "bottom_right",
			header: "Room Temp",
			config: {
				sensorPin: 26, // Use the GPIO number. GPIO 26/Pin 37. 
				sensorType: 22, // DHT 22 (DHT 11 change to 11)
				updateInterval: 60 * 60 * 1000,
				initialLoadDelay: 0,
				animationSpeed: 1000,
				units: "imperial",
				relativeScale: 35,
				debug: false
			},
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/77392</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77392</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Sun, 21 Jun 2020 21:51:42 GMT</pubDate></item><item><title><![CDATA[Reply to temperature sensors on Sun, 21 Jun 2020 20:06:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a> Hello,</p>
<p dir="auto">I’m desperately trying to download the module: <a href="https://github.com/ryck/MMM-DHT-Sensor" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/ryck/MMM-DHT-Sensor</a></p>
<p dir="auto">This one seems to be the most “DAY”. I have a DHT 11 to install but this one refuses to soul to make data returns. Thank you for your help.</p>
]]></description><link>https://forum.magicmirror.builders/post/77385</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77385</guid><dc:creator><![CDATA[titoof]]></dc:creator><pubDate>Sun, 21 Jun 2020 20:06:22 GMT</pubDate></item><item><title><![CDATA[Reply to temperature sensors on Wed, 25 Mar 2020 20:35:54 GMT]]></title><description><![CDATA[<p dir="auto">ESP32 with DS18B20. ESP32 can run micropython so code is easy. ESP32 is cheap and so is the DS18B20. Simple compact and is WIFI.</p>
]]></description><link>https://forum.magicmirror.builders/post/71143</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71143</guid><dc:creator><![CDATA[stampeder]]></dc:creator><pubDate>Wed, 25 Mar 2020 20:35:54 GMT</pubDate></item><item><title><![CDATA[Reply to temperature sensors on Fri, 03 Jan 2020 10:57:10 GMT]]></title><description><![CDATA[<p dir="auto">I’m playing with a DHT 11 sensor I got out of a kit and <a href="https://github.com/ryck/MMM-DHT-Sensor" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/ryck/MMM-DHT-Sensor</a>. cheapest ever - free on the sensor + software.</p>
]]></description><link>https://forum.magicmirror.builders/post/67078</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/67078</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Fri, 03 Jan 2020 10:57:10 GMT</pubDate></item><item><title><![CDATA[Reply to temperature sensors on Fri, 03 Jan 2020 10:24:37 GMT]]></title><description><![CDATA[<p dir="auto">I have a SmartThings hub and Alexa and I’m looking for a cheap, reliable way to measure temperature across the house. What I’ve tried:</p>
<p dir="auto">Xiaomi Aqara temperature sensors, which are super cheap but are reliable if and only if they’re close to the hub - they quickly lose connection and won’t reconnect if they’re distant (repeaters make it worse).</p>
<p dir="auto">Centralite temperature/humidity sensor seems to work reasonably well, but needs CR2 batteries and goes through them quite quickly. Looks like they’ve stopped making them anyway <a href="https://www.lustysexstories.xyz/" target="_blank" rel="noopener noreferrer nofollow ugc">kamukta</a></p>
<p dir="auto">Samsung Multisensor, but it seems wasteful to have 6 measurements and only look at one of them</p>
<p dir="auto">Boesch motion sensor, ditto</p>
<p dir="auto">VIsonic door sensor, ditto, also only reports temperature a couple times a day</p>
<p dir="auto">Are there temperature (or temperature/humidity) sensors for Zigbee or Z-wave that cost $15 or less that I can actually expect to work for more than a week at a time?</p>
]]></description><link>https://forum.magicmirror.builders/post/67075</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/67075</guid><dc:creator><![CDATA[namanjohnson101]]></dc:creator><pubDate>Fri, 03 Jan 2020 10:24:37 GMT</pubDate></item><item><title><![CDATA[Reply to temperature sensors on Tue, 24 Dec 2019 14:34:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ardenking" aria-label="Profile: ardenking">@<bdi>ardenking</bdi></a> said in <a href="/post/66441">temperature sensors</a>:</p>
<blockquote>
<p dir="auto">esp8266 and mysensors</p>
</blockquote>
<p dir="auto">no i haven’t find yet<br />
I’ m trying with openhab and home assistant to read shelly h&amp;t but I don’t understand how to setup<br />
dht22 are connected to the PI ? do you have one Pi in each room ?<br />
thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/66524</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66524</guid><dc:creator><![CDATA[s.monti.74]]></dc:creator><pubDate>Tue, 24 Dec 2019 14:34:26 GMT</pubDate></item><item><title><![CDATA[Reply to temperature sensors on Mon, 23 Dec 2019 14:58:28 GMT]]></title><description><![CDATA[<p dir="auto">probably found a solution by next now</p>
<p dir="auto">but I use a combination esp8266 and mysensors with dht22</p>
]]></description><link>https://forum.magicmirror.builders/post/66441</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66441</guid><dc:creator><![CDATA[ardenking]]></dc:creator><pubDate>Mon, 23 Dec 2019 14:58:28 GMT</pubDate></item><item><title><![CDATA[Reply to temperature sensors on Fri, 15 Nov 2019 16:53:45 GMT]]></title><description><![CDATA[<p dir="auto">@s-monti-74 <a class="plugin-mentions-user plugin-mentions-a" href="/user/broberg" aria-label="Profile: broberg">@<bdi>broberg</bdi></a>   Sadly, I do not have any magic solution for this</p>
]]></description><link>https://forum.magicmirror.builders/post/64508</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64508</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 15 Nov 2019 16:53:45 GMT</pubDate></item><item><title><![CDATA[Reply to temperature sensors on Fri, 15 Nov 2019 16:12:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/broberg" aria-label="Profile: broberg">@<bdi>broberg</bdi></a> , usually, in this moment, <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> pull the module we need out of the cylinder …</p>
]]></description><link>https://forum.magicmirror.builders/post/64506</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64506</guid><dc:creator><![CDATA[s.monti.74]]></dc:creator><pubDate>Fri, 15 Nov 2019 16:12:59 GMT</pubDate></item><item><title><![CDATA[Reply to temperature sensors on Fri, 15 Nov 2019 15:45:54 GMT]]></title><description><![CDATA[<p dir="auto">@s-monti-74 Don’t think there are any modules written for shelly yet. It’s not impossible but don’t think anyone have done it.</p>
<p dir="auto">Same goes for the esp8266, don’t think there are any modules for temperature for those either.</p>
]]></description><link>https://forum.magicmirror.builders/post/64503</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64503</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Fri, 15 Nov 2019 15:45:54 GMT</pubDate></item><item><title><![CDATA[Reply to temperature sensors on Fri, 15 Nov 2019 15:38:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/broberg" aria-label="Profile: broberg">@<bdi>broberg</bdi></a> Not bad the “Shelly solution” but with which module can I read the values ?</p>
]]></description><link>https://forum.magicmirror.builders/post/64502</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64502</guid><dc:creator><![CDATA[s.monti.74]]></dc:creator><pubDate>Fri, 15 Nov 2019 15:38:01 GMT</pubDate></item><item><title><![CDATA[Reply to temperature sensors on Fri, 15 Nov 2019 15:23:55 GMT]]></title><description><![CDATA[<p dir="auto">@s-monti-74</p>
<p dir="auto">zigbee does need a gateway since it talks on another protocoll than regular wifi (even if it is on the same bandwidth).</p>
<p dir="auto">try building esp8266 nodes with temperature sensors and run espeasy on them. should cost you around 10-15usd each, without power supplies.<br />
otherwise you have ready made Shelly Temp Sensors that runs on wifi, they are a bit pricey though.</p>
<p dir="auto">Shelly :<br />
<a href="https://www.amazon.com/Shelly-Temperature-Hygrometer-Automation-Application/dp/B07L97LBSG" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.amazon.com/Shelly-Temperature-Hygrometer-Automation-Application/dp/B07L97LBSG</a></p>
<p dir="auto">esp temperature build guide :<br />
<a href="https://randomnerdtutorials.com/esp8266-ds18b20-temperature-sensor-web-server-with-arduino-ide/" target="_blank" rel="noopener noreferrer nofollow ugc">https://randomnerdtutorials.com/esp8266-ds18b20-temperature-sensor-web-server-with-arduino-ide/</a></p>
]]></description><link>https://forum.magicmirror.builders/post/64500</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64500</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Fri, 15 Nov 2019 15:23:55 GMT</pubDate></item><item><title><![CDATA[Reply to temperature sensors on Fri, 15 Nov 2019 15:12:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/seychellch" aria-label="Profile: seychellch">@<bdi>seychellch</bdi></a><br />
OK but I would measure the temperature of various rooms, so I was thinking about wifi or zeegbee sensors without using the gateway or a cheap gateway</p>
]]></description><link>https://forum.magicmirror.builders/post/64499</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64499</guid><dc:creator><![CDATA[s.monti.74]]></dc:creator><pubDate>Fri, 15 Nov 2019 15:12:55 GMT</pubDate></item><item><title><![CDATA[Reply to temperature sensors on Tue, 12 Nov 2019 23:39:08 GMT]]></title><description><![CDATA[<p dir="auto">I have just installed a DS18B20. I bought it for €0.85, complete with wires. But you need to get a 4.7k ohm resistor, which is not expensive. It is not waterproof and it does not read humidity. It is just a thermometer. Very straightforward installation.</p>
]]></description><link>https://forum.magicmirror.builders/post/64299</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64299</guid><dc:creator><![CDATA[seychellch]]></dc:creator><pubDate>Tue, 12 Nov 2019 23:39:08 GMT</pubDate></item><item><title><![CDATA[Reply to temperature sensors on Tue, 12 Nov 2019 11:47:42 GMT]]></title><description><![CDATA[<p dir="auto">@s-monti-74 If you’re only looking for cheap temp sensors only (so only measuring and not controlling), you should go with the DHT11 or DHT22</p>
<p dir="auto"><a href="http://www.circuitbasics.com/how-to-set-up-the-dht11-humidity-sensor-on-the-raspberry-pi/" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.circuitbasics.com/how-to-set-up-the-dht11-humidity-sensor-on-the-raspberry-pi/</a><br />
<a href="https://www.raspberrypi-spy.co.uk/2017/09/dht11-temperature-and-humidity-sensor-raspberry-pi/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.raspberrypi-spy.co.uk/2017/09/dht11-temperature-and-humidity-sensor-raspberry-pi/</a></p>
<p dir="auto">I guess it will not get cheaper, but of course wiring and coding is necessary.</p>
]]></description><link>https://forum.magicmirror.builders/post/64247</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64247</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Tue, 12 Nov 2019 11:47:42 GMT</pubDate></item><item><title><![CDATA[Reply to temperature sensors on Tue, 12 Nov 2019 11:38:19 GMT]]></title><description><![CDATA[<p dir="auto">@s-monti-74</p>
<p dir="auto"><a href="https://github.com/mirko3000/MMM-xiaomi" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/mirko3000/MMM-xiaomi</a></p>
]]></description><link>https://forum.magicmirror.builders/post/64246</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64246</guid><dc:creator><![CDATA[Stoffbeuteluwe]]></dc:creator><pubDate>Tue, 12 Nov 2019 11:38:19 GMT</pubDate></item></channel></rss>