Search found 497 matches

by papperone
01 Nov 2016, 10:57
Forum: ESP Easy: Software
Topic: New Features: Global Commands / Multiple AP
Replies: 3
Views: 3810

Re: New Features: Global Commands / Multiple AP

thanks jgrad, I was thinking to verify if those functionality can be implemented as plugins, but the time I've avail this period is very limited....
by papperone
31 Oct 2016, 17:23
Forum: ESP Easy: Software
Topic: Event after BOOT
Replies: 0
Views: 1776

Event after BOOT

Hi, I'm experienceing some "strange" behavior but could be it's normal and I've never realized until today... After ESPEasy boot the "On System#Boot do" is executed almost immediately after WiFi and Controller connection which is fine. The strange thing is that after the above ru...
by papperone
31 Oct 2016, 16:04
Forum: ESP Easy: Hardware
Topic: Support for ESP32 - the story so far
Replies: 29
Views: 38207

Re: Support for ESP32 - the story so far

Just got this article http://www.esp32.com/viewtopic.php?t=339 which I understood ESP3212 moduel has been cancelled (?) and new one named ESP32S is just come out. I've checked eBay who seems to be the only site I can find the new chip on sale for 7.99$ http://www.ebay.com/itm/ESP-32S-WiFi-Bluetooth-...
by papperone
30 Oct 2016, 08:47
Forum: ESP Easy: Software
Topic: New Features: Global Commands / Multiple AP
Replies: 3
Views: 3810

New Features: Global Commands / Multiple AP

Hi, I would like to raise these requests as I believe many of us will find them beneficial. GLOBAL COMMANDS I found few situation where I need to send same commands to all my ESPEasy nodes, and it's annoying to connect to each of them and as well time wasting. Woudl be great to create a way (maybe v...
by papperone
29 Oct 2016, 20:10
Forum: ESP Easy: General Discussion
Topic: Interference problem with multiple devices
Replies: 6
Views: 5163

Re: Interference problem with multiple devices

Yes, in config tab is called "unit nr.".
By default all units are labelled as '0', try to set this value different for each node.
by papperone
29 Oct 2016, 13:41
Forum: ESP Easy: General Discussion
Topic: Interference problem with multiple devices
Replies: 6
Views: 5163

Re: Interference problem with multiple devices

Did you assign different device number to each node?
by papperone
27 Oct 2016, 11:34
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 162017

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> Who can change the code to use it with mqtt? it...
by papperone
27 Oct 2016, 11:24
Forum: ESP Easy: Projects / Applications
Topic: Relay with status feedback
Replies: 7
Views: 7543

Re: Relay with status feedback

To be on the safe side I'll suggest to use a voltage divider. As well please note there are different ACS712 chip with different max values (5A, 20A and 30A if I remember correctly) but if you want just to know the status on/off the measurement accuracy is not relevant. Another "simple" tr...
by papperone
27 Oct 2016, 11:11
Forum: ESP Easy: Software
Topic: ESPEasy - Device=PushButton - Delays of feedback [ISSUE FIXED]
Replies: 12
Views: 11789

Re: ESPEasy - Device=PushButton - Delays of feedback

Check this setting in tools/advanced menu: Message Delay (ms): defaults to 1000 but can be lowered. This could be the delay that you're experiencing. Thanks Martinus, that was it! I admit I've never realize there was such parameter in the Advanced Tab. FYI bringing it to 0 did not work as the butto...
by papperone
27 Oct 2016, 11:09
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 122318

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

as mentioned elsewhere, the footer of web interface should be changed to reflect the new domain (replace www.esp8266.nu with www.letscontrolit.com)
by papperone
26 Oct 2016, 23:12
Forum: ESP Easy: Projects / Applications
Topic: Relay with status feedback
Replies: 7
Views: 7543

Re: Relay with status feedback

I'm not sure what you are trying to achieve. If your scope is to make sure the relay is closed then you shoudl do it differently as this way you describe is not bringing any added control. You need to check the physical state of the relay with, for example, a current sensor on the output of relay t...
by papperone
26 Oct 2016, 21:58
Forum: ESP Easy: Projects / Applications
Topic: Relay with status feedback
Replies: 7
Views: 7543

Re: Relay with status feedback

I'm not sure what you are trying to achieve. If your scope is to make sure the relay is closed then you shoudl do it differently as this way you describe is not bringing any added control. You need to check the physical state of the relay with, for example, a current sensor on the output of relay to...
by papperone
26 Oct 2016, 20:09
Forum: ESP Easy: Software
Topic: ESPEasy - Device=PushButton - Delays of feedback [ISSUE FIXED]
Replies: 12
Views: 11789

Re: ESPEasy - Device=PushButton - Delays of feedback

