Search found 734 matches

by tozett
14 Nov 2016, 10:38
Forum: ESP Easy: Software
Topic: Unknown behavior after flashing
Replies: 1
Views: 1939

Re: Unknown behavior after flashing

could you post the output from arduino-serial monitor?

may check here: viewtopic.php?f=4&t=184
by tozett
14 Nov 2016, 10:27
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 121280

Re: ESP Easy next stable... (release candidates)

whats/why the difference between r145_RC6 and the R145 on github?
by tozett
14 Nov 2016, 10:08
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 121280

Re: ESP Easy next stable... (release candidates)

just a remark to you (older) post, i did not see early enough..., sorry.: NTP : NTP sync request:2 NTP : NTP send to 185.27.174.7 NTP : NTP replied: 14 mSec Took only 14 milliseconds. And this happens once per hour. big thanks for reply. i can live with current implementation. no problem. but as it ...
by tozett
12 Nov 2016, 11:13
Forum: ESP Easy: Hardware
Topic: SOLVED/Working: Wiegand26 input from Fingerprint - and RFID Tag
Replies: 44
Views: 52875

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

my reader is mounted on the frontdoor. outside. now as it getting colder, it takes some minutes with the finger strongly pressed onto the reader, that after sometime the reading starts. i here the beeps, if the reader has done its work. seems somehow less with espeasy, more with the reader itself. i...
by tozett
08 Nov 2016, 08:22
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 121280

Re: ESP Easy next stable... (release candidates)

Ahh, ok.
But May you want to change the ntp Code and eliminate the delay either way. ?

May cherowly (or me and some other) can Test afterwards hopefully this 'improvement'..?!
by tozett
07 Nov 2016, 08:48
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 121280

Re: ESP Easy next stable... (release candidates)

Martinus wrote:Current status:
  • Bug #10 OPEN : Intermittent issue getting NTP time during boot - maybe fixed in R142, need feedback...

I gave some Feedback Here before. Didn't this help?
by tozett
01 Nov 2016, 18:52
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 159784

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

you got me starting again with espeasy and leds....

an actual finding, mabye of interest

+1

https://github.com/jasoncoon/esp8266-fastled-webserver
by tozett
31 Oct 2016, 14:25
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 159784

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

It's possible to use FastLED library instead of Adafruit_NeoPixel in your sketch? FastLED supports basically all types of LED controllers, including NeoPixel ws28121B hi dominik, consider to use fastled lib (to play with?) as an alternative. i found color-palettes very playful. you can change color...
by tozett
31 Oct 2016, 11:00
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 159784

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

I uploaded my basic test plugin for neopixel in the playground: https://github.com/ESP8266nu/ESPEasyPluginPlayground/blob/master/_P122_NeoPixel.ino Use rules commands to control single WS2812 leds into any color: neoPixel <led nr>,<red>,<green>,<blue> Just a demo rules set for a single LED: on Syst...
by tozett
31 Oct 2016, 09:35
Forum: ESP Easy: Hardware
Topic: Support for ESP32 - the story so far
Replies: 29
Views: 37981

Re: Support for ESP32 - the story so far

where did your esp32 came from? aliexpress?
by tozett
31 Oct 2016, 09:27
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 159784

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

There is one thing in the github version that I had to add to make it compile and run and this was to define the variable "timer25ms" using: unsigned long timer25ms; This is placed next to where the "timer100ms" is defined. I have fixed that in the Github text ... @devs... can t...
by tozett
31 Oct 2016, 09:14
Forum: ESP Easy: Hardware
Topic: gizwits board - anybody has one?
Replies: 16
Views: 13008

Re: gizwits board - anybody has one?

Monosurround wrote:But with the message

INIT : Incorrect PID or version!
you should try to clear the flash.

this was described here in the forum three or four times as a solution ...
viewtopic.php?f=4&t=1604&start=20&hilit=clear+flash
by tozett
31 Oct 2016, 08:08
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 121280

Re: ESP Easy next stable... (release candidates)

BUG 10# NTP issues: first mentioned: http://www.letscontrolit.com/forum/posting.php?mode=quote&f=6&p=10460#pr10460 Current bugstatus: Bug #01 FIXED in R138 : Clock event at system boot issues quote] Sometimes the NTP server does not reply, but in my network this is a rare condition. I'll see...
by tozett
03 Oct 2016, 17:48
Forum: ESP Easy: Software
Topic: Use SPIFFS for funny stuff - JavaScript as an example
Replies: 10
Views: 18649

