Search found 734 matches

by tozett
10 Oct 2018, 20:40
Forum: ESP Easy: Software
Topic: New MQTT lib in Tasmota, something for ESPEasy?
Replies: 3
Views: 3555

Re: New MQTT lib in Tasmota, something for ESPEasy?

maybe you get some miliseconds free? because some how "non-blocking"? but maybe other drawbacks? https://github.com/256dpi/arduino-mqtt/issues/117 i dont know, but the ntp-source of espeasy (at the time i looked in 2016) had some blocking routines, i can remember.. it stopped my led-matrix...
by tozett
10 Oct 2018, 20:36
Forum: ESP Easy: Software
Topic: (solve) Problem with Compiling in Arduino
Replies: 13
Views: 15391

Re: (solve) Problem with Compiling in Arduino

i don think i use the CHT16K33 library at all, only if it was in the source of espeasy. i took a fresh ide-folder, renamed the arduino-ide lib-folder and put only the libs from the esp-source in there. maybe there is another place for another lib? but i never heard of it, i did not cousciously insta...
by tozett
10 Oct 2018, 17:20
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 155899

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

version from 2018/10/10, running with espeasy source 20181002: (i first had a bug in the brightness-value web-form. but here it is fixed): #ifdef USES_P042 //####################################################################################################### //####################################...
by tozett
10 Oct 2018, 17:18
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 155899

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

i used my brain, exhanged the old string += "" method with addhtml(), and it works now. the waring about symtype_len seems to me ignorable, i googled it and it seem to be a coder-trick to get the length of the enum. as far as it is working at the moment, i am happy. :D lets see, how many u...
by tozett
10 Oct 2018, 16:31
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 155899

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

this is the place with the error, but what to do?
(sadly, i am no coder...) :cry: :cry:
by tozett
10 Oct 2018, 16:23
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 155899

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

Bug in PLUGIN_WEBFORM_LOAD, should not append to string, use addHtml() instead

i also discoverd a web-error in the (patched) plugin 042.
again, i dont know where to look, the source seems big meanwhile...


and it does not work :cry: :cry:
by tozett
10 Oct 2018, 16:08
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 155899

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

Remove the first entry (the string) of the calls to these functions in your ino file. Thanks, i removed the "string" word, these errors are gone. the code seems to need somehow some polish, but it compiled to the end. maybe these errors/warings can be re-coded to better code? :\daten\olaf...
by tozett
10 Oct 2018, 12:23
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 155899

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

I am Not Sure, What to Change in the Code exactly. I can Experiment later with your hint.

Anyway Thanks for quick Response

(Mobile Edited), tozett
by tozett
10 Oct 2018, 10:49
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 155899

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

Hello, I made some updates on your plugin for my own usage : > Led count and column count in plugin configuration (need a restart to apply) > Some more effects ( find some inspiration at https://www.tweaking4all.com/hardware/arduino/adruino-led-strip-effects/ ) Feel free to take these changes. #ifd...
by tozett
10 Oct 2018, 10:38
Forum: ESP Easy: Software
Topic: (solve) Problem with Compiling in Arduino
Replies: 13
Views: 15391

Re: (solve) Problem with Compiling in Arduino

i tried mit source 20181002 to build the binary, i set up a clean arduino-ide, used only the libs from the source, but got the same "WARINGS" like in first thread. Using board 'd1_mini' from platform in folder: C:\Users\olaf\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.4.1 U...
by tozett
10 Oct 2018, 10:18
Forum: ESP Easy: Software
Topic: (solve) Problem with Compiling in Arduino
Replies: 13
Views: 15391

Re: (solve) Problem with Compiling in Arduino

after compile you will find a .bin file in the sketchfolder. i guess.
did it help?
by tozett
10 Oct 2018, 08:18
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 155899

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

Hello, I made some updates on your plugin for my own usage : > Led count and column count in plugin configuration (need a restart to apply) > Some more effects ( find some inspiration at https://www.tweaking4all.com/hardware/arduino/adruino-led-strip-effects/ ) Feel free to take these changes. can ...
by tozett
10 Oct 2018, 07:29
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 155899

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

maybe an illustrating picture of your candles?

:D
by tozett
05 Oct 2018, 20:22
Forum: ESP Easy: General Discussion
Topic: BUGs/Requests/source-code discussion here or on github?
Replies: 3
Views: 3106

Re: BUGs/Requests/source-code discussion here or on github?

thanks for reply,
i will go to github and look through...

still love espeasy after this years...
;-))
by tozett
05 Oct 2018, 18:14
Forum: ESP Easy: General Discussion
Topic: BUGs/Requests/source-code discussion here or on github?
Replies: 3
Views: 3106