This could be due to the default 1000 mSec delay after sending stuff to your controller. Try what happens if you set it to 0. I am not sure I understand. I don't see any delay parameter in the controller setup I have when I connect to ESPEasy device. Can you help clarify? PS in RC firmware the foot...
by papperone
23 Oct 2016, 19:33
Forum: ESP Easy: Software
Topic: Rules GPIO state and toggle
Replies: 43
Views: 77164

Re: Rules GPIO state and toggle

I use MQTT and all works with multiple ESPEasy switches controlling a single relay.
As well using NodeRed you can create soft link (switch to relay) and control all node behaviour.

I only still need to find a solution to fix the >1 sec delay in switch-GPIO reset once button is released (bounce)
by papperone
22 Oct 2016, 01:24
Forum: ESP Easy: General Discussion
Topic: Send IP address to mqtt
Replies: 5
Views: 5698

Re: Send IP address to mqtt

good to be helpful :)
by papperone
21 Oct 2016, 20:59
Forum: ESP Easy: General Discussion
Topic: Send IP address to mqtt
Replies: 5
Views: 5698

Re: Send IP address to mqtt

You can send it at boot or at a given interval using events.
by papperone
20 Oct 2016, 07:48
Forum: ESP Easy: Software
Topic: ESPEasy - Device=PushButton - Delays of feedback [ISSUE FIXED]
Replies: 12
Views: 11789

Re: ESPEasy - Device=PushButton - Delays of feedback

moelski wrote:* You can add a custom timer for rules ... (I have done that with my Wifi Candle. It uses 40Hz update rate ...)
Can you elaborate a bit more on this? Maybe shareing your wifi candle code will help me to leverage this technique and try to implement it for my push button handling...
by papperone
19 Oct 2016, 12:51
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 122318

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

back to the "hardcoding" of addresses to device: I am testing ADS1115 which is a supported device and it works, but in the i2c scanner is seen as below: ADS1115 0x48 --> PCF8591 ADC ADS1115 0x49 --> TLS2561 Lux Sensor ADS1115 0x4A --> <empty> ADS1115 0x4B --> <not recognized> I still don't...
by papperone
19 Oct 2016, 11:56
Forum: ESP Easy: Software
Topic: ESPEasy - Device=PushButton - Delays of feedback [ISSUE FIXED]
Replies: 12
Views: 11789

Re: ESPEasy - Device=PushButton - Delays of feedback

Coding is the less of my worries :) I just want make sure I choose the best option with minimal impact for me. I guess the safest is to write my own plugin so I will disconnect from all the rules while maintaininig easy upgrate to future version of ESPEasy, but I do like as well the custom timer opt...
by papperone
18 Oct 2016, 19:46
Forum: ESP Easy: General Discussion
Topic: Domoticz/ESPEasy: Wemos D1 not sending data
Replies: 4
Views: 5397

Re: Domoticz/ESPEasy: Wemos D1 not sending data

Sorry for the OT, can you please tell how those graph/chart are generated? It is some kind ok automation software?
by papperone
18 Oct 2016, 14:45
Forum: ESP Easy: Software
Topic: ESPEasy - Device=PushButton - Delays of feedback [ISSUE FIXED]
Replies: 12
Views: 11789

Re: ESPEasy - Device=PushButton - Delays of feedback

