Search found 469 matches

by toffel969
23 Oct 2017, 18:39
Forum: uPyEasy: General Discussion
Topic: uPyEasy
Replies: 132
Views: 252556

Re: uPyEasy

BertB wrote: 22 Oct 2017, 14:48It sure does.
+1 on that, got so used to the rules engines with all its limitations and features :-)
by toffel969
23 Oct 2017, 18:35
Forum: ESP Easy: Software
Topic: Status of relay switch not maintained after ESP Restart
Replies: 16
Views: 13890

Re: Status of relay switch not maintained after ESP Restart

Guys, there is a really good hardware fix for that problem. Use I2C expander, they keep their gpio output states, even while the ESP is rebooting. Even if you can retain the value in flash, the GPIOs will still "click" through as the ESP boots (depending which ones), or at least go low dur...
by toffel969
23 Oct 2017, 18:30
Forum: ESP Easy: Software
Topic: IF statement on %eventvalue%
Replies: 16
Views: 13008

Re: IF statement on %eventvalue%

You still start by sending http command with event value: http://<your esp ip>/control?cmd=event,configFlowSenor=1 On the receiving ESP you create a Dummy device, lets say as device 1 in the device Tab. You name the value , for example memory On configFlowSensor do TaskValueSet 1,%eventvalue% if [Du...
by toffel969
23 Oct 2017, 18:23
Forum: ESP Easy: Software
Topic: IF statement on %eventvalue%
Replies: 16
Views: 13008

Re: IF statement on %eventvalue%

@grovkillen: You wrote "use the TaskValueSet via cmd". TaskValueSet is declared in the Wiki as rule command only, not for external usage! Aaah!! You're right. Sorry, wrote it on my phone and didn't think straight :oops: It is possible with TaskValueSet You sent event value and write it in...
by toffel969
22 Oct 2017, 22:03
Forum: ESP Easy: Software
Topic: Rule for every FULL hour
Replies: 5
Views: 3797

Re: Rule for every FULL hour

Great, thanks for updating the wiki
by toffel969
22 Oct 2017, 22:01
Forum: ESP Easy: Projects / Applications
Topic: GPIO Save Last Status to Boot State
Replies: 2
Views: 3170

Re: GPIO Save Last Status to Boot State

Or use i2c expander, they keep their state, even during esp reboot
by toffel969
22 Oct 2017, 18:49
Forum: ESP Easy: Software
Topic: How to show on oled display current gpio status(high or low) ?
Replies: 2
Views: 2463

Re: How to show on oled display current gpio status(high or low) ?

Hello, I am trying to show on oled display the status of an gpio output, and without success. Is that even possible in such simple way as described here: https://www.letscontrolit.com/wiki/index.php/OLEDDisplay ? Thank you. Respecfully, DV Have you created a switch input device? Please provide more...
by toffel969
22 Oct 2017, 15:25
Forum: ESP Easy: Software
Topic: Rule for every FULL hour
Replies: 5
Views: 3797

Re: Rule for every FULL hour

It's quite hidden in the wiki, I think you only get there by search
https://www.letscontrolit.com/wiki/inde ... _Reference
by toffel969
22 Oct 2017, 08:10
Forum: ESP Easy: Software
Topic: Rule for every FULL hour
Replies: 5
Views: 3797

Re: Rule for every FULL hour

Very easy yes, try

Code: Select all

On Clock#Time=All,**:00 do 
 gpio,14,0
 endon
by toffel969
21 Oct 2017, 09:04
Forum: uPyEasy: General Discussion
Topic: uPyEasy
Replies: 132
Views: 252556

Re: uPyEasy

My wife and daughter will travel from begin Nov until mid dec... about time I order some esp32 hardware. So exciting, thanks to your hard work lisam
by toffel969
21 Oct 2017, 09:01
Forum: ESP Easy: Software
Topic: Resend value/state change when wifi returns
Replies: 1
Views: 1907

Re: Resend value/state change when wifi returns

I think change state is not possible, but there is the option to send boot state I switch device.
by toffel969
18 Oct 2017, 13:44
Forum: ESP Easy: General Discussion
Topic: web server,ping... stops responding
Replies: 2
Views: 2512

Re: web server,ping... stops responding

Try to use ping feature in domoticz(alive checker).it sends a ping every 30sec. I had the same problem and this solved it for me
by toffel969
18 Oct 2017, 12:25
Forum: ESP Easy: Projects / Applications
Topic: Esp8266 + relay + normal switch rules coding
Replies: 2
Views: 3305

Re: Esp8266 + relay + normal switch rules coding

If relay is connected to gpio12, shouldn't that also be 12 in rules?
by toffel969
16 Oct 2017, 19:31
Forum: ESP Easy: Projects / Applications
Topic: Frequency measurement with EasyESP
Replies: 10
Views: 12048

