Search found 112 matches

by maluko
12 Feb 2019, 10:53
Forum: ESP Easy: Hardware
Topic: DS18B20 setup to ignore Extreme data
Replies: 7
Views: 5780

Re: DS18B20 setup to ignore Extreme data

i use paralise power mode, the longest sensor are 20 mts, and its working.
by maluko
01 Apr 2018, 00:25
Forum: ESP Easy: General Discussion
Topic: Espeasy with momentary switches / impulse (latching) relay
Replies: 4
Views: 5241

Re: Espeasy with momentary switches / impulse (latching) relay

Hi,

i have a bhonofre module with espeasy, with this configuration:

rules:

On interruptor#Switch do
if [interruptor#Switch]=1
GPIO,4,1
else
GPIO,4,0
endif
endon
by maluko
28 Mar 2018, 15:41
Forum: ESP Easy: Projects / Applications
Topic: Modded "Wifi" Sound Alarm Siren project
Replies: 23
Views: 19441

Re: Modded "Wifi" Sound Alarm Siren project

good work. this information are alwallys welcome.
by maluko
29 Nov 2017, 15:10
Forum: ESP Easy: Hardware
Topic: [SOLVED] HC-SR04 and percentage value
Replies: 14
Views: 12020

Re: [SOLVED] HC-SR04 and percentage value

carefull with the water vapor because i had this sensor with mysensors working fine but after 2 months stop give good values, it was the oxid by the water inside the sonar piece.
by maluko
28 Nov 2017, 15:13
Forum: ESP Easy: Hardware
Topic: [SOLVED] HC-SR04 and percentage value
Replies: 14
Views: 12020

Re: HC-SR04 and percentage value

frenesik wrote: 27 Nov 2017, 08:53 Re,
I found a lua script for domoticz that does very well. THX
Can you share the lua script?

thanks
by maluko
28 Nov 2017, 14:32
Forum: ESP Easy: General Discussion
Topic: Increase number of devices
Replies: 18
Views: 15594

Re: Increase number of devices

Shardan wrote: 27 Nov 2017, 20:11 Don't leave adress inputs "floating".

The address inputs need Vcc or ground. I've a 10KOhm pull up resistor on all Ax-Inputs and jumpers to set them to ground as necessary.
thanks shardan

can you explain with a schematic?

Thanks
by maluko
27 Nov 2017, 20:00
Forum: ESP Easy: General Discussion
Topic: Increase number of devices
Replies: 18
Views: 15594

Re: Increase number of devices

Shardan wrote: 27 Nov 2017, 19:19 Just as long as you use it as an output.
Use a 16port MCP21017 as an input and you will see...

Rgrds
i have a home made board with 2 mcp but they dont work at same time because only has one i2c adress, even with the different gnd chant dont work.
by maluko
25 Sep 2017, 16:03
Forum: ESP Easy: Software
Topic: GPIO pin status at rules engine
Replies: 9
Views: 15234

Re: GPIO pin status at rules engine

i have a irrigation system too with espeasy and domoticz to controll 8 relay, you for 16 can use the rules to controll it like this on relay1 do gpio,1,1 timerset 1,1800 //max timer to esp turn gpio off endoff on Rules#Timer=1 do gpio,1,0 SendToHTTP domoticzip,8080,/json.htm?type=param=switchlight&a...
by maluko
05 Sep 2017, 23:23
Forum: ESP Easy: Hardware
Topic: BME280 - No I2C devices found
Replies: 8
Views: 10546

Re: BME280 - No I2C devices found

i dont have the BME280 sensor but i have another problem with mcp23017 i2c, even buy many to try but happen with all. on breadboard, the schematic is the same that is on wiki. when i do a i2c scan i have this: 0x20 PCF8574, MCP23017, LCD Modules or 0x27 PCF8574, MCP23017, LCD Modules or 0x20 PCF8574...
by maluko
19 Jul 2017, 23:39
Forum: RFLink: Unsupported devices
Topic: CAME wagner Blind Remote control
Replies: 1
Views: 3890

Re: CAME wagner Blind Remote control

is this information good?
by maluko
07 Jul 2017, 09:58
Forum: RFLink: Unsupported devices
Topic: CAME wagner Blind Remote control
Replies: 1
Views: 3890

CAME wagner Blind Remote control

Hi sttun i ask you if it is possible to add support to CAME remote control, i has tryed to do a learning mode but without sucess . http://www.came.com/global/en/operators-awnings-shutters-and-blinds/accessories/wagner.html i put here the debud. CHANNEL 1 OPEN 20;13;DEBUG;Pulses=50;Pulses(uSec)=30,54...
by maluko
22 May 2017, 00:14
Forum: ESP Easy: Hardware
Topic: [Fixed!] Strange relay behaviour, not switching on/off on GPIO 0/1 command.
Replies: 17
Views: 28106

Re: Strange relay behaviour, not switching on/off on GPIO 0/1 command.

Well, i've done some research to find your module. What i see is it's running on 5V, and normally the 5V is connected to the electronic circuit too. (Jumper from JD-Vcc to Vcc). According to the offers at AliExpress the opto couplers are "low level triggered". This says that the opto coup...
by maluko
07 May 2017, 01:46
Forum: ESP Easy: Software
Topic: Release v2.0.0-dev7 - possible Bug in Controller
Replies: 44
Views: 29813

Re: Release v2.0.0-dev7 - possible Bug in Controller

GIT version: v2.0.0-dev8
Local Time: 2017-05-07 0:39
Uptime: 2 days 13 hours 51 minutes
Load: 20% (LC=22798)
Free Mem: 23656 (16312)

this work with 12 tasks ( 8 mpc switch, 1 wifi info, 1 uptime, 1 lux, 1 temp) all sending to domotiz.

edit: more rules for each mpc switch with timerset
by maluko
04 May 2017, 23:00
Forum: ESP Easy: General Discussion
Topic: beginners problems
Replies: 8
Views: 7928

Re: beginners problems

hey guys Although I am not very good at understanding the English language, I understand everything that you have tell, but it was written with the preposito to alert for situations that were happening in the forum / wiki at there time. Although I do not belong to the programmer career I can underst...
by maluko
02 May 2017, 10:41
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 634467

Re: ESP Easy Mega

I've added checks to prevent crashes when someone uses invalid timer values. However that check was off-by-one. Latest commit fixes it. Valid timers are 1 through 8 (inclusive). Also setting a timer to 0 sec disables it. This is usefull to create events that start and stop repeating timers: I use t...
by maluko
30 Apr 2017, 13:57
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 634467

Re: ESP Easy Mega

hi

its any problem with timerset 8,10?

i can put work the 1,2,3,4,5,6,7 but the 8 dont work.

and the timerset with 0 sec dont work either,
by maluko
21 Apr 2017, 10:35
Forum: ESP Easy: General Discussion
Topic: Feature request****Pulse GPIO command for MCP23017
Replies: 11
Views: 9475

Re: Feature request****Pulse GPIO command for MCP23017

Did you try this?

MCPPulse Plugin Pulse control on MCP23017 output pins See:MCP23017
MCPLongPulse Plugin Long pulse control on MCP23017 output pins See:MCP23017
by maluko
10 Apr 2017, 10:00
Forum: ESP Easy: Software
Topic: Simple rules
Replies: 2
Views: 3347

Re: Simple rules

you have to enable the NTP and the espeasy need to have internet. On Clock#Time=All,10:00 do // every day at 10:00 hours do ... gpio,2,0 timerset,1,10 endon On Clock#Time=All,22:00 do // every day at 22:00 hours do ... gpio,2,0 timerset,1,10 endon On Rules#Timer=1 do //When Timer1 expires, do gpio,2...
by maluko
19 Mar 2017, 13:59
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 634467

Re: ESP Easy Mega

hi, its any change to continuos develop more fautures for MCP23017? because with 12 task we are limited and mcp have 16 ports, ok i know that can control it by http but inst the same, because every guys how have sonoff relay board wih push swict inside can put all work because 1 task is for relay an...
by maluko
23 Jan 2017, 18:15
Forum: ESP Easy: Software
Topic: DS18B20 chain
Replies: 5
Views: 5062

Re: DS18B20 chain

my sugestion is to add only 1 for you understand how, next go to more
by maluko
23 Jan 2017, 18:13
Forum: ESP Easy: Software
Topic: DS18B20 chain
Replies: 5
Views: 5062

Re: DS18B20 chain

you have to create a virtual sensors at domoticz, each sensor have a idx, so when you put the chain on espeasy i will configurate each ds18b20 with each task and inside the task you have all field you want, like idx. atention that the first time you create a task and select ds18b20 sensor you have t...
by maluko
23 Jan 2017, 17:57
Forum: ESP Easy: Software
Topic: DS18B20 chain
Replies: 5
Views: 5062

Re: DS18B20 chain

yes, its is possible to put more than 1 temp sensor.
each sensor will require create a task and one idx to send to controller.
by maluko
15 Jan 2017, 00:42
Forum: ESP Easy: General Discussion
Topic: delete a Device ?
Replies: 5
Views: 6028

Re: delete a Device ?

on each device you have the edit button, here you can edit to the first line (empty line) and submit.
by maluko
12 Jan 2017, 23:01
Forum: ESP Easy: Software
Topic: WIFI AP or STA mode detection within rules
Replies: 2
Views: 5340

Re: WIFI AP or STA mode detection within rules

i think that you may want is like this example:

- run scenes/switch by controller timer, but when goes controller goes off will run the clock rules by Espeasy, its like that?

this is a feature that i if came will do myself happy :)
by maluko
08 Jan 2017, 21:18
Forum: ESP Easy: Software
Topic: TimerStop Rule
Replies: 5
Views: 6278

