Search found 13 matches

by martiniman
29 Nov 2018, 17:15
Forum: ESP Easy: General Discussion
Topic: What the simplest way to blink diode with 100ms rate continuously?
Replies: 2
Views: 2519

What the simplest way to blink diode with 100ms rate continuously?

Hi. What the simplest way to blink diode with 100ms rate continuously? I need it show alarm status. I try 2 rules with timers and "pulse,12,1,100 pulse,12,0,100 ", but it too complicated. Maybe create a new command for that: "blink on 12 gpio with 100ms rate"? Or add this to Noti...
by martiniman
21 Nov 2018, 22:28
Forum: ESP Easy: General Discussion
Topic: How to send sensor data from one to another esp?
Replies: 3
Views: 2817

Re: How to send sensor data from one to another esp?

I found that i need to add dummy device, and now i see variables from another node.
But there is no info on this page about P2P nodes https://www.letscontrolit.com/wiki/inde ... yProtocols
by martiniman
21 Nov 2018, 20:46
Forum: ESP Easy: General Discussion
Topic: How to send sensor data from one to another esp?
Replies: 3
Views: 2817

How to send sensor data from one to another esp?

Hi.
Is it possible to send sensor data from one to another esp without server?
Thanx.
by martiniman
21 Nov 2018, 17:54
Forum: ESP Easy: General Discussion
Topic: can ESPEasy be used as MQTT Gateway for RFLink ?
Replies: 11
Views: 11877

Re: can ESPEasy be used as MQTT Gateway for RFLink ?

Hi! My UnitName is called Pippo. Using now the rule On !RFLink#* do Publish test,%eventvalue% endon What's wrong in my config? Thanks Here you post to topic "test", you need to change your rules to something like this: On !RFLink#* do Publish Pippo,%eventvalue% endon or On !RFLink#* do Pub...
by martiniman
25 Oct 2018, 14:42
Forum: Experimental
Topic: Serial Server - how to send commnad to Serial port from ESP?
Replies: 10
Views: 21735

Re: Serial Server - how to send commnad to Serial port from ESP?

Wow, your firmware looks great, i will try it soon.
by martiniman
23 Oct 2018, 10:13
Forum: ESP Easy: General Discussion
Topic: Is it possible to parse RFLink string or MQTT message in ESPEasy Rules?
Replies: 2
Views: 2448

Is it possible to parse RFLink string or MQTT message in ESPEasy Rules?

Hi, it would be grate to parse string in Rules to get data from wireless RF sensors (RFLink) and use it in rules.
Is it possible?
Or parser should be in SerialServer module?
by martiniman
23 Oct 2018, 09:52
Forum: ESP Easy: General Discussion
Topic: can ESPEasy be used as MQTT Gateway for RFLink ?
Replies: 11
Views: 11877

Re: can ESPEasy be used as MQTT Gateway for RFLink ?

Yes, i use Robotdyn Mega+esp8266 on board and RFLink shield , it receives RF and post to MQTT. Here is rules: This is working for me with "RFLink" selected for event processing and this rule: On !RFLink#* do Publish test,%eventvalue% endon Or if you select "Generic" for event pro...
by martiniman
23 Oct 2018, 09:46
Forum: Experimental
Topic: Serial Server - how to send commnad to Serial port from ESP?
Replies: 10
Views: 21735

Re: Serial Server - how to send commnad to Serial port from ESP?

seb82 wrote: 05 Sep 2018, 11:04 This is working for me with "RFLink" selected for event processing and this rule
Thank you so much!
Full description is here: viewtopic.php?p=32531#p32531
by martiniman
08 Nov 2017, 08:03
Forum: Experimental
Topic: Serial Server - how to send commnad to Serial port from ESP?
Replies: 10
Views: 21735

Re: Serial Server - how to send commnad to Serial port from ESP?

Hi.
I just review code https://github.com/letscontrolit/ESPEas ... er2Net.ino and there is no parser for CMD ID SWITCH.
Nothing pulished.
by martiniman
25 Sep 2017, 09:28
Forum: Experimental
Topic: Serial Server - how to send commnad to Serial port from ESP?
Replies: 10
Views: 21735

Re: Serial Server - how to send commnad to Serial port from ESP?

Hi, thanks for response. I cannot publish to mqtt received from RFlink command. I rise Issue (https://github.com/letscontrolit/ESPEasy/issues/514) but Contributors says this is not a bug. rflink message is 20;9C;RTS;ID=3f4d5d;SWITCH=01;CMD=ON; I try all combinations, but no luck: on !rflink do publi...
by martiniman
21 Sep 2017, 11:21
Forum: Experimental
Topic: Serial Server - how to send commnad to Serial port from ESP?
Replies: 10
Views: 21735

Serial Server - how to send commnad to Serial port from ESP?

Hi! I use Serial Server (Ser2Net) plugin and 'Event processing:RFLink' , i received commands from RFLink ( http://www.rflink.nl/blog2/ ) and post it to MQTT via EspEasy Rules and Publish command (this rule do NOT work): On !RFLink do Publish %sysname%/RFLinkRAW,[RFLinkRAW] endon My settings - https:...
by martiniman
23 Apr 2017, 23:24
Forum: ESP Easy: General Discussion
Topic: Help with rule
Replies: 1
Views: 2053

Help with rule

Hi.
I need simple rule in ESPEasy:

Code: Select all

if lux>1000 and lux<2000 then publish dim 50
if lux>2000 and lux<3000 then publish dim 60
if lux>3000 and lux<4000 then publish dim 70
Please help with code
by martiniman
10 Jan 2017, 11:09
Forum: ESP Easy: Software
Topic: Rules delay
Replies: 1
Views: 2540

Re: Rules delay

Go to Tools>Advanced>Message Delay and set time you want.