Re: Frequency measurement with EasyESP

A very very low cost soil moisture sensor with NE555 Timer IC and EasyESP It's very simple to get soil moisture dependent frequency by using some isolated wires, two resistors and a NE555 Timer IC (see Attachement-Picture). The great problem is, to measure this frequency with a NodeMCU or a simple ...
by toffel969
09 Oct 2017, 19:02
Forum: ESP Easy: General Discussion
Topic: Solar powering nodemcu
Replies: 9
Views: 9170

Re: Solar powering nodemcu

I don't want to discourage you in using esp easy, but nodemcu on battery/solar power will not make you very happy.
Esp 8266 is just a power-hungry chip.
Rather check mysensors for that application. There are custom builts that run for months on 2aaa batteries
by toffel969
03 Oct 2017, 18:59
Forum: ESP Easy: General Discussion
Topic: ip of espeasy is lost and i can not send any command but a device is report rssi every 5 min!!!!
Replies: 24
Views: 18847

Re: disconnect wifi (strange problem)

Is it maybe just a weak wifi connection? I had that Problem and overcame it with using wemos _d1 pro mini with external antenna. It has the same pin layout as the normal mini, just also a pigtail connector for external antenna.
by toffel969
03 Oct 2017, 09:09
Forum: ESP Easy: General Discussion
Topic: Number of Devices / Tasks limited to 12 ?
Replies: 36
Views: 30675

Re: Number of Devices / Tasks limited to 12 ?

Hi Domosapiens, thanks a lot! I tried this, and finally it works. I had some issues regarding the Controller. It overwrites controller 1 and controller 3, finally with controller 2 it works. Could you please explain how you build the .bin file? I would like to change it with the source of dev 12 an...
by toffel969
02 Oct 2017, 15:05
Forum: ESP Easy: Software
Topic: Check Wifi Connection and set GPIO
Replies: 6
Views: 3492

Re: Check Wifi Connection and set GPIO

Hi, can I setup a rule with a paramater that check the wifi connection? So, that I can light up a LED if the connection to the network is fine and set the GPIO to low if the connection is to the WLAN is lost and the ESP entering the AP mode. Regards Martin Why dont you use The wifi gpio feature in ...
by toffel969
22 Sep 2017, 08:17
Forum: ESP Easy: General Discussion
Topic: ESPEasy v2.0.0-dev12 released
Replies: 44
Views: 47134

Re: ESPEasy v2.0.0-dev12 released

Thanks for all your hard work
by toffel969
21 Sep 2017, 21:41
Forum: ESP Easy: Software
Topic: GPIO pin status at rules engine
Replies: 9
Views: 16257

Re: GPIO pin status at rules engine

Hello, I'd like to do the same as hiihoo. My ESP Easy node is controlling 16 relays so, it is not desirable to have to define 16 switches devices only to know gpio state in a rule. Those relays are activated/deactivated by an openHab controller and in specific situations, I need to know gpio states...
by toffel969
21 Sep 2017, 10:11
Forum: ESP Easy: General Discussion
Topic: How to use the interruption on Rules ?
Replies: 3
Views: 3730

Re: How to use the interruption on Rules ?

not sure what is it exactly that you are trying to do.

interrupt : can be used in for example pulse device

delay: will delay in rules, similiar to arduino

exit event: use an empty event you refer to
by toffel969
19 Sep 2017, 17:53
Forum: ESP Easy: Hardware
Topic: Esp easy firmware with nrf24l01
Replies: 1
Views: 2999

Re: Esp easy firmware with nrf24l01

Hello, everyone I'm Nhan. I come from vietnam. I have a question is configured esp easy firmware with nrf24l01 Thank ;) Hi Nhan Welcome to ESP easy. ESPeasy does not provide for additional RF link, and frankly it doesn't make sense to do that. If you are interested in using them for example for a m...
by toffel969
19 Sep 2017, 08:29
Forum: ESP Easy: Software
Topic: Rules logic
Replies: 13
Views: 8806

Re: Rules logic

Oh yeah, now is missing do, but the problem is that this rules works TO GOOD. Rules is executed by similar codes not only THIS code. BTW. It is possible to use var in Rules? Ya but when dealing with unexpected behaviour, it is best t respect the syntax. "Do" for events, "[]" for...
by toffel969
18 Sep 2017, 21:27
Forum: ESP Easy: Software
Topic: Rules logic
Replies: 13
Views: 8806

Re: Rules logic

