Search found 243 matches

by Dick60
14 Jan 2020, 19:02
Forum: ESP Easy: General Discussion
Topic: Rules HTTP call
Replies: 6
Views: 6621

Re: Rules HTTP call

Thanks for all the help and it worked for me. I upgraded to version 20191208, activated the tolerant option and finalized this project.
:mrgreen:
by Dick60
13 Jan 2020, 22:24
Forum: ESP Easy: General Discussion
Topic: Rules HTTP call
Replies: 6
Views: 6621

Re: Rules HTTP call

I tried to activate the option in 'Advanced' but at the moment I use the version mega-20180720 and there is no tolerant option. I was not able to load the Latest version 20191208 on my WEMOS D1 but I had problems with my USB connection so I tried the mega-20180720. I can try to load the new 20191208...
by Dick60
13 Jan 2020, 21:14
Forum: ESP Easy: General Discussion
Topic: Rules HTTP call
Replies: 6
Views: 6621

Rules HTTP call

Read the WIKI and the forum but still not working I have switch on my ESP (Alarm_scherp#Alarm_status). If the status is "1" it must switch "on" a domoticz dummy switch. There is no need to turn it of OFF again. If I run the SendRoHTTP in my browser the dummy switch turns on. Why ...
by Dick60
29 Sep 2019, 22:43
Forum: ESP Easy: General Discussion
Topic: JSON multiple devices
Replies: 9
Views: 9609

Re: JSON multiple devices

Good point. tested and Result=OK.
Also mentioned that in Domoticz an switch is working if turned on using
http://127.0.0.1:8080/json.htm?type=com ... log&idx=29

But in a rule it does not work (adjusted to the Rules requirements)
by Dick60
29 Sep 2019, 21:27
Forum: ESP Easy: General Discussion
Topic: JSON multiple devices
Replies: 9
Views: 9609

Re: JSON multiple devices

Thanks for the reply and yes I have already read the Rules documentation several time but, this evening again. Perhaps you are right to start with MQTT. I must find a good starting point for MQQT in combi with ESP. Will put some effort in it the upcoming week. About the rules, this I what I have for...
by Dick60
29 Sep 2019, 19:21
Forum: ESP Easy: General Discussion
Topic: JSON multiple devices
Replies: 9
Views: 9609

Re: JSON multiple devices

now I tried to place them in RULES of my esp like this

On clean_log#state do
[GPIO12#State] = 1
SendToHTTP 127.0.0.1,8080,/json.htm?type=command&param=clearlightlog&idx=29
endon

But still no luck.
Any advise is welcome!
by Dick60
29 Sep 2019, 14:09
Forum: ESP Easy: General Discussion
Topic: JSON multiple devices
Replies: 9
Views: 9609

Re: JSON multiple devices

is this the right direction to solve this problem: --log cleanup If (devicechanged['logSwitch']== "On") then os.execute('curl -s "http://127.0.0.1:8080/json.htm?type=command&param=clearlightlog&idx=20" &') end return commandArray It does not work but still trying to f...
by Dick60
29 Sep 2019, 12:23
Forum: ESP Easy: General Discussion
Topic: JSON multiple devices
Replies: 9
Views: 9609

Re: JSON multiple devices

Temporary solution for me is a selector switch to start the " http://127.0.0.1:8080/json.htm?type=command&param=clearlightlog&idx=29" for each individual idx. Again has somebody any clue how to hget these individual JSON entries "http://127.0.0.1:8080/json.htm?type=command&...
by Dick60
27 Sep 2019, 20:08
Forum: ESP Easy: General Discussion
Topic: JSON multiple devices
Replies: 9
Views: 9609

JSON multiple devices

I want to execute this script http://ip:port/json.htm?type=command&param=clearlightlog&idx=<idx> using a button in domoticz. Pushing the "ON" it must execute this script for multiple devices. It works for one already (http://ip:port/json.htm?type=command&param=clearlightlog&...
by Dick60
18 Aug 2019, 11:33
Forum: ESP Easy: Hardware
Topic: New hackable ESP gadgets in local budget store "action" !!!
Replies: 112
Views: 257693

Re: New hackable ESP gadgets in local budget store "action" !!!

Nice, keep posting your results. A few times a month I visit this store but never noticed theses items. I will buy a module for testing.
by Dick60
17 Aug 2019, 21:30
Forum: ESP Easy: Hardware
Topic: New hackable ESP gadgets in local budget store "action" !!!
Replies: 112
Views: 257693

Re: New hackable ESP gadgets in local budget store "action" !!!

Nice, can you share a photo of the pir mentioned by you so I can buy one myself.
by Dick60
19 Jun 2019, 20:49
Forum: ESP Easy: Hardware
Topic: Connecting the ds18b20 | Pull-up resistor needed?
Replies: 3
Views: 13449

Re: Connecting the ds18b20 | Pull-up resistor needed?

I have to 18b20 in use already for a long time and yes I use a pull-up resistor. without it was not stable or sometimes it did not work. Advise from me, use a resister to prevent troubles! :D
by Dick60
19 Mar 2019, 21:53
Forum: ESP Easy: General Discussion
Topic: start rule after delay
Replies: 3
Views: 2413

Re: start rule after delay

I've got it. Had put test more. Thanks! On kp#SC do If [kp#SC]=1.00 TaskValueSet,1,1,[kp#SC] SendToHTTP,192.168.1.123,8080,/json.htm?type=param=udevice&idx=317&nvalue=2&svalue=[dp#Df] TimerSet,1,5 If [kp#SC] = 2.00 TaskValueSet 1,1,[kp#SC] SendToHTTP 192.168.1.123,8080,/json.htm?type=par...
by Dick60
19 Mar 2019, 21:23
Forum: ESP Easy: General Discussion
Topic: start rule after delay
Replies: 3
Views: 2413

Re: start rule after delay

Thanks for the reply. It works fine for only this entry of my keypad. If I want to use the same for more buttons from my keypad, how does it look like? I think I have to do something with the Endif and Endon but do not know what. Pls advise me. On kp#SC do If [kp#SC]=1.00 TaskValueSet,1,1,[kp#SC] Se...
by Dick60
19 Mar 2019, 19:47
Forum: ESP Easy: General Discussion
Topic: start rule after delay
Replies: 3
Views: 2413

start rule after delay

Can anybody help me to finish my set of Rules. If [kp#SC] = 1.00 TaskValueSet 1,1,[kp#SC] SendToHTTP 192.168.1.123,8080,/json.htm?type=param=udevice&idx=317&nvalue=2&svalue=[dp#Df] TaskValueSet 1,1,4 SendToHTTP 192.168.1.123,8080,/json.htm?type=param=udevice&idx=317&nvalue=2&...
by Dick60
17 Mar 2019, 18:50
Forum: ESP Easy: General Discussion
Topic: TIMEout while reading input data!
Replies: 3
Views: 2764

Re: TIMEout while reading input data!

solved , the known issue mentioned solved the problem.
by Dick60
16 Mar 2019, 10:37
Forum: ESP Easy: General Discussion
Topic: TIMEout while reading input data!
Replies: 3
Views: 2764

Re: TIMEout while reading input data!

I experimented with it but perhaps I did some thing wrong, so instead of this: On keypad#ScanCode Do If [keypad#ScanCode] = 1.00 SendToHTTP 190.xxx.x.xxx,8080,/json.htm?type=command&param=udevice&idx=235&nvalue=2&svalue=[keypad#ScanCode] Endif Endon It must look like this? On keypad#...
by Dick60
16 Mar 2019, 09:49
Forum: ESP Easy: General Discussion
Topic: TIMEout while reading input data!
Replies: 3
Views: 2764

TIMEout while reading input data!

I saw that more people asked questions related to this issue, but all info could not help me. Hardware: ESP 8266 1Mb, loaded Mega-20180621. Keypad-TTP229 Touch. I want to send the value of the touch nr1 to my Domoticz using this command: On keypad#ScanCode Do If [keypad#ScanCode] = 1.00 SendToHTTP 1...
by Dick60
20 Jan 2019, 17:48
Forum: ESP Easy: General Discussion
Topic: Touchpad TTP229 dummy value
Replies: 2
Views: 2253

Re: Touchpad TTP229 dummy value

Hi Thomas, I used SCl GPIO16 and SDO GPIO14. i found out that the keypad works fine, with the latest rom but the rules do not work in the latest roms. I my opinion all should work with the rew release of the final of the upcomming Rom. I am prepared :D
by Dick60
20 Jan 2019, 13:25
Forum: ESP Easy: General Discussion
Topic: Ir remote controle dummy value
Replies: 0
Views: 1870

Ir remote controle dummy value

I am testing an IR remote controle Receiver (YL-55). I use an ESP8266 rom version "mega-20180722". In the log I see the correct values pushing one of the buttons of the RC but in the device 'Value' field, the results differ than those of the log. I use the devise 'TSOP4838' and I know that...
by Dick60
03 Nov 2018, 08:55
Forum: ESP Easy: General Discussion
Topic: Touchpad TTP229 dummy value
Replies: 2
Views: 2253

Touchpad TTP229 dummy value

Still struggling getting my touchpad working. I created 2 divices: 1: device PPT229 touchpad called 'keypad', the value field is called 'ScanCode' 2: a virtual device called 'dumkeypad' , the value filed (the first one of the 4 available) is called 'Dumkeyfield'. to copy the the value of the 'ScanCo...
by Dick60
16 Aug 2018, 20:53
Forum: ESP Easy: General Discussion
Topic: Domotics user variable
Replies: 6
Views: 4980

Re: Domotics user variable

The IP adding in Domoticz did the job. Now it is working! Thanks all for the good suggestions.
:D :D :D
by Dick60
15 Aug 2018, 21:23
Forum: ESP Easy: General Discussion
Topic: Domotics user variable
Replies: 6
Views: 4980

Re: Domotics user variable

Still no progress. This is what I have: On keypad#ScanCode Do If [keypad#ScanCode] = 8.00 TaskValueSet 1,1,[keypad#ScanCode] SendToHTTP 192.168.1.123,8080,/json.htm?type=command&param=updateuservariable&vname=Varkeypad&vtype=String&vvalue=25 Endif Endon If I put http://192.168.1.123:...
by Dick60
14 Aug 2018, 20:20
Forum: ESP Easy: General Discussion
Topic: Domotics user variable
Replies: 6
Views: 4980

Re: Domotics user variable

thanks, I removed the space but still no update of the user var in Domoticz.
Any more suggestions?
I know the IP is ok and the name of the Var as wel.
by Dick60
14 Aug 2018, 19:44
Forum: ESP Easy: General Discussion
Topic: Domotics user variable
Replies: 6
Views: 4980

Domotics user variable

I am not able to send the value of an ESp keypad device into a user vari in Domoticz. What I have is the Rule: If [keypad#ScanCode] = 2.00 TaskValueSet 1,1,[keypad#ScanCode] SendTo HTTP 192.168.1.123,8080,/json.htm?type=command&param=updateuservariable&vname=Varkeypad&vtype=2&vvalue=...
by Dick60
11 Aug 2018, 11:33
Forum: ESP Easy: General Discussion
Topic: keypad TTP229
Replies: 2
Views: 2145

Re: keypad TTP229

perhaps it was clear what I want, on my ESP I see in the log file of the device "Keypad - TTP229 Touch". I want to receive that value in Domoticz. Questions: What kind of device do I need to create in Domoticz for receiving the results (tried already a dummy as an counter but no results in...
by Dick60
09 Aug 2018, 18:09
Forum: ESP Easy: General Discussion
Topic: keypad TTP229
Replies: 2
Views: 2145

Re: keypad TTP229

it would help me how I can readout the result I see in the log of my ESP, and can see the same results in Domoticz so I can use these results in an scene.
by Dick60
08 Aug 2018, 20:56
Forum: ESP Easy: General Discussion
Topic: keypad TTP229
Replies: 2
Views: 2145

keypad TTP229

can be closed
by Dick60
24 Jun 2018, 20:55
Forum: ESP Easy: General Discussion
Topic: MCP23017
Replies: 10
Views: 7087

Re: MCP23017

An update of my testing, Still running after one hr! I can finish my project. Thanks for the support! :D
by Dick60
24 Jun 2018, 20:09
Forum: ESP Easy: General Discussion
Topic: MCP23017
Replies: 10
Views: 7087

Re: MCP23017

thanks and about the power lines, I have an external power supply of 5v connected the the Vin on the ESP and also to the MCP on the IO side. The other powerline on the MSP is connected to the esp 3.3v
by Dick60
24 Jun 2018, 19:58
Forum: ESP Easy: General Discussion
Topic: MCP23017
Replies: 10
Views: 7087

Re: MCP23017

there is nothing else connected it is only the MCP. About the pull up registers, I am not that experience but is that I have to place a 10K register from the GPIO ⇾ SCL: GPIO-5 and GPIO ⇿ SDA:GPIO-4 to the plus? is that correct?
by Dick60
24 Jun 2018, 19:25
Forum: ESP Easy: General Discussion
Topic: MCP23017
Replies: 10
Views: 7087

Re: MCP23017

I use the MCP23017 DIP SOP Bidirectional 16-Bit I/O Expander I2C IIC Serial Interface version bought on Ebay. It is connected plus and min on the two connectors and use the GPIO ⇾ SCL: GPIO-5 GPIO ⇿ SDA:GPIO-4 . It is strait forward and ik works fine for about 5 minutes and than it stops but my ESP ...
by Dick60
24 Jun 2018, 15:48
Forum: ESP Easy: General Discussion
Topic: MCP23017
Replies: 10
Views: 7087

MCP23017

I have a problem with the MCP23017 i.c.w. my 8266 (GIT version: mega-20180621) in a I2C setup. The ports of the MCP23017 are working as a switch with Domoticz as Controller. After starting the 8266, all ports of the MCP23017 are working fine but after a few minutes all ports stop working. There is n...
by Dick60
02 Mar 2018, 18:00
Forum: ESP Easy: General Discussion
Topic: esp8266 pulse swits to domoticz
Replies: 16
Views: 9078

Re: esp8266 pulse swits to domoticz

I have a working switch, lowering the MS from 1000 ti 100 worked out very well. Thank you for the support and now I try to finish my project. Have a nice evening.
by Dick60
02 Mar 2018, 13:33
Forum: ESP Easy: General Discussion
Topic: esp8266 pulse swits to domoticz
Replies: 16
Views: 9078

Re: esp8266 pulse swits to domoticz

what I found just now, after pushing "submit" on my ESP, I am able to send a change of the switch to domoticz a few times and after 2-3 times changing the status of the switch, it does not work anymore. After "submit "it works again for a few times
by Dick60
02 Mar 2018, 13:23
Forum: ESP Easy: General Discussion
Topic: esp8266 pulse swits to domoticz
Replies: 16
Views: 9078

Re: esp8266 pulse swits to domoticz

Yes I see the "value" switching from 0 to 1 after puching the button
by Dick60
02 Mar 2018, 12:33
Forum: ESP Easy: General Discussion
Topic: esp8266 pulse swits to domoticz
Replies: 16
Views: 9078

Re: esp8266 pulse swits to domoticz

Still working on the button. So the situation is, I have an esp, on a switch device a puls is received and that pulse need to be send to Domoticz where it change the status from a domoticz switch. How can I get that working? any help is welcome. At the moment I use GPIO-15 as a normal switch and act...
by Dick60
01 Mar 2018, 22:52
Forum: ESP Easy: General Discussion
Topic: esp8266 pulse swits to domoticz
Replies: 16
Views: 9078

Re: esp8266 pulse swits to domoticz

I changed it into gpio 12. Result in Domoticz an continue production of "OFF" logs and does not stop. I know the ESP works goo because there is also a relay connected to the esp and clicking on the button in Domoticz, the relay activates. so from Domoticz to ESP is working but the other wa...
by Dick60
01 Mar 2018, 22:32
Forum: ESP Easy: General Discussion
Topic: esp8266 pulse swits to domoticz
Replies: 16
Views: 9078

Re: esp8266 pulse swits to domoticz

thanks for the reply. that is all what I did but after giving a pulse to my gpio 0 the log in domoticz continue in giving an "Off" and will not stop. it is a latch switch and in the off setting in Domoticz 1sec is added.. On my ESp I activated the pull up Any Idea
by Dick60
01 Mar 2018, 22:16
Forum: ESP Easy: General Discussion
Topic: esp8266 pulse swits to domoticz
Replies: 16
Views: 9078

esp8266 pulse swits to domoticz

How can I get it work. A pulse added ti a GPIO in my 8266 and activate a virtual switch in Domoticz. What i did alredy, add a device on 8266 and make it a switch input, normal switch. created a virtual switch in domiticz and add to "on action" the switch hyperlink. Why don't I see somethin...
by Dick60
11 Feb 2018, 18:26
Forum: ESP Easy: Projects / Applications
Topic: SSD1306 not framed
Replies: 4
Views: 4090

Re: SSD1306 not framed

thanks for the solution and put the WIKI in my Favorites. :D
by Dick60
11 Feb 2018, 18:05
Forum: ESP Easy: Projects / Applications
Topic: SSD1306 not framed
Replies: 4
Views: 4090

Re: SSD1306 not framed

I am new in this area. can you give me more info where to put the RST. I have no extra pin for that on my display.
by Dick60
11 Feb 2018, 17:40
Forum: ESP Easy: Projects / Applications
Topic: SSD1306 not framed
Replies: 4
Views: 4090

SSD1306 not framed

I used an Oled display SSD 1306 in a setpoint project. Now The first line display "ESP Easy" on my Oled. I did not add it to my settings. Can I make the first line empty again and How can I manage that?