Re: Use SPIFFS for funny stuff - JavaScript as an example

just to give an impression, i am testing all this, to get a 8x8matrix running. i bought a 1 hardsoldered element of four 8x8 matrices in china. the orientation of each segment was at first not changeable, but after research i found a max7129 lib together with adafruit glx-lib, and today i made a pro...
by tozett
03 Oct 2016, 14:37
Forum: ESP Easy: Software
Topic: Use SPIFFS for funny stuff - JavaScript as an example
Replies: 10
Views: 18649

Re: Use SPIFFS for funny stuff - JavaScript as an example

now the code-pieces, how i managed to serve .html (or .html.gz)-files from spiffs. it was meant for testing, i am no real coder, but in my testcode it works stable and satisfactory good for me. 1. i assume SPIFFS was flashed to the ESP. 2. in the server-handle i snapped into the .onnotfound a search...
by tozett
03 Oct 2016, 14:03
Forum: ESP Easy: General Discussion
Topic: Speaker function ?
Replies: 35
Views: 30408

Re: Speaker function ?

hope this doku finds it way to the wiki ... ;)
by tozett
03 Oct 2016, 14:01
Forum: ESP Easy: General Discussion
Topic: (simple) Enhancement for GPIOs in WebUI
Replies: 8
Views: 8453

Re: (simple) Enhancement for GPIOs in WebUI

cool. +1, i use the wemos D1 mini (like some others do.) http://escapequotes.net/wp-content/uploads/2016/02/d1-mini-esp8266-board-sh_fixled.jpg there were some post, where errors occured only by another different pin-numbering through wemos. it integrated, ESPeasy could again a little be easier.. :l...
by tozett
03 Oct 2016, 13:56
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 189155

Re: Feature Request collection/list

this (bug-)fix didnt jumped onto the devs-feature-list by itself,
so i like to promote it again:

NTP code is blocking 1500ms in while-loop. please change!
http://www.esp8266.nu/forum/viewtopic.p ... =ntp#p9271
by tozett
02 Oct 2016, 15:05
Forum: ESP Easy: Software
Topic: Use SPIFFS for funny stuff - JavaScript as an example
Replies: 10
Views: 18649

Re: Use SPIFFS for funny stuff - JavaScript as an example

i investigated a little further, and the key to the clever table seems to be in the renaming of bootstrap-table.js to remura.js. in the chrom inspector a saw the inner code of remura.js, an there it seems as hallard capsuled it and uses http://bootstrap-table.wenzhixin.net.cn/ this table can get its...
by tozett
02 Oct 2016, 14:44
Forum: ESP Easy: Software
Topic: Use SPIFFS for funny stuff - JavaScript as an example
Replies: 10
Views: 18649

Re: Use SPIFFS for funny stuff - JavaScript as an example

hi dominik, i a trying to put my pieces together, but as it was a testing setup it is not polished as it should. and i am still looking for better solutions than mine.. :P i found it a hallard.me, i posted some screenshots before. now i found the source. https://github.com/hallard/remora_soft i down...
by tozett
02 Oct 2016, 14:30
Forum: ESP Easy: Projects / Applications
Topic: From Nodo to something new...
Replies: 2
Views: 2980

Re: From Nodo to something new...

:D
+1
(old box is a little big like smart-devices in old days..? )
;)
by tozett
02 Oct 2016, 14:17
Forum: ESP Easy: General Discussion
Topic: Total IOT home solution
Replies: 4
Views: 5379

Re: Total IOT home solution

espeasy can connect to each other,
there is a function for global-exchange between units of sensor-data and logic-rules.

but it is nothing above this in the sense of an all-in-one-smart-home-solution...
by tozett
02 Oct 2016, 08:25
Forum: ESP Easy: General Discussion
Topic: Speaker function ?
Replies: 35
Views: 30408

Re: Speaker function ?

wonderful addition.

hi dev,
are you listening here?

can it go into the main development branch?

(or someone good in coding make a plugin? moelski? :mrgreen: )

:mrgreen:
by tozett
02 Oct 2016, 08:23
Forum: ESP Easy: General Discussion
Topic: Total IOT home solution
Replies: 4
Views: 5379

Re: Total IOT home solution