Re: TimerStop Rule

thanks, i think that all reboot was from breadboard so i will do a pcb to try because now its more stable. the relay board is runing with power from 24vac- 5vdc converter and not by esp12f.(3.3V), have too on pcb for future propose the capacitor field. Be careful with the 5V supply to the relay boa...
by maluko
07 Jan 2017, 23:59
Forum: ESP Easy: Software
Topic: TimerStop Rule
Replies: 5
Views: 6278

Re: TimerStop Rule

i tried what you said and work fine, even with 0s, it stop the first time command. so this are a little modification that can be done on my rules, only with a little problem Current size: 2133 characters (Max 2048) :D On System#Boot do MCPGPIO,1,1 delay 10 MCPGPIO,2,1 delay 10 MCPGPIO,3,1 delay 10 M...
by maluko
07 Jan 2017, 23:10
Forum: ESP Easy: Software
Topic: TimerStop Rule
Replies: 5
Views: 6278

Re: TimerStop Rule

thanks, i think that all reboot was from breadboard so i will do a pcb to try because now its more stable. the relay board is runing with power from 24vac- 5vdc converter and not by esp12f.(3.3V), have too on pcb for future propose the capacitor field. and at this moment i have this rules: On System...
by maluko
07 Jan 2017, 20:53
Forum: ESP Easy: General Discussion
Topic: wiki Github link
Replies: 0
Views: 2112

