Difference between revisions of "PulseCounter"

From Let's Control It
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 +
= Introduction =
 +
An ESP8266 module can be used as a simple digital pulscounter to retrieve data from all sensors with a digital output. Use it for purposes like gasmeter, watermeter, door open/close counters etc.
 +
 +
In this example we wil connect an opto sensor. Connect the digital output pin to GPIO2 on de ESP module board. Then load the appropiate software and follow those specific instructions.
 +
 
= Software =
 
= Software =
 
== Domoticz ==
 
== Domoticz ==
 +
Within Domoticz, we have to add a special type of hardware called a "dummy". Second, we need to create a virtual device. Note the device IDX, we need to change this in de code.
 +
For more information about Domoticz hardware and devices, check domoticz website.
 +
 
== Nodo ==
 
== Nodo ==
 +
todo
 
== ?? ==
 
== ?? ==

Revision as of 18:23, 15 April 2015

Introduction

An ESP8266 module can be used as a simple digital pulscounter to retrieve data from all sensors with a digital output. Use it for purposes like gasmeter, watermeter, door open/close counters etc.

In this example we wil connect an opto sensor. Connect the digital output pin to GPIO2 on de ESP module board. Then load the appropiate software and follow those specific instructions.

Software

Domoticz

Within Domoticz, we have to add a special type of hardware called a "dummy". Second, we need to create a virtual device. Note the device IDX, we need to change this in de code. For more information about Domoticz hardware and devices, check domoticz website.

Nodo

todo

??