i think your qustion is somehow to general in this forum.
espeasy is only a small (sensor)-part of an overall smarthome solution.
there are better places to look for this general information,
first i would go with google, maybe search for openhab, fhem, and the like..
by tozett
02 Oct 2016, 08:20
Forum: ESP Easy: Software
Topic: Use SPIFFS for funny stuff - JavaScript as an example
Replies: 10
Views: 18649

Re: Use SPIFFS for funny stuff - JavaScript as an example

i put my snippets in a readable form together, than i post i here.

meanwhile i searched for the stuning example with esp8266 and bootstrap gui (like i tried it),
and it seems to be from http://www.hallard.me ...here: http://hallard.me/wifinfo/
by tozett
30 Sep 2016, 14:01
Forum: ESP Easy: Software
Topic: Use SPIFFS for funny stuff - JavaScript as an example
Replies: 10
Views: 18649

Re: Use SPIFFS for funny stuff - JavaScript as an example

I figured out that loading from spiffs is not really fast. So having a full blown Framework could be a little bit overwhelming für SPIFFS? it seems only sometime, only very, very little slower. but not even remarkable. i can post some snippets to experiment. there is also a sketch with a spiffs-bro...
by tozett
30 Sep 2016, 11:30
Forum: ESP Easy: Software
Topic: Use SPIFFS for funny stuff - JavaScript as an example
Replies: 10
Views: 18649

Re: Use SPIFFS for funny stuff - JavaScript as an example

tozett asked if I can post some notes about the way I´m using SPIFFS in my WLAN Candle project. hi dominik, i had some troubles with neopixel-libs on the espeasy, so i am interested in the rest of your code, specially wich LED (ws2812?) and library you used. (did not found it on the playground?) i ...
by tozett
30 Sep 2016, 11:20
Forum: ESP Easy: Software
Topic: Use SPIFFS for funny stuff - JavaScript as an example
Replies: 10
Views: 18649

Re: Use SPIFFS for funny stuff - JavaScript as an example

i fiddled with SPIFFS and now (without ESPeasy) i have some code-snippets to upload/delete files on SPIFFS via browser/client. also i server .html-pages from SPIFFS, if there is one, else call some routines (like in ESPeasy). i loaded up stylesheet and fonts to use bootstrap, makes easy to have shin...
by tozett
30 Sep 2016, 11:14
Forum: ESP Easy: Projects / Applications
Topic: K-Type / MAX6675 build in
Replies: 54
Views: 48869

Re: K-Type / MAX6675 build in

slow cooking?
thanks for the images, getting hungry ...
! :D
by tozett
29 Sep 2016, 11:09
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 189155

Re: Feature Request collection/list

ok. seems to be software configurable. riddle solved. :|
https://github.com/esp8266/Arduino/issu ... -167515482
by tozett
29 Sep 2016, 10:12
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 189155

Re: Feature Request collection/list

i checked all my 8 wemos-boards. all the same.
only first part different, everything the same.
means: the same last 3 parts of the mac for STA+AP.
look:
by tozett
29 Sep 2016, 10:06
Forum: ESP Easy: Software
Topic: More than one generic HTTP server IP possible?
Replies: 6
Views: 5114

Re: More than one generic HTTP server IP possible?

consider using node-red as backend, that can distribute than on more...
there is info on this forum for going that way, if you like..
by tozett
29 Sep 2016, 10:03
Forum: ESP Easy: General Discussion
Topic: Some advise for compiling last releases?
Replies: 27
Views: 26994

Re: Some advise for compiling last releases?

cool. thank. you open a new topic SPIFFS? i had some testing code working, serving files from spiffs. if not found, than the usual way on ESPeasy. while bug-hunting i found a great example for an already working best-looking gui with SPIFFS. worth to have a look? https://github.com/esp8266/Arduino/i...
by tozett
28 Sep 2016, 09:41
Forum: ESP Easy: General Discussion
Topic: ESP is restarting after 5 seconds
Replies: 20
Views: 27258

Re: ESP is restarting after 5 seconds

there were some reports on the forum, somewhere deep in some threads. not always easy to find, but its here. takes some times. may try this? http://www.esp8266.nu/forum/viewtopic.php?f=6&t=790&p=3987&hilit=nodemcu+clear+flash#p4031 same thread, little earlier: http://www.esp8266.nu/forum...
by tozett
28 Sep 2016, 09:35
Forum: ESP Easy: General Discussion
Topic: Some advise for compiling last releases?
Replies: 27
Views: 26994

