-->
Page 1 of 1

DS1631 wireless temperature sensor with Openhab and MQTT

PostPosted: Tue Feb 24, 2015 5:32 am
by Nerobot
Hi All,

I've created a small project using the ESP-01 board where I'm using the native MQTT client and a DS1631 temperature sensing IC. The temperature is displayed on Openhab. At the moment, I only have a single temperature sensing board, but soon I hope to have on in each room and then expend the project to control the thermostat as well.

I've got a blog entry at https://mydiyelectronics.wordpress.com/ ... e-monitor/

I've also created a github project, which is still in it's infancy (first time I've used github...) if anyone's interested. https://github.com/nerobot/ESP8266-Thermostat

Thanks again for the great work being done on this forum.

Steven

Re: DS1631 wireless temperature sensor with Openhab and MQTT

PostPosted: Tue Feb 24, 2015 10:26 am
by rutierut
Cool post, was looking for an example using MQTT thanks!

Re: DS1631 wireless temperature sensor with Openhab and MQTT

PostPosted: Fri Feb 27, 2015 2:23 am
by mgf909
Yeah really nice, ill be following!

Re: DS1631 wireless temperature sensor with Openhab and MQTT

PostPosted: Tue Mar 03, 2015 5:59 am
by Nerobot
Thanks for the comments. Hope you find it useful somehow.

I've added a short blog entry where I've created a small test PCB and added another wireless temperature sensor to the system. Blog entry can be found here: https://mydiyelectronics.wordpress.com/2015/03/03/wireless-thermometer-update/

I've also updated the Github with a few small software improvements and the updated circuit diagram and PCB layout.

Steven