wiki Github link

hi,

on wiki the link to the Github say "This organization has no public repositories." so its better to edit the link to https://github.com/letscontrolit/ESPEasy

thanks
by maluko
31 Dec 2016, 23:14
Forum: ESP Easy: Hardware
Topic: which esp8266 module to buy?
Replies: 5
Views: 6181

Re: which esp8266 module to buy?

i think that without eletronic knowledge the best are the Wemos D1 mini, because have many acessories like relay, etc..

happy new year
by maluko
18 Dec 2016, 21:37
Forum: ESP Easy: Software
Topic: TimerStop Rule
Replies: 5
Views: 6278

TimerStop Rule

hi guys thanks for the work that all have done. i am thinking about this rules command "TimerStop" that dont are implemmented, i wonder that was a good idea to save memory when its is runing the timerset command. So i will give a example: i have domoticz to send http command to start event...
by maluko
27 Nov 2016, 23:21
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 634467

Re: ESP Easy Mega

hi
it is possible to add more task on devices?

Because the MCP23017 have 16 Output so only have 12 on espeasy.

thanks
by maluko
18 Nov 2016, 20:14
Forum: ESP Easy: Hardware
Topic: DS18B20 Temperature sensor - missing/wrong infos at Wiki
Replies: 2
Views: 3399

Re: DS18B20 Temperature sensor - missing/wrong infos at Wiki

IDX are the number of sensor on the controller like domoticz to send value from espeasy to controller. i have 3 temp ds18b20 working good, each one have a resistor 4k7. on espeasy you have to add temperature- ds18b20 on devices, if you have 3 that means you have to add 3 temperature- ds18b20 devices...
by maluko
02 Nov 2016, 13:33
Forum: ESP Easy: General Discussion
Topic: beginners problems
Replies: 8
Views: 7928

beginners problems

hi people, Is with very pleased to see the development of this good project, which has brought a economic and intuitive fresh air in the area IOT. With this also benefiting from the equipment comes to the end users that do not need advanced knowledge of electronics. But any project has to have a goo...
by maluko
31 Oct 2016, 21:50
Forum: ESP Easy: Software
Topic: Bug? timerSet dont work
Replies: 0
Views: 2031

Bug? timerSet dont work

hi in my testings i discovere that timerset with 2 digits dont work. like this: On botao2#Switch=1 do if [rele2#Switch]=1 MCPGPIO,8,0 timerSet 10,10 endif endon On botao2#Switch=1 do if [rele2#Switch]=0 MCPGPIO,8,1 endif endon on Rules#Timer=10 do MCPGPIO,8,1 endon when i change to "timerSet 9,...
by maluko
25 Oct 2016, 23:58
Forum: ESP Easy: Software
Topic: MCP23017 and boot state
Replies: 1
Views: 2701

