Detect Mains Power and keep Domoticz synchronized
Posted: Monday 07 August 2017 11:25
Have you ever wanted to detect if your Domoticz driven switch, light or power outlet was powered On or Off? Just to be sure? Or to know it at all?
Of course some equipment provides a return signal to indicate if a device is on, but 433 Mhz gear, like KaKu (Klik Aan Klik Uit) / CoCo (Click On Click Off) will not tell you at all and neither do classical power switches unless it is connected to a z-wave device with return channel.
Well, I have had that question many times, so I decided to make an easy 'non-invasive' helping aid to detect if a device was getting mains power or not. It is based on the ESP8266 micro-controller. I choose the 'Wemos D1' version. It costs 6,50 Euro. As a power adapter, I took the 'Hi-Link PCB power-supply' (5 Euro). The trick is to power the ESP8266 on together with the device that must be monitored. Then the ESP8266 will send its boot-status, which is default 'On'.
In the following posts I will describe my monitor-method.
Of course some equipment provides a return signal to indicate if a device is on, but 433 Mhz gear, like KaKu (Klik Aan Klik Uit) / CoCo (Click On Click Off) will not tell you at all and neither do classical power switches unless it is connected to a z-wave device with return channel.
Well, I have had that question many times, so I decided to make an easy 'non-invasive' helping aid to detect if a device was getting mains power or not. It is based on the ESP8266 micro-controller. I choose the 'Wemos D1' version. It costs 6,50 Euro. As a power adapter, I took the 'Hi-Link PCB power-supply' (5 Euro). The trick is to power the ESP8266 on together with the device that must be monitored. Then the ESP8266 will send its boot-status, which is default 'On'.
In the following posts I will describe my monitor-method.