BUGs/Requests/source-code discussion here or on github?

long time ago discussion/Bug-hunting was done here in the forum ( like in 2016 ), now i see on github tags for feature-requests/bugs. i a missing some dokumentation about neoxpixel plugin, even if it is added to the main branch specially wich GPIOS to use - or not to use. Also i think it could be a ...
by tozett
04 Oct 2018, 20:17
Forum: ESP Easy: General Discussion
Topic: Tips for shortening rules
Replies: 16
Views: 10819

Re: Tips for shortening rules

great ideas, to solve rfid-keyopen with rules. did you ever thought of time-slots, on which some key is only valid? i send tag-id to my gira-homeserver, wich checks if the key comes in on an allowed day. and i check, if the key comes in at daytime (for parcel-delivery) and some key-groups are forbid...
by tozett
03 Oct 2018, 20:15
Forum: ESP Easy: Hardware
Topic: Two RFID Wiegand Reader
Replies: 9
Views: 11244

Re: Two RFID Wiegand Reader

i asumed noise on the power-supply and used my stable lab-power-source. still "reset-bits", no stable reading. last minute i installed a wiegand library from the arduino-IDE (this one: https://github.com/paulo-raca/YetAnotherArduinoWiegandLibrary) and used a simple test-sketch from there o...
by tozett
03 Oct 2018, 18:22
Forum: ESP Easy: Hardware
Topic: Two RFID Wiegand Reader
Replies: 9
Views: 11244

Re: Two RFID Wiegand Reader

yes, seems you are right: i activated serial logging with this new device, as far as i remember i did this not in the past. i will check this.. i had i working today at the lab, now i mounted all at the front-door, now i get lots of "reset bits messages", the wiegand is not properly read i...
by tozett
02 Oct 2018, 21:20
Forum: ESP Easy: Hardware
Topic: Two RFID Wiegand Reader
Replies: 9
Views: 11244

Re: Two RFID Wiegand Reader

maybe its all solved, but this thread gave me the right hint for trying something new. this solution-thread pushed me to tell my story: i have a new 13.67 MHR reader "dc-9" with wiegand output. as i wired it to me wemos d1 on gpio D3+D4 it got no reading result. only some misterious messag...
by tozett
27 May 2018, 17:46
Forum: ESP Easy: Hardware
Topic: SOLVED/Working: Wiegand26 input from Fingerprint - and RFID Tag
Replies: 44
Views: 51520

Re: SOLVED/Working: Wiegand26 input from Fingerprint - and RFID Tag

hmmm, a HID-Device gives the Wiegand numbers or tag-ID as you would type it with a keyboard. a HID-Device could also work as a mouse. see: https://en.wikipedia.org/wiki/Human_interface_device i think espeasy can control other device types, but not HID without modifications. my you check again here: ...
by tozett
01 May 2017, 08:08
Forum: ESP Easy: Projects / Applications
Topic: RFID Access control / door lock actuator
Replies: 42
Views: 48806

Re: RFID Access control / door lock actuator

your level shifter looks good (mine was confusing to use), does the oszi show a better signal after shifting? do you made a screenshot? esp is 5v tolerant as i found here: https://www.letscontrolit.com/forum/viewtopic.php?f=4&t=1882&p=8713&hilit=level#p8713 so your shifter is more to str...
by tozett
30 Apr 2017, 13:45
Forum: ESP Easy: Projects / Applications
Topic: RFID Access control / door lock actuator
Replies: 42
Views: 48806

Re: RFID Access control / door lock actuator

I use my reader without a level shifter, esp can handle 5v,
I documentated this here in the forum somewhere

May you try this also to simplify electronics...
by tozett
28 Apr 2017, 11:44
Forum: ESP Easy: Projects / Applications
Topic: RFID Access control / door lock actuator
Replies: 42
Views: 48806

Re: RFID Access control / door lock actuator

from wiegand 26 to 34 should not be a really big problem, but i think its up to the coder/developer to expand the existing code. martinus was very quick in the past to do such things, dont know if the actual developer can help you. as i am no coder, i regret i cannot help, but if i could code perfec...
by tozett
19 Apr 2017, 23:04
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 633200

Re: ESP Easy Mega

good list,
looks like my start with a list in 01/2016 at ver 072...
;)
https://www.letscontrolit.com/forum/vie ... =731#p3475