Arithmetic on the left side don't work. LOG: 66189409 : IR : Code 800f045c - Type: 2 - Bits: 36 66189423 : EVENT: IR#IR=2148467804 66189470 : ACT : pulse,5,1,100 66189571 : SW : GPIO 5 Pulsed for 100 mS Rules On IR#IR do if [IR#IR]=2148467803 do pulse,5,1,100 endif endon Any idea??? On IR#IR do if ...
by toffel969
15 Sep 2017, 16:23
Forum: ESP Easy: Software
Topic: [Feature Request] Support for mh-z16 CO2
Replies: 4
Views: 4267

Re: [Feature Request] Support for mh-z16 CO2

Hi.. I need the support for mh-z16 Co2 Here is the documentation.. It can operate in both UART or I2C mode, i think i wan't it in I2C mode.. (it's a tiny switch to switch between the modes on the MH-Z16 Module) http://sandboxelectronics.com/wp-content/uploads/2015/06/MH-Z16_CO2_datasheet_EN.pdf htt...
by toffel969
11 Sep 2017, 23:02
Forum: ESP Easy: Software
Topic: GPIO pin status at rules engine
Replies: 9
Views: 16257

Re: GPIO pin status at rules engine

I get your point, though can't help you with that
by toffel969
11 Sep 2017, 22:40
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 243981

Re: ESP Easy development status

Well then do something about it. I guess most devs have a real life to tend to/enjoy .... I spare the time I can to help on forum/wiki, as my coding sucks. I dont nearly put as much time into this project as many devs and I still find your statement a bit inappreciative.
by toffel969
10 Sep 2017, 22:26
Forum: ESP Easy: Software
Topic: EXTGPIO in rules
Replies: 1
Views: 2135

Re: EXTGPIO in rules

Works for me. Try leaving the space : extpio,5,1
by toffel969
10 Sep 2017, 21:09
Forum: ESP Easy: Projects / Applications
Topic: Sonoff slow to cold boot - 30 seconds til "boot state" set. No delay set.
Replies: 4
Views: 3898

Re: Sonoff slow to cold boot - 30 seconds til "boot state" set. No delay set.

No, I think it’s a matter of espeasy first looking for wifi before initializing gpio.
by toffel969
10 Sep 2017, 21:05
Forum: ESP Easy: Software
Topic: ESPEasy R120 rules: %eventvalue%
Replies: 2
Views: 2653

Re: ESPEasy R120 rules: %eventvalue%

Also try : event,on=1023
On the local console in tools tab
by toffel969
10 Sep 2017, 21:01
Forum: ESP Easy: Software
Topic: ESPEasy R120 rules: %eventvalue%
Replies: 2
Views: 2653

Re: ESPEasy R120 rules: %eventvalue%

Dear all, I've created a home made dimmer for my LED slabs using a ESP 8266 running ESPEasy, which triggers a MOSFET, that lets the 12V reach the LEDS. From my controller (Jeedom), I just have to send a PWM,0,1023 to fully light the slab, PWM,0,600 to light it mildly, and PWM,0,0 for turn it off. I...
by toffel969
10 Sep 2017, 20:54
Forum: ESP Easy: Software
Topic: GPIO pin status at rules engine
Replies: 9
Views: 16257

Re: GPIO pin status at rules engine

You can probably get the gpio state(use in if condition) , but this way you are not able to start an event, trigger something, you can just check from existing event

If you want more professional advice on Rules +gpio + boot state post your rules, devices and config tab.
by toffel969
10 Sep 2017, 15:05
Forum: ESP Easy: Software
Topic: ESPEasy R120 Rules - [need help]
Replies: 10
Views: 8676

Re: ESPEasy R120 Rules - [need help]

Hello! I still have a question, maybe you know how to do it. In this case if I turn off the light from the button and then I want to start it from the openhab, it runs the rule where it counts the value of the dummy device and does not work. So I think a way is to set up the dummy device than to se...
by toffel969
10 Sep 2017, 15:03
Forum: ESP Easy: Software
Topic: Rules for PIR combination ??
Replies: 5
Views: 4475

Re: Rules for PIR combination ??

vincen wrote: 10 Sep 2017, 11:18
toffel969 wrote: 10 Sep 2017, 10:52For and

Code: Select all

