Search found 242 matches

by Dick60
14 Feb 2024, 22:20
Forum: ESP Easy: General Discussion
Topic: MQTT settings
Replies: 5
Views: 304

Re: MQTT settings

Thanks for the explanation of the MQTT. Tomorrow I give it a try. For me it is good to learn more about this protocol. About the p2p it works good in most of the cases but I have 2 nodes that give me problems. Sometimes it takes a day before the connection is working again. I already replaced them b...
by Dick60
14 Feb 2024, 21:37
Forum: ESP Easy: General Discussion
Topic: MQTT settings
Replies: 5
Views: 304

Re: MQTT settings

Thanks for the reply. I know, I use the p2p protocol but o a regular base I loose the p2p connection between the nodes. I was a good reason to make a simple start with the MQTT server on my raspberry pi and solve the problem of the lost connection, but again see it as a start. I will continue in fin...
by Dick60
14 Feb 2024, 14:26
Forum: ESP Easy: General Discussion
Topic: MQTT settings
Replies: 5
Views: 304

MQTT settings

MQTT implementation. I am using Domoticz as my controler. Most of my devices are ESP32 or 8266 all with the latest firmware of ESPEASY. I am totaly a beginner with MQTT (yesterday 1st time installed). I Want to make a Lux value also avilable on another ESP8266 unit, call it ESP1. The data is produce...
by Dick60
25 Nov 2023, 11:27
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

Is there already some time for reviewing and optimization of the E-button plugin? If not, see it as a reminder.
by Dick60
08 Nov 2023, 15:01
Forum: ESP Easy: General Discussion
Topic: Node list on Main tab
Replies: 9
Views: 2122

Re: Node list on Main tab

The problem is solved. Loaded the latest firmware on another ESP8266 and p2p worked immedialyely. Loaded on the "old" not working ESP, the empy 4mb file. After that the Normal one and p2p worked again on the old one.
by Dick60
07 Nov 2023, 09:18
Forum: ESP Easy: General Discussion
Topic: Node list on Main tab
Replies: 9
Views: 2122

Re: Node list on Main tab

The UDP 8266 is activated on both esp's and also the Subnet 255.255.ect is the same. Currently I try to connect with a fresh esp and see what happens.
by Dick60
06 Nov 2023, 21:15
Forum: ESP Easy: General Discussion
Topic: Node list on Main tab
Replies: 9
Views: 2122

Re: Node list on Main tab

The naming convention is the same Unit Name:ESP_Easy and and a unique unit number. I have anther set op esp's using a p2p protocol, those work fine so for me it is a mistery but I will check the procedure with another empty esp.
by Dick60
06 Nov 2023, 20:34
Forum: ESP Easy: General Discussion
Topic: Node list on Main tab
Replies: 9
Views: 2122

Re: Node list on Main tab

On both the p2p enabled and both onport 8266
by Dick60
06 Nov 2023, 20:13
Forum: ESP Easy: General Discussion
Topic: Node list on Main tab
Replies: 9
Views: 2122

Node list on Main tab

I have 2 ESP8266 loaded with build mega-20231013. Both a unique Unit number and both on the same network and also both on PORT 8266. I want to use the p2p option. My observation: on unit 252 I see the other unit (240). On Unit 240 I don't see the 252 Unit. Repeatedly reloaded the firmware (and also ...
by Dick60
27 Oct 2023, 11:25
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

After a lot of testing, the final script is working . I played with the timer and this is the final working solution: on Switch#State do if %eventvalue1%=1 let,1,[int#1]+1 // Count pulses timerset,1,3 // Set timer to clear the counter elseif %eventvalue1%=11 let,2,[int#2]+1 //sum long press timerset...
by Dick60
26 Oct 2023, 16:57
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

Is it possible, instead of counting only the button pushes, to sum the value of the GPIO. For example: 2 short and 2 long results in a 24 (1+1+11+11) so I can do something with the value of the sum and the number or pushes. (switch on an led or something. This is my setup, sofar. The problem is that...
by Dick60
26 Oct 2023, 12:31
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

Thanks for the tip, I checked the code and now is this part working. I typed Elseif and not Else if. Here the correct code on Switch#State do if %eventvalue1%=1 let,1,[int#1]+1 // Count pulses timerset,1,1 // Set timer to clear the counter else if %eventvalue1%=11 and [int#1]=3 // Accept the code le...
by Dick60
26 Oct 2023, 10:18
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

I try to implement the 1 button solution mentioned earlier. It is a good temporary solution for my Ibutton. I implemented on on esp8266 with the latest firmware. In the log I get this error: 5332292: ACT : (restricted) restrict,1=11 and 1=3 5332297: Command unknown: 1=11 and 1=3 5332300: ACT : let,1...
by Dick60
19 Oct 2023, 22:13
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

Here my reminder for the Ibutton. I know you have more to do but again, it is a reminder :D
by Dick60
05 Oct 2023, 13:22
Forum: ESP Easy: General Discussion
Topic: Controler settigs
Replies: 3
Views: 747

Re: Controler settigs

Thanks for the helpfull explanation.
by Dick60
05 Oct 2023, 11:39
Forum: ESP Easy: General Discussion
Topic: Controler settigs
Replies: 3
Views: 747

Controler settigs

I am using the latest firmware for my esp8266 or esp32. Both boards have the same problem. The situation is that I have two controllers for my Domoticz (one active, the other inactive). On the Controller tab I made one inactive. In the Device tab I have not deactivated the settings of the inactive c...
by Dick60
17 Sep 2023, 19:11
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

No problem, See it as a reminder. :P
by Dick60
17 Sep 2023, 12:35
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

Still no time for checking the code? No hurry but only a reminder.
by Dick60
21 Aug 2023, 13:09
Forum: ESP Easy: Projects / Applications
Topic: Access to Domoticz_2023.2
Replies: 34
Views: 10554

Re: Access to Domoticz_2023.2

I have already a second pi with SD, every time I logged-on to my Domoticz, I always skipped the update but, as you can imagine, 10 days ago I accidentally hit the UPDATE button. :x :x :x Now I have to solve several errors. First try to find solutions myself ;)
by Dick60
21 Aug 2023, 10:05
Forum: ESP Easy: Projects / Applications
Topic: Access to Domoticz_2023.2
Replies: 34
Views: 10554

