Skip to content

Releases: jaminNZx/ESP8266-Blynk-Gate-Logger-And-Counter

v1.5: removed SimpleTimer

26 Oct 08:14
Compare
Choose a tag to compare

Replaced SimpleTimer with BlynkTimer as its more powerful and less external llibraries.

v1.4

25 Oct 07:08
Compare
Choose a tag to compare

latest working version

v1.3.1

09 Apr 09:23
Compare
Choose a tag to compare

added modules where you can switch off the doorbell or gate depending on your needs

v1.3

08 Apr 08:18
Compare
Choose a tag to compare

Changes SimpleTimer functions to the newly discovered short hand verision... no more need to set up a new callback function, just declare it in line when setting the timer!

Basically no functionality changes, just fewer lines of code overall.

v1.2

29 Mar 09:55
Compare
Choose a tag to compare

v1.2

  • Added a bespoke function which works out the hour difference between current time and a set "end" time. This value is used to set a timer to disable nightMode at the same time every morning no matter when it was turned on.
  • Changed the active timer to output 1s.. 2s.. 3s.. etc when counting up but only for the first 10 seconds. After that, once the first minute rolls over, it will show the time as 1m 01s.. 1m 02s... etc
  • Changed some debugging messages that were annoying me for being too long and causing line breaks.

v1.1: new timer for reset function

27 Mar 11:15
Compare
Choose a tag to compare

fixed clear table double action bug
fixed some formatting and added some help comments
added nightTime time out timer and settings
changes some function names to refelct their function
other minor bug fixes

First official release

27 Mar 10:26
Compare
Choose a tag to compare

This is working mint! Build the hardware (look at the Blynk Community thread in the readMe)... and you can log your home's gate or letterbox... anything really!