Hi ! EVENT: indicates that you are using Rules ... And the Rules are only fired once a second. Look at the code: void runOncePerSecond() { ..... if (Settings.UseRules) rulesTimers(); I think that is your missing second ... And while the runOncePerSecond has to do a lot other stuff ... You end up wi...
by papperone
18 Oct 2016, 10:32
Forum: ESP Easy: Software
Topic: ESPEasy - Device=PushButton - Delays of feedback [ISSUE FIXED]
Replies: 12
Views: 11789

Re: ESPEasy - Device=PushButton - Delays of feedback

Am I the only one with this problem?
Isn't there any other user using ESPEasy to get input from a physical push-button?
by papperone
17 Oct 2016, 10:29
Forum: ESP Easy: Software
Topic: ESPEasy - Device=PushButton - Delays of feedback [ISSUE FIXED]
Replies: 12
Views: 11789

ESPEasy - Device=PushButton - Delays of feedback [ISSUE FIXED]

Hi, I've been running this issue since I started using ESPEasy and I cannot find a way to solve it even looking at the code. I setup a push button (physically attached to GPIO13/D7 to one of my unit) as per below: http://i.imgur.com/maJIc1i.png No matter what I setup (I tried literally everythign!) ...
by papperone
16 Oct 2016, 15:35
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 162017

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

moelski wrote:
is it possible to control the parameters via MQTT or HTTP command, or just via the task interface?
Yes. That is really important for the WAF (woman acceptance factor) :lol:
I will code that now ...
I guess you read my mind :mrgreen: :mrgreen: :mrgreen:
by papperone
16 Oct 2016, 15:31
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 122318

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

Hi Martinus, - R138 Bugfix #1: Clock event at system boot issues Tested and confirm it's working perfectly now! But I think to be really complete and useful we shoudl have as well a %sysdate%; now I know at which time I got an event but on which day??? :o :o I can implement it myself of course but I...
by papperone
15 Oct 2016, 23:43
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 162017

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

Great works!! Defnitely 'll use your plugin if you will be so kind to share...
Just a question: is it possible to control the parameters via MQTT or HTTP command, or just via the task interface?
by papperone
14 Oct 2016, 10:05
Forum: ESP Easy: Software
Topic: Toggle Relay with Rules?
Replies: 16
Views: 35564

Re: Toggle Relay with Rules?

It seems to be that the "lag" or delay (or whatever you call it!) is generated by the Events management :(
Does anyone know how frequent the events are parsed and eventually actions taken?
by papperone
13 Oct 2016, 17:10
Forum: ESP Easy: Software
Topic: Toggle Relay with Rules?
Replies: 16
Views: 35564

Re: Toggle Relay with Rules?

As I imagine overclocking my wemos' did not help... I'm sure it's not a microprocessor speed issue (as I wrote the command from my GUI using MQTT is reactive as it should and I can press the switch without suffering any delays). The delay is somehow in the ESPEasy way of managing "Switch input&...
by papperone
13 Oct 2016, 16:05
Forum: ESP Easy: Software
Topic: Toggle Relay with Rules?
Replies: 16
Views: 35564

Re: Toggle Relay with Rules?

I experienced the same thing once, but then I optimized the delay settings in ESPEasy, and I took care of the settings in the Arduino IDE, like flash mode QUI, 80MHz flash speed, etc. I can't even tell exactly what setting was the most effective, but afterwards the lag was gone. If this still doesn...
by papperone
13 Oct 2016, 12:54
Forum: ESP Easy: Software
Topic: Cannot get "NODE LIST" feature working
Replies: 4
Views: 4748

Re: Cannot get "NODE LIST" feature working

Martinus wrote:Age is a counter to maintain the active node list. It expects a UDP system message each 30 seconds.
If more than 10 messages are missed , the remote Node will be wiped from the list to prevent traffic to dead nodes.
Thanks for the clear explanation :)
by papperone
13 Oct 2016, 08:16
Forum: ESP Easy: Hardware
Topic: [SOLVED] Controlling Relay from ESPEasy directly?
Replies: 4
Views: 4283

Re: Controlling Relay from ESPEasy directly?

Tools --> Advanced --> enable "Rules" checkmark
by papperone
13 Oct 2016, 08:15
Forum: ESP Easy: Software
Topic: Cannot get "NODE LIST" feature working
Replies: 4
Views: 4748

Re: Cannot get "NODE LIST" feature working

Indeed, rebooting all units now makes the feature working, thanks!!! :D

Just one more question, what is the column "age" reporting? for sure it's not uptime (as I supposed it was) as today my units reports either 1 o 0 in this column.
Can you explain what is this value meaning?
by papperone
12 Oct 2016, 15:56
Forum: ESP Easy: Hardware
Topic: [SOLVED] Controlling Relay from ESPEasy directly?
Replies: 4
Views: 4283

Re: Controlling Relay from ESPEasy directly?

Never did it but should be working with simple EVENT RULE:

Code: Select all

on Sensor#temperature>25 do
    gpio,2,0
endon

on Sensor#temperature<21 do
    gpio,2,1
endon
by papperone
12 Oct 2016, 14:57
Forum: ESP Easy: Software
Topic: Cannot get "NODE LIST" feature working
Replies: 4
Views: 4748

Cannot get "NODE LIST" feature working

Hi, as I'm having now several ESP8266 with ESPEasy I though to enable the Node List function. Basically in the advanced settings I added the same UDP port to all modules and I enabled the "Global Synch" checkbox. Now each module can list itself in the "Main Page" (before the list...
by papperone
12 Oct 2016, 14:43
Forum: ESP Easy: Software
Topic: Toggle Relay with Rules?
Replies: 16
Views: 35564

Re: Toggle Relay with Rules?

Just using this topic instead of openign a new one as I believe is pretty much connected. I'm trying to properly setup as ESP8266 module to manage 3 devices: - DHT22 (temp/hum monitoring) - physical push button (mounted on the wall) - relay (to control room light on/off) Basically I've setup one rul...
by papperone
10 Oct 2016, 17:03
Forum: ESP Easy: Software
Topic: Send timestamp on event via MQTT
Replies: 5
Views: 4643

Re: Send timestamp on event via MQTT

Thanks for the quick answer, will wait for the fix :)
by papperone
10 Oct 2016, 09:00
Forum: ESP Easy: Software
Topic: ESP Easy development strategy
Replies: 6
Views: 5655