Re: Some advise for compiling last releases?

moelski wrote: Loading javascript from a webpage is also no problem for SPIFFS. Excellent 8-)
But I will open a new topic in Projects for that.
any chance to see your SPIFFS code from this project?
:D
by tozett
28 Sep 2016, 09:31
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 189155

Re: Feature Request collection/list

beic wrote: There are two MAC address shown, Client and AP Mode...so, the ChipID would come from?!
on my esps, the last 3 segments are identical on both, CLIENT ant AP. (only the first parts are different)
by tozett
28 Sep 2016, 09:29
Forum: ESP Easy: General Discussion
Topic: ESP is restarting after 5 seconds
Replies: 20
Views: 27258

Re: ESP is restarting after 5 seconds

ahh, ok. sounds to me, if there had been amount of such behaviors here in the forum.
you have to clean the flash completely.
do this by flashing once nodemcu, than back to espeasy.
or some other methods. i look here where it was posted and come back with the link
by tozett
28 Sep 2016, 08:08
Forum: ESP Easy: Projects / Applications
Topic: Nodo Small revival project
Replies: 14
Views: 16282

Re: Nodo Small revival project

what about opening "nodo" to the ESP-World? i dont know what nodo is. i think it controls 433MhZ devices. but why do you need special hardware-devices? may you only need one "bridge", and use ESPeasy as the main "brain" for all the logic? it that is likely possible, tha...
by tozett
28 Sep 2016, 07:59
Forum: ESP Easy: General Discussion
Topic: ESP is restarting after 5 seconds
Replies: 20
Views: 27258

Re: ESP is restarting after 5 seconds

show us serial-log?
did you try without any connection to any pins?
brick?
by tozett
27 Sep 2016, 22:21
Forum: ESP Easy: Software
Topic: SPIFFS - Rich Webgui is possible
Replies: 4
Views: 4106

SPIFFS - Rich Webgui is possible

i am playing with SPIFFS to get it somehow working in ESPeasy (as webserver?)
and i found a really, really rich GUI for the ESP (open-source).

may really, really worth looking at it?

https://github.com/luc-github/ESP3D
by tozett
26 Sep 2016, 12:59
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 189155

Re: Feature Request collection/list

Chip-id is the last 3 doubles of the MAC-Adress, but shown on web-gui as integer. makes this doubling somehow invisible.. https://github.com/esp8266/Arduino/issues/921 for me i would be helpful, if the chip-id on the homepage of ESPeasy is not only shown as integer, but also as HEX-Mac-portion. this...
by tozett
26 Sep 2016, 09:21
Forum: ESP Easy: Software
Topic: Time
Replies: 5
Views: 4506

Re: Time

long before i wished me some variables on the feature-request-post:

http://www.esp8266.nu/forum/viewtopic.p ... bles#p6033

would be good, if they wree usable globally (about all plugins,rules, webgui..)

:oops:
by tozett
24 Sep 2016, 09:12
Forum: ESP Easy: General Discussion
Topic: Network
Replies: 23
Views: 17937

Re: Network

he wrote :
hamster wrote:My ASUS RT-AC3200 has VPN Server / OpenVPN built in :)
-> OpenVPN built in ...

(like Openwrt-firmware on lots of cheap router can also).

but maybe we are going offside the ESPeasy here ..?
by tozett
23 Sep 2016, 19:52
Forum: ESP Easy: General Discussion
Topic: Some advise for compiling last releases?
Replies: 27
Views: 26994

Re: Some advise for compiling last releases?

it sould be a new SPIFFS thread, or better in the wiki, but the FLASH layout (and space for SPIFFS) is clearly shown here: good overview: http://esp8266.github.io/Arduino/versions/2.0.0/doc/filesystem.html found more details here: https://github.com/pellepl/spiffs/blob/master/docs/TECH_SPEC active b...
by tozett
21 Sep 2016, 09:07
Forum: ESP Easy: General Discussion
Topic: Network
Replies: 23
Views: 17937

Re: Network

did you checked the "original" openvpn client for win10?

some pictures i found here on the web:
https://www.ipvanish.com/visualguides/O ... Windows10/
by tozett
20 Sep 2016, 18:44
Forum: ESP Easy: General Discussion
Topic: Network
Replies: 23
Views: 17937

Re: Network

There are some Open Clients for Windows. Check the Reputation on the web...?!
Good Look, you Manager all so gar vrry Well..