lots of things done, somethings still preferable.
looks like work for the devs... go for it...
+1
by tozett
18 Apr 2017, 14:35
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 633200

Re: ESP Easy Mega

can you make a issue for it on github, if there isnt one already? i dont think its necessary on this single case, (for differnt reasons) i was tampered to comment on the beforegoing general discussion about the new development-ways of espeasy and the (wish by the devs?) to ease the implementing for...
by tozett
17 Apr 2017, 22:44
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 633200

Re: ESP Easy Mega

(only a sidenote for the before discussion in this thread about useful places for help) for the ntp-thing, on github one could mark this issue as solved, it could has ben categorized by the devs...., put in the wiki-help... ... i would find such as a shortcut on the search for help with espeasy, but...
by tozett
14 Apr 2017, 17:39
Forum: ESP Easy: Hardware
Topic: SOLVED/Working: Wiegand26 input from Fingerprint - and RFID Tag
Replies: 44
Views: 51520

Re: SOLVED/Working: Wiegand26 input from Fingerprint - and RFID Tag

... with 250 tags the rule list is too long for memory and it might be too slow. Yeap. I use spiff (Filesystem) to store static htm files. If i call them with Browser, it (sometimes) takes a bit, but it is always working. So 250 tags could go onto spiffs-filesystem in a text-file. This could easy b...
by tozett
14 Apr 2017, 10:52
Forum: ESP Easy: Hardware
Topic: SOLVED/Working: Wiegand26 input from Fingerprint - and RFID Tag
Replies: 44
Views: 51520

Re: SOLVED/Working: Wiegand26 input from Fingerprint - and RFID Tag

But 250 tags is far beyond the capacity of ESPEasy together with ESP8266 memory. Anyway every tag/id is only around 15 characters, so 250 could be handled. Maybe takes longer to search through a list of 250tags, until door finally opens. No impossible, but domoticz/raspberry is a cheap and powerful...
by tozett
14 Apr 2017, 10:44
Forum: ESP Easy: Hardware
Topic: SOLVED/Working: Wiegand26 input from Fingerprint - and RFID Tag
Replies: 44
Views: 51520

Re: SOLVED/Working: Wiegand26 input from Fingerprint - and RFID Tag

You have the hardware you need in place. Working. Fine. You only have to find a system on domoticz or rasperry (python/bash-script) to handle the 250 keys.... There are certain many ways to do this...hmmm This is maybe at least not the best thread for this certain programming task on domoticz/raspbe...
by tozett
13 Apr 2017, 18:56
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 633200

Re: ESP Easy Mega

