Search found 68 matches
- 25 Nov 2020, 17:34
- Forum: ESP Easy: Software
- Topic: HTTP request in rules
- Replies: 5
- Views: 7767
Re: HTTP request in rules
I read the wiki of this levelplugin but I see it's combined a setpoint with an action on a GPIO (high of low). I don't want to have an action on a GPIO, I want to have a httprequest when the setpoint is reached. I don't read there is a possibility to do something like this?
- 23 Nov 2020, 16:50
- Forum: ESP Easy: Software
- Topic: HTTP request in rules
- Replies: 5
- Views: 7767
Re: HTTP request in rules
Indeed: On CO2#PPM do if [CO2#PPM]>900 SendToHTTP,10.0.1.125,80,/open else SendToHTTP,10.0.1.125,80,/close endif endon does the job. The thing I don't like is the fact that my esp with CO2sensor constantly send 10.0.1.120,80,/open of 10.0.1.120,80,/close (dependig of the tresshold). It would be bett...
- 22 Nov 2020, 14:23
- Forum: ESP Easy: Software
- Topic: HTTP request in rules
- Replies: 5
- Views: 7767
HTTP request in rules
I've an espeasy CO2 sensor and with this I want to send a window open. A can control my axa remote (= window opener) with this call from domoticz: http://10.0.1.102/open So I thought I make a rule which send this command when my CO2 sensor reach a value of 2500 ppm. This is my rule: On CO2#PPM do if...
- 10 Oct 2020, 09:31
- Forum: ESP Easy: Hardware
- Topic: LCD2004
- Replies: 70
- Views: 46354
Re: LCD2004
I'm wondering, is there also a possibility tot connect a reset button by which I wake up my lcd (so I can read the values) and after some time the LCD fells ' in sleep' (I don't want to see the whole time a blue screen). How do I connect this reset button?
- 10 Oct 2020, 09:26
- Forum: ESP Easy: Software
- Topic: neopixel (basic)
- Replies: 12
- Views: 15649
Re: neopixel (basic)
I've updated to mega-20201009. Now the HSV command works!. For those who are interested, this is my rule now: on CO2#PPM do if [CO2#PPM]>1600 NeoPixelAllHSV,0,100,10 // LED red Elseif [CO2#PPM] >1001 NeoPixelAllHSV,19,100,10 // LED oranje Else NeoPixelAllHSV,120,100,10 // LED green Endif Endon
- 08 Oct 2020, 15:43
- Forum: ESP Easy: Software
- Topic: neopixel (basic)
- Replies: 12
- Views: 15649
Re: neopixel (basic)
I have version mega-20190225
ESPEasy_mega-20190225_normal_ESP8266_4M.bin
ESPEasy_mega-20190225_normal_ESP8266_4M.bin
- 08 Oct 2020, 14:57
- Forum: ESP Easy: Software
- Topic: neopixel (basic)
- Replies: 12
- Views: 15649
Re: neopixel (basic)
Thx for helping. I playing with the settings of brighness but so far no response. My ledstrip always has brightness 100% I try: http://ip xxxx/control?cmd=NeoPixelAll,255,0,0,25 This is color red , 10% brightness (25 from 255) . Nothing happened. I also try: http://ip xxxxx/control?cmd=NeoPixelAllHS...
- 03 Oct 2020, 14:03
- Forum: ESP Easy: Software
- Topic: neopixel (basic)
- Replies: 12
- Views: 15649
Re: neopixel (basic)
thx I will try this.
Just curious: is it also possible to give an dimvalua extra to this commands (not only a colorvalue)?
The wiki of neopixel is very short so I don't find any hints for this.
Just curious: is it also possible to give an dimvalua extra to this commands (not only a colorvalue)?
The wiki of neopixel is very short so I don't find any hints for this.
- 02 Oct 2020, 13:54
- Forum: ESP Easy: Software
- Topic: neopixel (basic)
- Replies: 12
- Views: 15649
Re: neopixel (basic)
I tried some things and my rule is now: on CO2#PPM do if [CO2#PPM]>900 NeoPixelAll,255,0,0 // LED red Elseif [CO2#PPM] >801 And [CO2#PPM] <899 NeoPixelAll,255,79,0 // LED oranje Elseif [CO2#PPM] <800 NeoPixelAll,0,255,0 // LED green Endif Endon This code works but I think the code have some errors w...
- 01 Oct 2020, 16:23
- Forum: ESP Easy: Software
- Topic: neopixel (basic)
- Replies: 12
- Views: 15649
Re: neopixel (basic)
Or right. This helps. I will try.
Other question is how to set 3 colors in my rules in relation to the PPM value of my sensor?
For example
0-800 ppm - green
800-900 - orange
900 and - more red
Other question is how to set 3 colors in my rules in relation to the PPM value of my sensor?
For example
0-800 ppm - green
800-900 - orange
900 and - more red
- 01 Oct 2020, 14:49
- Forum: ESP Easy: Software
- Topic: neopixel (basic)
- Replies: 12
- Views: 15649
neopixel (basic)
I'm experimenting with neopixel on a wemos D1. I connected a w1228 ledstrip on gpio 15. I also use a CO2sensor. With this rule: on CO2#PPM do if [CO2#PPM]>900 NeoPixelAll,255,0,0 // LED red else NeoPixelAll,0,255,0 // LED green endif endon I'm change the color from red to green depanding of the ppm ...
- 29 Sep 2020, 17:35
- Forum: ESP Easy: Hardware
- Topic: LCD2004
- Replies: 70
- Views: 46354
Re: LCD2004
yes! that does the job. Thx
- 29 Sep 2020, 16:06
- Forum: ESP Easy: Hardware
- Topic: LCD2004
- Replies: 70
- Views: 46354
LCD2004
I connected an LCD2004 to a wemos d1 to show the info from a connected sensor (Z19b). I connected the display and the sensor to the 5V of the wemos (usb powered). Some how the display went off after 2 minutes. I want it to stay on. I set Display Timeout: to 6000 secondes. I use espversion mega-20190...
- 18 Nov 2019, 16:11
- Forum: ESP Easy: Projects / Applications
- Topic: LJ12A3
- Replies: 2
- Views: 13147
LJ12A3
I follow this schema: https://www.letscontrolit.com/wiki/index.php?title=LJ12A3 I connect everything like the diagram and connect it with my wemos on D6. Now I'm struggling with the settings for my wemos such as debounce time, countertype and modetype. What are the correct settings? I made a switch ...
- 12 Nov 2019, 17:07
- Forum: ESP Easy: Projects / Applications
- Topic: District heating - Reading Kamstrup Multical 601
- Replies: 0
- Views: 15092
District heating - Reading Kamstrup Multical 601
I'm looking for a solution to read the values of my kamstrup multical 601 heating. I bought a sensor on a Danish site (https://wiki.hal9k.dk/projects/kamstrup) and try the ESP-easy (test)script for the kamstrup 401: https://github.com/chipsi007/ESPEasyPluginPlayground/commit/7ae64fabbe05ebf79df5d3cf...
- 11 Nov 2019, 18:40
- Forum: ESP Easy: Projects / Applications
- Topic: District heating - Reading Kamstrup Multical 401
- Replies: 9
- Views: 20775
- 05 Nov 2019, 16:23
- Forum: ESP Easy: Hardware
- Topic: Hardware watchdog
- Replies: 14
- Views: 17514
Re: Hardware watchdog
I use now GPIO12, this needs a pull up resisitor (I use now the internal one). This works fine. When I enable 'rules' the watchdog keeps resetting my wemos every 5 minutes. It should be nice if I recieve a message (email/prowl) when the watchdog kicks in. Is this simple to realize? This is my code: ...
- 04 Nov 2019, 15:44
- Forum: ESP Easy: Hardware
- Topic: Hardware watchdog
- Replies: 14
- Views: 17514
Re: Hardware watchdog
I think it working now correctly: I use this rule: On System#Boot Do Monitor,GPIO,0 TimerSet,1,1 EndOn On Rules#Timer=1 Do Pulse,0,1,500 TimerSet,1,1 EndOn I connect the ' in' on GPIO0 and ' out' on RST. No switch input with pullup resisitor of hardware pull up needed. If I disable 'rules' the watch...
- 02 Nov 2019, 14:43
- Forum: ESP Easy: Hardware
- Topic: Hardware watchdog
- Replies: 14
- Views: 17514
Re: Hardware watchdog
I've checked the pull up with a switch input under devices. No succes. On the moment I add a switch input (with of without enabled pull up, doens't matter) on GPIO 0 the green led on my watchdog doens't blink anymore but stays on. So I don't think the problem is a pull up resisitor. If I disable thi...
- 29 Oct 2019, 20:33
- Forum: ESP Easy: Hardware
- Topic: Hardware watchdog
- Replies: 14
- Views: 17514
Re: Hardware watchdog
I'm a little further now. The watchdog now resets my wemos around 5 minutes if I don't connect de input to a GPIO. If I do connect to GPIO0 and use this code: On System#Boot Do Monitor,GPIO,0 TimerSet,1,1 EndOn On Rules#Timer=1 Do GPIOtoggle,0 TimerSet,1,1 EndOn I see a green LED pulse (heartbeat) o...
- 27 Oct 2019, 22:02
- Forum: ESP Easy: Hardware
- Topic: Hardware watchdog
- Replies: 14
- Views: 17514
Re: Hardware watchdog
I disable the rules but nothing happens. No red light/resetting of my watchdog after 5 minutes (the resttime of my watchdog). I add a second timer to set gpio 2 also low (toggle 1?). I'm a little but a newbie with rules so maybe I doing it wrong? This doesn't work. On System#Boot Do Monitor,GPIO,2 T...
- 27 Oct 2019, 20:23
- Forum: ESP Easy: Hardware
- Topic: Hardware watchdog
- Replies: 14
- Views: 17514
Re: Hardware watchdog
I've connect my watchdog and connect it with D4 (GPIO2). The output of the watchdog connected on the reset of my wemos. I uploaded the rule described by TD-er: On System#Boot Do Monitor,GPIO,2 TimerSet,1,1 EndOn On Rules#Timer=1 Do GPIOtoggle,2 TimerSet,1,1 EndOn the blue led on my wemos flashes eve...
- 27 Oct 2019, 14:07
- Forum: ESP Easy: Hardware
- Topic: Hardware watchdog
- Replies: 14
- Views: 17514
Re: Hardware watchdog
thx for your quick answer. I have immediately set the ' Connection Failure Threshold'. A good tip! So if I understand you correctly; the way I describe to connect the watchdog is correct ('in' on gpio2 and 'out' on reset). If I set the rule you described the wemos set the gpio2 if esp gets a undefin...
- 27 Oct 2019, 12:02
- Forum: ESP Easy: Hardware
- Topic: Hardware watchdog
- Replies: 14
- Views: 17514
Hardware watchdog
I've bought a hardware watchdog which I want to use with a wemos d1 and a temperature sensor I2C (GPIO 4 and 5).The intention is that my wemos reset if it crashes or lost his internetconnection. This is the watchdog: https://www.freetronics.com.au/pages/watchdog-timer-module-quickstart-guide#.XbVydy...
- 09 Oct 2019, 19:35
- Forum: ESP Easy: Projects / Applications
- Topic: K-Type / MAX6675 build in
- Replies: 54
- Views: 60275
Re: K-Type / MAX6675 build in
maybe a stupid question but I have a max31865 with a P100. Does this plugin also works with this breakout?
- 08 Oct 2019, 14:27
- Forum: ESP Easy: Hardware
- Topic: DHT22 with wemos D1
- Replies: 15
- Views: 21784
Re: DHT22 with wemos D1
thats more recent yes but I see no solution. The last build have problems with the dht22 too so what can I do?
- 06 Oct 2019, 19:58
- Forum: ESP Easy: Hardware
- Topic: DHT22 with wemos D1
- Replies: 15
- Views: 21784
DHT22 with wemos D1
I use a wemos D1 with a loose DHT22 to measure humidity. I connect the dht22 with a 10K resistance. Pin 3 (NC) is not connected. I use GPIO 14 for data. I also have tried different esp megabuilds. I also tried to power the dht22 with 5V and 3,3V. I nothing change to the part 'hardware' in esp. Every...
- 08 Mar 2019, 18:29
- Forum: ESP Easy: Hardware
- Topic: WeMos NodeMCU V3 with integrated chip
- Replies: 1
- Views: 2702
WeMos NodeMCU V3 with integrated chip
Do someone know how to flash esp easy (mega-20181026) on this board: https://www.letscontrolit.com/wiki/index.php?title=File:NodeMCU-V3--integration-of-ESP8266-32M-Flash-USB-serial_640x640.jpg WeMos NodeMCU V3 with integrated chip: ESP8266 USB TTCH340 (ch340g) 32M Flash (4MB) Vin 4-9v (5V recommende...
- 09 Feb 2019, 16:00
- Forum: ESP Easy: Hardware
- Topic: Security panel K2000
- Replies: 20
- Views: 18758
Re: Security panel K2000
thx for your response. I checked ground; if I connect ground K2000 with ground Wemos the voltage no longer falls away (normaly a couple of seconds) when activate the NC-contact. So I tried a separate wall plug 5V3A. Even then nothing happens. As soon as I reconnect my wemos to my computer, I get a s...
- 09 Feb 2019, 11:31
- Forum: ESP Easy: Hardware
- Topic: Security panel K2000
- Replies: 20
- Views: 18758
Re: Security panel K2000
Yes! THX for the great help. The NC-contact do the job. I connect it with GROUND and my GPIO13 connected on the 12V. I use a LM1117 in between to convert the 12V to 3,3V (max V GPIO).This works great. I'm no stuggling with rules to set a timer. I want a delay of 30 secondes when I set my alarmin. A...
- 04 Feb 2019, 18:21
- Forum: ESP Easy: Hardware
- Topic: Security panel K2000
- Replies: 20
- Views: 18758
Re: Security panel K2000
I don't understand. I change my rule but still nothing happened. My rule is now: on belalarmin#state do if [belalarmin#state]=1.00 timerSet,1,30 // 30 second timer EndIf endon on Rules#Timer=1 do gpio,0,0 endon My switch is called ' belalarmin' If I push it I get in my log: 200525: SW : Switch state...
- 03 Feb 2019, 19:37
- Forum: ESP Easy: Hardware
- Topic: Security panel K2000
- Replies: 20
- Views: 18758
Re: Security panel K2000
thx I changed it to:
but no change. No response at all.on alarmin#state do
if [alarmin#state]=1.00
timerSet,1,30 // 30 second timer
endon
on Rules#Timer=1 do
gpio,0,0
endif
endon
- 03 Feb 2019, 18:12
- Forum: ESP Easy: Hardware
- Topic: Security panel K2000
- Replies: 20
- Views: 18758
Re: Security panel K2000
Yes! THX for the great help. The NC-contact do the job. I connect it with GROUND and my GPIO13 connected on the 12V. I use a LM1117 in between to convert the 12V to 3,3V (max V GPIO).This works great. I'm no stuggling with rules to set a timer. I want a delay of 30 secondes when I set my alarmin. Af...
- 03 Feb 2019, 08:44
- Forum: ESP Easy: Hardware
- Topic: Security panel K2000
- Replies: 20
- Views: 18758
- 02 Feb 2019, 23:59
- Forum: ESP Easy: Hardware
- Topic: Security panel K2000
- Replies: 20
- Views: 18758
Re: Security panel K2000
thx for helping me. Indeed, I think it's a pushbutton input. I came up with the idea because I have read that this panel works with a Fiabaro binary sensor. See this scheme: Image-1.png There the use the NO-contact. Maybe can I use an other contact? A relay also switches when I enter the code code. ...
- 02 Feb 2019, 22:16
- Forum: ESP Easy: Hardware
- Topic: Security panel K2000
- Replies: 20
- Views: 18758
Re: Security panel K2000
Maybe this picture explains more. I found it on internet. It's explains the possibilities of the K2000 panel and in yellow how I use the contacts now.
- 02 Feb 2019, 17:31
- Forum: ESP Easy: Hardware
- Topic: Security panel K2000
- Replies: 20
- Views: 18758
Re: Security panel K2000
How did you connect the "Bell" contacts. From GPIO to GND? In that case try a 10 KOhm resistor from GPIO to +3.3V and a capacitor of 47... 100 nF from GPIO to GND. The bell contacts I connect to GPIO and GND indeed. This contact gives a good stabile state 0 or 1 signal. The problem is the...
- 02 Feb 2019, 17:27
- Forum: ESP Easy: Hardware
- Topic: Security panel K2000
- Replies: 20
- Views: 18758
Re: Security panel K2000
yes but that doesn't help.
- 02 Feb 2019, 16:13
- Forum: ESP Easy: Hardware
- Topic: Security panel K2000
- Replies: 20
- Views: 18758
Security panel K2000
I've bought a K2000 security keypad and connect it with a Wemos D1 with ES Easy (build mega-20181026). 7360c700-890b-4533-9900-ba57adeeac81.JPG I connect the two "BEL' contacts of the panel to Ground and GPIO12 of my wemos. With this switchinput I want to set my alarm ' IN'.This works fine. The...
- 26 Jan 2019, 16:32
- Forum: ESP Easy: Software
- Topic: Wemos with pt100/max31865
- Replies: 5
- Views: 10877
Re: Wemos with pt100/max31865
Thanx for the link. I have tried to rewrite my script witg inspiration of the example: #include <ESP8266WiFi.h> #include <ESP8266HTTPClient.h> #include <Adafruit_MAX31865.h> const char* ssid = "xxx"; const char* password = "xxxxx"; const char* host = "10.0.1.32"; const ...
- 25 Jan 2019, 18:51
- Forum: ESP Easy: Software
- Topic: Wemos with pt100/max31865
- Replies: 5
- Views: 10877
Re: Wemos with pt100/max31865
Yes thats right. I want to mix 2 examples of code in one script. Maybe that's not a good approach. All I want is the temperature in my seriel monitor send to domoticz. The code below is working for me. Next step is to send the value to IDX 4732 in domoticz instead of the seriel monitor but I don't k...
- 24 Jan 2019, 16:50
- Forum: ESP Easy: Software
- Topic: Wemos with pt100/max31865
- Replies: 5
- Views: 10877
Re: Wemos with pt100/max31865
If tried to make a script. I combined my working max31865 script with a temperaturescript: /*************************************************** This is a library for the Adafruit PT100/P1000 RTD Sensor w/MAX31865 Designed specifically to work with the Adafruit RTD Sensor ----> https://www.adafruit.c...
- 13 Jan 2019, 12:15
- Forum: ESP Easy: Software
- Topic: Wemos with pt100/max31865
- Replies: 5
- Views: 10877
Wemos with pt100/max31865
I have connected a PT100 with MAX31865 to my wemos d1. I have uploaded this script via the arduino ide. /*************************************************** This is a library for the Adafruit PT100/P1000 RTD Sensor w/MAX31865 Designed specifically to work with the Adafruit RTD Sensor ----> https://w...
- 09 Dec 2018, 11:48
- Forum: ESP Easy: Projects / Applications
- Topic: AXA Remote 2.0 and ESP Easy
- Replies: 24
- Views: 31432
Re: AXA Remote 2.0 and ESP Easy
Finally I make progress with my axa remote 2.0 which I want to control with domoticz. I bought a linbus converter on superhouse: https://www.google.nl/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&cad=rja&uact=8&ved=2ahUKEwjbup_lyJDfAhVGKuwKHQbdDloQFjADegQIBBAB&url=htt...
- 09 Dec 2018, 11:44
- Forum: ESP Easy: Projects / Applications
- Topic: Axa remote 2 with esp easy
- Replies: 0
- Views: 3761
Axa remote 2 with esp easy
Finally I make progress with my axa remote 2.0 which I want to control with domoticz. I bought a linbus converter on superhouse: https://www.google.nl/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&cad=rja&uact=8&ved=2ahUKEwjbup_lyJDfAhVGKuwKHQbdDloQFjADegQIBBAB&url=htt...
- 08 Apr 2018, 16:18
- Forum: ESP Easy: Hardware
- Topic: Paper-mail with email project
- Replies: 17
- Views: 14520
Re: Paper-mail with email project
That is a good plan B but this should also be able to work properly? A magnetic switch I can put in the lid of my mailbox, a touchswitch not I am afraid.
- 08 Apr 2018, 16:07
- Forum: ESP Easy: Hardware
- Topic: Paper-mail with email project
- Replies: 17
- Views: 14520
Re: Paper-mail with email project
I have adjusted the delay to 100 but no change. This seems to be a setting for the speed of sending message. My problem is different. It seems that the magnetic microswitch that needs a certain amount of time to be able to perceive that it is ' open' . I use this switches: https://nl.aliexpress.com/...
- 08 Apr 2018, 10:21
- Forum: ESP Easy: Hardware
- Topic: Paper-mail with email project
- Replies: 17
- Views: 14520
Paper-mail with email project
I have completed the mailbox project https://www.letscontrolit.com/wiki/index.php/EasyNotifications and that works. However, I notice that when the mailbox is opened and closed quickly, the miniwemos D1 (ESP Easy version v2.0.0-dev12) does not reset and therefore does not give a message. If the mail...
- 12 Mar 2018, 15:32
- Forum: ESP Easy: Software
- Topic: Notification Settings
- Replies: 2
- Views: 3879
Notification Settings
I try to receive notifications (I follow this project: https://www.letscontrolit.com/wiki/index.php/EasyNotifications) from my esp Wemons mini. I have ziggo as a provider. However, I can not set a password and the like, only domain and server. If I only receive that form I will unfortunately receive...
- 23 Feb 2018, 10:18
- Forum: ESP Easy: Hardware
- Topic: Sonoff basic with wall switch
- Replies: 23
- Views: 27244
Re: Sonoff basic with wall switch
After some googling, I found out that a 10K resistance between GPIO14 and 3.3V could help. I have tried this and indeed it works perfectly now. Code is also correct. I can switch my lamp both with my wall switch and via domiticz and the status is perefect kept in domoticz.