On pir1#switch=1 do
If [pir2#switch]=1
Do something
Endif
Endon
Thanks that's what I wanted to do ;)

Be aware that "do something" will only happen when both pit are triggered at the same time
by toffel969
10 Sep 2017, 15:00
Forum: ESP Easy: Software
Topic: Rules for PIR combination ??
Replies: 5
Views: 4475

Re: Rules for PIR combination ??

Why don't you want to have both pir on your controller? You can just make them into 1 virtual pir in domoticz/openhab/ whatever
by toffel969
10 Sep 2017, 10:54
Forum: ESP Easy: Software
Topic: Rules for PIR combination ??
Replies: 5
Views: 4475

Re: Rules for PIR combination ??

Please look for the rules tutorial in the wiki, it will answer your questions. Why are you stingy with devices on your home automation?
by toffel969
10 Sep 2017, 10:52
Forum: ESP Easy: Software
Topic: Rules for PIR combination ??
Replies: 5
Views: 4475

Re: Rules for PIR combination ??

Hi I have wired two PIR sensor on my ESP to cover correctly a room with strange layout. I only want one signal to come back on MQTT to tell me if there is someone in the room or not. Instead of getting both PIR back to my automation system, I was thinking to use rules in ESP to combine both PIR suc...
by toffel969
07 Sep 2017, 21:25
Forum: ESP Easy: Software
Topic: Plug-in for MAX31865 RTD or MAX31856 Thermocouple IC?
Replies: 29
Views: 14812

Re: Plug-in for MAX31865 RTD or MAX31856 Thermocouple IC?

barnie wrote: 06 Sep 2017, 12:28 Hi,

are there any news?

I've a PT100 and a MAX31865. How could I configure/implement this sensor in espeasy???

Thanks RUDI
The pt100 should work as analog
by toffel969
07 Sep 2017, 21:23
Forum: ESP Easy: General Discussion
Topic: DOes a separate guest network make sense?
Replies: 10
Views: 7900

Re: DOes a separate guest network make sense?

It depends if you need to communicate with an ethernet device(like domoticz server), AFAIK on most routers ethernet devices are not available from guest wifi.
by toffel969
07 Sep 2017, 19:04
Forum: ESP Easy: Software
Topic: I2C multiple same sensors (SI7021)
Replies: 4
Views: 3889

Re: I2C multiple same sensors (SI7021)

hasanpb wrote: 07 Sep 2017, 18:14 Hi,
I would like to ask you, if it is possible to connect more than one of same sensor (SI7021) on one I2C bus on ESPEASY.

Thanks
No you cannot connect two i2c with same adress
by toffel969
04 Sep 2017, 21:15
Forum: Experimental
Topic: Counter is sending false values
Replies: 2
Views: 11110

Re: Counter is sending false values

Have a Wemos D1 mini input connected to district heating power meter's S0 output (with pull-up resistor). The counter is somtimes sending values to Domoticz even when no pulse was generated by meter. I did set up a switch input on the same gpio input that triggers a LED blink on pulse, so I can see...
by toffel969
30 Aug 2017, 22:31
Forum: ESP Easy: General Discussion
Topic: need help in rules
Replies: 7
Views: 5982

Re: need help in rules

Should also work like this

Code: Select all

on lock#Switch=0 do

  NeoPixelAll,0,0,255
  timerSet 1,30 // 30 sec timer

endon

on Rules#Timer=1 do
 NeoPixelAll,0,0,0
endo
No if statement required, and find it good practice as additional nested if statement is possible
by toffel969
30 Aug 2017, 15:54
Forum: ESP Easy: Hardware
Topic: LCD with two alternating sets of display lines?
Replies: 9
Views: 6155

Re: LCD with two alternating sets of display lines?

One last question, is there a list of commands? In the ESPEasy command reference I find a link to the LCD Display page, and there I can see four: simple write, clear, on and off. Is there more? Such as line-clear, blink on/off, cursor position? Not that I'm aware of. What do you mean by dependant o...
by toffel969
30 Aug 2017, 08:21
Forum: ESP Easy: Hardware
Topic: LCD with two alternating sets of display lines?
Replies: 9
Views: 6155

Re: LCD with two alternating sets of display lines?

Yes it's possible. The commands shown under http control are also available in rules:

https://www.letscontrolit.com/wiki/index.php/LCDDisplay

Just use the lcd command in rules in combination with 2 timers.
by toffel969
30 Aug 2017, 08:02
Forum: ESP Easy: Hardware
Topic: LCD with two alternating sets of display lines?
Replies: 9
Views: 6155

Re: LCD with two alternating sets of display lines?

I am using an LCD screen with four display lines, and have run out of room. It would be nice to have two separate sets of lines, which display alternating. So first display the 1st set of lines, then after (say) 30 seconds display the second, etcetera. I don't think this is a function at this momen...
by toffel969
25 Aug 2017, 07:40
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 243981

Re: ESP Easy development status

Have you seen this one ? https://pycom.io/product/lopy/
Could it be an option?
by toffel969
25 Aug 2017, 07:28
Forum: ESP Easy: Hardware
Topic: More support for i2c modules/sensors [UPDATED 25.09.2016]
Replies: 14
Views: 15505

Re: More support for i2c modules/sensors [UPDATED 25.09.2016]

Chill people 8-) I am sure you both contribute to best you can. It's not a competition... not everyone has same abilities/time to spare/energy, everyone to their abilities.