+1 :D
by tozett
13 Apr 2017, 18:42
Forum: ESP Easy: Hardware
Topic: SOLVED/Working: Wiegand26 input from Fingerprint - and RFID Tag
Replies: 44
Views: 51520

Re: SOLVED/Working: Wiegand26 input from Fingerprint - and RFID Tag

In this Reader you can allow Tags directly by the Reader.
But i did not wire the Reader with the Lock!!
I personally allow all Tags, than get the tag-id from the Reader to the espeasy, and from there forward it to my allow list in My Homeserver. I don't use Events for this.

Any other question?
by tozett
10 Apr 2017, 08:17
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 633200

Re: ESP Easy Mega

The goal is to keep the issue tracker as short as possible so devs can focus on fixing bugs. Hope this clears things up a bit? Yeah, Points are Made in this thread, how to improve. But must still be Set Up... But another new example dir the old Problem s, that this thread and bis single topic has n...
by tozett
07 Apr 2017, 12:32
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 633200

Re: ESP Easy Mega

i find it extremly helpful for bugfixing to see such user-reports, and solutions. but now it seems again, that we have two places to keep up to for this. this wiki and the issues in bug-tracker on github ... in the past i checked a lot around this wiki to find helpful reports and hints on a lot of d...
by tozett
06 Apr 2017, 16:58
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 633200

Re: ESP Easy Mega

- flashing a binary file will be ok for most users. ... this was also mentioned by martinus a (longer) time agao, to go the way of a binary. but i never saw any statistical proof (download link-counter) for either way? anyway. the choice seems up to the devs... i personally would be glad, if this l...
by tozett
04 Apr 2017, 21:52
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 633200

Re: ESP Easy Mega

