Page 1 of 1

Temperature sensoring station

Posted: Monday 05 November 2018 16:33
by puls8
Hi all,

Since some time I can't connect to my Nest thermostat (both plugins don't work); never mind, that is another topic.

I was thinking to make a temperature measuring station to control the heating of my house. I want to buy a few DS18B20 sensors and connect them to the GPIO of a raspberry zero W. Now my question: Is running domoticz as a (slave) controller on a zero a good idea? It's cheap, low power consumption and can send it's data via wireless to my master domoticz station...

Any input appreciated...

Re: Temperature sensoring station

Posted: Monday 05 November 2018 17:47
by gerardvs
You could go way cheaper, simpler and less power with an ESP8266 and one or more ds1820.
Or if you intent to use more sensors in the future you could have a look at Mysensors.
I use both but will migrate in time all sensors to the Mysensors network.

Re: Temperature sensoring station

Posted: Sunday 06 January 2019 13:35
by puls8
Thanks! Those ESP controllers look very interesting.

Re: Temperature sensoring station

Posted: Wednesday 23 October 2019 20:45
by puls8
gerardvs wrote: Monday 05 November 2018 17:47 You could go way cheaper, simpler and less power with an ESP8266 and one or more ds1820.
The ESPs are really fun stuff and works like a charm with easyesp! Wish I have heard earlier about this. Thanks Gerard!