Re: Access to Domoticz_2023.2

Following on from this story I followed, I still haven't figured out how to get my HTTP calls working again (after my update of Domoticz). As indicated, I had to modify the command to SendToHttp,http://:<password>@ipnumber etc. What I did. The ESP log shows this 263650: SW : GPIO=15 State=1 Output v...
by Dick60
19 Aug 2023, 07:33
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

Just curious if there is any development in the optimalisation of the code? No hurry but still interested!
by Dick60
06 Aug 2023, 21:29
Forum: ESP Easy: General Discussion
Topic: Rules with an analog value
Replies: 2
Views: 760

Re: Rules with an analog value

It was the checkbox for the single event that had to be unchecked. II was already starting to doubt myself; such a simple script and not getting that done yet??? :D Thanks for the help
by Dick60
06 Aug 2023, 19:06
Forum: ESP Easy: General Discussion
Topic: Rules with an analog value
Replies: 2
Views: 760

Rules with an analog value

I have an ESP32 loaded with the latest firmware. Connected an LDR as an Analog device. That wordks fine, give s correct measurement (for me). Now I try to get a switch switching on a particular level, but the switch does not change from 0 to 1. It is al experimental, to learn more about Rules and re...
by Dick60
13 Jul 2023, 14:51
Forum: ESP Easy: General Discussion
Topic: Water level controler
Replies: 5
Views: 944

Re: Water level controler

This solution "3V3 --- 470 Ohm --- A0 --- VariableResistor --- GND "worked perfectly. 470 ohm was the correct one. Did not have to test other values :arrow:
by Dick60
11 Jul 2023, 22:08
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

is there any development in the code optimalisation
by Dick60
11 Jul 2023, 22:05
Forum: ESP Easy: General Discussion
Topic: Water level controler
Replies: 5
Views: 944

Re: Water level controler

I used the esp8266 for this test and connected one of the wires of the resistance vlotter to 3.3, the other wire of the vlotter to AO and from there a 10k resistor to gnd. Also selected the Anolog input internal device from the dropdown. But nothing in the log. Is a 10k a good option or another one ?
by Dick60
11 Jul 2023, 20:57
Forum: ESP Easy: General Discussion
Topic: Water level controler
Replies: 5
Views: 944

Water level controler

I have a kind of tube and the floating part of it is connected to a kind of resistor. The resistor level is from 0-190 ohm. I tried to connect it to the AQ on my esp8266 (like an LDR) but no result. Also tried the lever regulator device but also nothing in the log. I use the latest firmware. I want ...
by Dick60
08 Jul 2023, 09:40
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

I would appreciate that but also enjoy the nice weather :lol:
by Dick60
07 Jul 2023, 19:04
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

I wanted to test the last remark of the second ibutton. It works perfect. 2 Different ibuttons, 1 reader and 2 diffrent events. Thanks for the solution. I probably build it on an esp32 because of the cpu load.
by Dick60
06 Jul 2023, 15:50
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

I tested this solution and works fine but I prefer to wait for a better solution because I do not like the limitations of 1 button. I can buy some RW buttons but a reader to give them the same ID, is quit expensive and if it is correct, you only use it once, during the RW activity.THanks for this di...
by Dick60
06 Jul 2023, 13:01
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

but this part of reading the value of the key, where is that placed?
if %eventvalue1%=01-a3-be-8c-01-00-00-b5
by Dick60
06 Jul 2023, 12:31
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

I feel dom, The name of the iBotton is Device: Input - iButton name: test and values: iButton. I only have the 2 scripts as mentioned before. Combine??? I have not see that option
by Dick60
06 Jul 2023, 11:39
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

this is what is in the log "EVENT: test#All=0" and that is the only one,
by Dick60
06 Jul 2023, 11:17
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