Altough the point of ESPEasy is to be able to grab one binary firmware file, flash it, and then select the plugin from the build in webgui. i dont know if you a going this route, but to my failing memory, i think, i suggested years ago (for the quoted point above, to help simple "users" w...
by tozett
04 Apr 2017, 21:47
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 633200

Re: ESP Easy Mega

Do you have any suggestions on how we can make things more clear, so that we can save other people some time? A hint or url at the right places might help a lot: ... Currently we're trying to get a stable and usable version 2.0.0 for everybody to work with. i try to stay close to the new developmen...
by tozett
04 Apr 2017, 21:42
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 633200

Re: ESP Easy Mega

a system to select one/or a set of plugins would be fine.

[x] Plugin 01-function-RAMuse:0100
[x] Plugin 02-function-RAMuse:0125

...

or a parser for plugin [1,2,3-45,47...]
like in the rules...

...

or a memory set:
plugins with no memory/medium/full...
by tozett
04 Apr 2017, 21:30
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 633200

Re: ESP Easy Mega

this new road is a good road for espeasy, i follow espeasy since some early builds. but the new way has the same different places to look for getting it going as in the old days... looking around the forum, looking around the wiki, and (tanks good) now looking in the github issues. but also hard to ...
by tozett
17 Jan 2017, 09:11
Forum: ESP Easy: General Discussion
Topic: MQTT subscribed - how to execute cmds on esp8266?
Replies: 7
Views: 9353

Re: MQTT subscribed - how to execute cmds on esp8266?

i am not sure, if mqtt works generally as input to espeasy. maybe only in a plugin, where it is coded in. somebody said try this: Did you try to send MQTT command to the topic "/<%sysname%>/cmd"; it shoudl work... somebody else said , you need the mqtt import plugin. Next, MQTT... I also c...
by tozett
16 Jan 2017, 13:27
Forum: ESP Easy: Hardware
Topic: RFid reader - Wiegand - Bug with noise-detection?
Replies: 3
Views: 4909

Re: RFid reader - Wiegand - Bug with noise-detection?

i disabled the noise-detection in espeasy source ver 147 and get normal readings... i dont understand the reset-loop... :roll: start-condition for bitcount=0,prev=0 is true -> noise but when the bitcounter increments, prev will get this value in the loop... and than noise-dection triggers immediatel...
by tozett
16 Jan 2017, 12:43
Forum: ESP Easy: Hardware
Topic: RFid reader - Wiegand - Bug with noise-detection?
Replies: 3
Views: 4909

Re: RFid reader - Wiegand - Bug with noise-detection?

i splitted the plugin 008 (rfid-wiegand) out from the esp-source (ver147, core 2.3.0), and let i run as a simple sketch on my wemos mini d1 (ver2.1). instantly when i disable the noise-detection, i got a key-result. this works i am somwhow a noob, so i cannot imagen what must be changed in the sourc...
by tozett
16 Jan 2017, 11:15
Forum: ESP Easy: Hardware
Topic: RFid reader - Wiegand - Bug with noise-detection?
Replies: 3
Views: 4909

Re: RFid reader - Wiegand - Help needed

i got it working. with an arduino-leonardo. i used this code "HID RFID Reader Wiegand Interface (2012)" from here: http://forum.arduino.cc/index.php?topic=128639.0 i decodes wiegand 26bit (sometimes not). but in espeasy nothing showed up. maybe some good developer sees differences/improvem...
by tozett
15 Jan 2017, 13:53
Forum: ESP Easy: Projects / Applications
Topic: RFID Access control / door lock actuator
Replies: 42
Views: 48806

Re: RFID Access control / door lock actuator

Does anyone know if this would be possible? i dont think so, because you only get from the reader the powerline for unlocking a lock. the images dont show some usefull output from the reader to use in espeasy http://pic.ebayimg.net/11/201512/60981_2.jpg?TaskDetailId=16495307_36e7da4a maybe thats en...
by tozett
15 Jan 2017, 13:47
Forum: ESP Easy: Hardware
Topic: HC-SR501 PIR issue's
Replies: 31
Views: 36934

Re: HC-SR501 PIR issue's

i played with the radar-pir. looks they are working ok, but they have 360 degree observation. i put one in a tin-can and tried to limit it to 100 degree with that. but i had to put this on hold. i am short of time ... meanwhile i had a problem with rfid on my frontdoor and i am trying to get this so...
by tozett
15 Jan 2017, 11:41
Forum: ESP Easy: Hardware
Topic: RFid reader - Wiegand - Bug with noise-detection?
Replies: 3
Views: 4909

RFid reader - Wiegand - Bug with noise-detection?

Hi, i ordered a longrange Reader from aliexpress , looks like its generally working. It beeps at start and also recognizing a tag. but the (probably) Wiegang-Signal is not recognized by ESPeasy. (espEasy ver147 on wemos mini d1 and nodemcu ver1 boards. both dont work) In the past i managed succesful...
by tozett
17 Dec 2016, 11:17
Forum: ESP Easy: Hardware
Topic: HC-SR501 PIR issue's
Replies: 31
Views: 36934

Re: HC-SR501 PIR issue's

new info from aliexpress seller website:
by tozett
16 Dec 2016, 21:51
Forum: ESP Easy: Hardware
Topic: HC-SR501 PIR issue's
Replies: 31
Views: 36934

Re: HC-SR501 PIR issue's

i left all default resistors in place,
means probably 20k for sensitivty (10-100k, higher resistance is less sensitivity, like a comment wrote)
and also default for time (30s) (as i checked later, on my pcb there is _no_ resistor ~ 30sec ??)
by tozett
16 Dec 2016, 21:46
Forum: ESP Easy: Hardware
Topic: HC-SR501 PIR issue's
Replies: 31
Views: 36934

Re: HC-SR501 PIR issue's

I replaced the sensitivity resistor with a 47K The time resistor with 4.7K. Need to finetune a little bit because i just noticed, when my wife goes to the toilet at night, i got a (false) positive from the sensor one floor lower in the living room. Would be glad about FEEDBACK.... because i finally...