Smoke Alarm by Email

Reader Christian brought this to my attention.. (http://www.simpleiothings.com/10-diy-wifi-smoke-alarm-notifier-roost-nest-alternative-full-tutorial/) The guy uses a NodeMCU, a USB wall power supply and audio sensor (microphone) to catch the audible alarm and start a WiFi alert via IFTTT. The smoke alarm unit stays unaltered and you never have to think about running out of…

Read More

Some thoughts on Node Red variables

In learning how to use Node-Red I’ve changed my coding countless times as I’ve found better ways to do things. Please note that in 2017, the way I use global variables here is out of date. It still works but for example context.global.fred=1 is now written as global.set(“fred”,1). Read this…

Read More