Search found 4 matches

by pascalbianca
13 Apr 2020, 15:20
Forum: ESP Easy: Hardware
Topic: Timer not correct
Replies: 4
Views: 7759

Re: Timer not correct

Small question so i can understand it correct.

Let means.:
internal class
Set the value of n (1..16).
Let,<n>,<value>

But is Let a part of the timer or what is it exactly?
I tryed it in the timer to leave it away, but then the timer dos'nt do anything.
by pascalbianca
11 Apr 2020, 21:50
Forum: ESP Easy: Hardware
Topic: Timer not correct
Replies: 4
Views: 7759

Re: Timer not correct

Thanks that's it. : :D
by pascalbianca
11 Apr 2020, 17:54
Forum: ESP Easy: Hardware
Topic: Timer not correct
Replies: 4
Views: 7759

Timer not correct

Hello everyone, I have this in my rules1.txt On System#Boot do gpio,12,0 //esp test test 1=aan 0 = uit mcpgpio, 6,0 //MCP23017 test 1=aan 0 = uit let,1,0 let,2,0 timerSet,1,5 //Set Timer 1 for the next event in 5 seconds timerSet,2,1 //Set Timer 2 for the next event in 2 seconds endon On Rules#Timer...
by pascalbianca
10 Apr 2020, 18:38
Forum: ESP Easy: Software
Topic: Put led on on MCP23017?
Replies: 0
Views: 5381

Put led on on MCP23017?

Hello everyone, My name is Pascal and i'm new to this forum and esp. I hope i'm in the right section with my question , so not i'm sorry. I haven a lcd screen on the i2c bus of my esp8266 with firmware.: ESP_Easy_mega-20200328_normal_ESP8266_4M1M Also i have on the i2c bus a mcp23017. I did search f...