ESP Easy development strategy

my 2cents: - why not to make R137 last stable for 512Kb modules ? - then from R138 and above only >=1Mb modules will be supported - I'm not sure it's beneficials to deploy such many features for a 2 GPIOs module (as previously mentioned) - even keeping with the R137 all those modules shoudl be able ...
by papperone
10 Oct 2016, 08:50
Forum: ESP Easy: General Discussion
Topic: OTA deployment
Replies: 2
Views: 4223

Re: OTA deployment

of course it's not... My idea is to do it of course as I already have a similar function in my previous sketches! As soon as I will have some free time I'll study how to proeprly implement it in EASPEasy; about old 512Kb module I believe it's really limiting to keep on supporting them (ESP01 with 2 ...
by papperone
09 Oct 2016, 22:16
Forum: ESP Easy: General Discussion
Topic: OTA deployment
Replies: 2
Views: 4223

OTA deployment

Hi, I'm starting to move all my ESP8266/WemosD1 to ESPEasy and I must admit it makes life easier than before as I can deal with all of them remotely. Only one feature I used to have implemented I miss. I used to have all my ESP listen to a global MQTT topic for general purpouses and one handy one wa...
by papperone
09 Oct 2016, 22:09
Forum: ESP Easy: Software
Topic: Send timestamp on event via MQTT
Replies: 5
Views: 4643

Re: Send timestamp on event via MQTT

it does not work :(
I have this rule setup:

Code: Select all

On System#Boot do
  Publish /%sysname%/lastboot,%systime%
endon
but the topic contents after boot is ",0:00" (yes, including the comma)...
is it a bug or I'm doing somethign wrong?
by papperone
08 Oct 2016, 12:36
Forum: ESP Easy: Software
Topic: Send timestamp on event via MQTT
Replies: 5
Views: 4643

Re: Send timestamp on event via MQTT

Martinus wrote:Have you tried sending %systime% ?
NO, will try soon... but how do I find some documentation about all those "tricks"?
I've the feeling ESPEasy is great but with eventually many "hidden" features coudl be even better!!!
by papperone
08 Oct 2016, 10:02
Forum: ESP Easy: Software
Topic: Send timestamp on event via MQTT
Replies: 5
Views: 4643

Send timestamp on event via MQTT

Sorry for the maybe "noob" question but as I'm not able to search forum with keyword "mqtt" (it says it's a too common word!) I did not find anythign that can help me on this issue. Basically I want to be able when a specific even occurrs to publish an MQTT topic (which I can do ...
by papperone
06 Oct 2016, 16:09
Forum: ESP Easy: General Discussion
Topic: Wemos D1 Mini - cannot connect after 1st boot
Replies: 5
Views: 8083

Re: Wemos D1 Mini - cannot connect after 1st boot

hi, I think I understood that problem is generated by one of the access point I use regularly. with my sketches I am able to connect to those AP but not with ESPEasy apparently (it connects but does not communicate). I swtiched to the 2nd floor AP and by magic now all works! I've no explanation to t...
by papperone
05 Oct 2016, 13:35
Forum: ESP Easy: General Discussion
Topic: Wemos D1 Mini - cannot connect after 1st boot
Replies: 5
Views: 8083

Re: Wemos D1 Mini - cannot connect after 1st boot

No worries, yes it's same as yours beside I don't have EVENTS. It connects, init I2C, Book=OK and Normal Boot; then it starts to print out just boot time and memory. I tried to send commands via serial but no reaction, I cannot reach it on the web (I see it in the router IP mapping so he got IP via ...
by papperone
04 Oct 2016, 23:34
Forum: ESP Easy: General Discussion
Topic: Wemos D1 Mini - cannot connect after 1st boot
Replies: 5
Views: 8083

Re: Wemos D1 Mini - cannot connect after 1st boot

Just to add that on the serial after the first config of SSID I see the ESPEasy feedback of boot, then just a line time to time telling me boottime and memory.
I cannot even send commands via serial as the device is not reacting at all...
by papperone
04 Oct 2016, 23:27
Forum: ESP Easy: General Discussion
Topic: Wemos D1 Mini - cannot connect after 1st boot
Replies: 5
Views: 8083

Wemos D1 Mini - cannot connect after 1st boot

Hi, I'm quite new to ESPEasy but I've some experience using ESP8266/Wemos module for home automation system. reading about this firmware wanted to test it if it can fits my need but I'm stuck even before starting :( Step done so far: 1) Download ESPEasy 120 2) installed libraries in Arduino IDE 3) C...