hum, still struggling. This is what I have but see that the first event has the switch 13 . This cannot work in my opinion. I know, I do something wrong but what? on iButton#All* do // %eventvalue% is the actual value that triggered the event if %eventvalue1%=01-a3-be-8c-01-00-00-b5 // Above this vo...
by Dick60
06 Jul 2023, 11:04
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

I cannot follow this, I keep the first event iButton#All* and create another event called Dick60#present like this

Code: Select all

on dick60#present=1 do
gpio,13,1
else 
gpio,13,0
endof
endon
but where is the connection with the first event?
by Dick60
06 Jul 2023, 09:35
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

the discussion doesn't give me the impression if the iButton solution is a good oe. I am afraid that it will influence the overall performance of the other devices. I have to test that. Now I made an event. As soon as a certain key with ID (according the log "01-a3-be-8c-01-00-00-b5 [DS1990A]&q...
by Dick60
05 Jul 2023, 21:01
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

ha ha, it is all logic. You are right, it working but this is what I see 752422: DS : iButton searching for address: 0f-ff-8f-47-0e-00-00-f7 [] found: 752522: DS : iButton searching for address: 0f-ff-8f-47-0e-00-00-f7 and this is repeating. What can I do with the info of the key found and how can i...
by Dick60
05 Jul 2023, 19:57
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

I selected the Environment - 1-Wire Temperature

I searched for the correct device and found it in the test set A. I gona test it now. To be continued!
by Dick60
05 Jul 2023, 18:25
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

no event was generated and forgot to mention that I selected the 1 wire Dalles sensor from the dropdown
by Dick60
05 Jul 2023, 18:08
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

I received my 1 wire reader and buttons. Installed the latest firmware on my esp8266 and connected the data line of the reader to GPIO 12 and the other wire to gnd. Also added a 4.7k pull-up resister to the 3.3v of the esp. A port number is generated (01-a3-be-8c-01-00-00-b5 [DS1990A]). Now the prob...
by Dick60
20 Jun 2023, 22:23
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

Thanks guys, I know if someone wants to do bad things, no security system will stop that. I will order a 1 wire button for testen purpose and deside later what to implement and how. I also test the phisical button solution and test the debounching problemen. Enough for New experiences :D
by Dick60
20 Jun 2023, 20:21
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

Is the security of the button comparable to the rfid dongle? You hear more and more that rfid drops are easy to crack by a code generator, holding near the reader. Is that also the case with the 1 wire option?
by Dick60
20 Jun 2023, 14:14
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

Thos w-wire is New for me button in Google I cant't find anything. The other solution is alsof possible because rhe wires are short button behoren implementing something I want to read more abortus the w-wire switch. Do you have a link?
by Dick60
20 Jun 2023, 12:24
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

Re: One button code lock

Ahh, I am searching for a one button (un)lock after finishing a button- push sequence. It it is the wrong sequence, the relay must be blocked for a some time. If is as an add-on for my current door openen (extra safety). As you mentioned, a 1 wire solution is also a possibility but I don't know how ...
by Dick60
20 Jun 2023, 11:30
Forum: ESP Easy: General Discussion
Topic: One button code lock
Replies: 54
Views: 19954

One button code lock

Can someone help me get started with a single button code (un)lock. It must activate a relay.
by Dick60
14 Apr 2023, 18:33
Forum: ESP Easy: General Discussion
Topic: Rules best approach
Replies: 34
Views: 4000

Re: Rules best approach

there was a space in front of the command. I thought that it was not that important but that did the job. Strange but now no errors anymore
by Dick60
14 Apr 2023, 10:46
Forum: ESP Easy: General Discussion
Topic: Rules best approach
Replies: 34
Views: 4000

Re: Rules best approach

fixed it already
by Dick60
14 Apr 2023, 10:27
Forum: ESP Easy: General Discussion
Topic: Rules best approach
Replies: 34
Views: 4000

Re: Rules best approach

This is working :D :D . Now that I know that you can use a wildcard, makes other projects for even more simple, ha ha. Thanks for the support and I finish-up the project.
by Dick60
14 Apr 2023, 09:42
Forum: ESP Easy: General Discussion
Topic: Rules best approach
Replies: 34
Views: 4000

Re: Rules best approach

Sorry, I forgot to mention that the log was the result of the adjusted script I changed already. So the result of the log is from this script: on Stekkerdoos_houtSW1#State do If [Stekkerdoos_houtSW1#State]=0 GPIO,33,0 else GPIO,33,1 endif AsyncEvent,checkSwitches endon on Stekkerdoos_houtSW2#State d...
by Dick60
14 Apr 2023, 08:11
Forum: ESP Easy: General Discussion
Topic: Rules best approach
Replies: 34
Views: 4000

Re: Rules best approach

Push SW1(gpio13) resulting activate ST1(gpio33) and turn on the LED(gpio16). SW : GPIO=13 State=1 Output value=0 EVENT: Stekkerdoos_houtSW1#State=0 ACT : GPIO,33,0 GPIO : port#33: set to 0 ACT : AsyncEvent,checkSwitches EVENT: checkSwitches ACT : LogEntry,'checkSwitches: current state: [ST1 Or ST2]...