Re: MCP23017 and boot state

can we put the MCP23017 on rules to control yours i2c gpio?

thanks
by maluko
20 Oct 2016, 23:18
Forum: ESP Easy: Software
Topic: Rules examples
Replies: 41
Views: 66764

Re: Rules examples

i had a problem, i think it is the rule: this is the log of domoticz switch actived by relay on wemos. 2016-10-20 21:45:40 Off 2016-10-20 21:45:37 On 2016-10-20 21:37:54 Off 2016-10-20 21:37:51 On 2016-10-20 21:26:12 Off 2016-10-20 21:26:09 On 2016-10-20 20:14:37 Off 2016-10-20 20:14:34 On 2016-10-2...
by maluko
18 Oct 2016, 23:27
Forum: ESP Easy: Software
Topic: Rules examples
Replies: 41
Views: 66764

Re: Rules examples

hi i have a wemos D1 mini with 1 relay and 2 ds18b20 and my goal is to put this with rules comparation. i have test with: On temp2#Temperature>temp1#Temperature do gpio,5,0 endon On temp1#Temperature>temp2#Temperature do gpio,5,1 endon but like i have 10s for temp sensor delay so after this time the...
by maluko
14 Oct 2016, 23:48
Forum: ESP Easy: Software
Topic: Error flash arduino IDE
Replies: 3
Views: 4774

Re: Error flash arduino IDE

thanksmoelski but now i have this error O rascunho usa 221.999 bytes (51%) do espaço de armazenamento do programa. O máximo é 434.160 bytes. Variáveis globais usam 31.564 bytes (38%) de memória dinâmica, restando 50.356 bytes para variáveis locais. O maximo é 81.920 bytes. error: failed reading byte...
by maluko
11 Oct 2016, 23:19
Forum: ESP Easy: Software
Topic: Error flash arduino IDE
Replies: 3
Views: 4774

Error flash arduino IDE

Hi, i have a new computer and want to flash more esp modules but now iam facing a new chellenge :( i cant flash because see errors i instaled arduino 1.6.5 with library 210. Arduino: 1.6.5 (Windows 7), Placa:"Generic ESP8266 Module, Serial, 80 MHz, 40MHz, DIO, 115200, 512K (64K SPIFFS), ck, Dis...
by maluko
05 Sep 2016, 00:00
Forum: ESP Easy: Software
Topic: compare temps
Replies: 0
Views: 2030

compare temps

hi,

it is possible to compare to temp sensor on easyesp?

like:

on temp1<temp2+1 do
gpio,2,0
else
gpio,2,1
endon

this is to aplicate on winter water heater pump.

thank
by maluko
16 Jun 2016, 11:25
Forum: ESP Easy: Software
Topic: When DeepSleep GPIO don't Full sleep
Replies: 3
Views: 4590

Re: When DeepSleep GPIO don't Full sleep

Hi deennoo

i am wainting a while for you wires schematics, i will try try to implement this.

thanks
by maluko
25 May 2016, 10:13
Forum: ESP Easy: Software
Topic: espeasy stop send data
Replies: 0
Views: 2172

espeasy stop send data

hi guys i have a esp8266 esp07 with espeasy v106, that at this time its my sprinkler controller. but since all was configured, i have see that every day stop sending data to domoticz at 6:00 AM, its strange because its always at same hour, at morning i have to enter on espeasy and only click at subm...
by maluko
21 Apr 2016, 22:28
Forum: ESP Easy: Software
Topic: ap mode
Replies: 3
Views: 4366

Re: ap mode

+1
by maluko
13 Apr 2016, 23:53
Forum: ESP Easy: Software
Topic: Rules examples
Replies: 41
Views: 66764

Re: Rules examples

If you upgrade to R100, you can now send events from http to ESP: http://<ESP-ip>/control?cmd=event,givemesomewater So you can use them in the rules tab like this example: on givemesomewater do gpio,2,1 // open valve timerSet 1,600 // 10 minute timer endon on Rules#Timer=1 do gpio,2,0 // close valv...
by maluko
12 Apr 2016, 00:20
Forum: ESP Easy: Software
Topic: Rules examples
Replies: 41
Views: 66764

Rules examples

Thanks to bring us this type of rules that we can play with. i know that this feature stil at beta but we want to understand the "how to" to start to mesh with rules. So at this time i wonder if it is possible to put a timer on switch input like relay. my system: domoticz virtual switch on...
by maluko
21 Mar 2016, 21:33
Forum: ESP Easy: General Discussion
Topic: Espeasy et jeedom
Replies: 15
Views: 13820

Re: Espeasy et jeedom

hi deennoo, i had sent you a PM.