Search found 13 matches
- 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: 3002
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...
- 21 Nov 2018, 22:28
- Forum: ESP Easy: General Discussion
- Topic: How to send sensor data from one to another esp?
- Replies: 3
- Views: 3222
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
But there is no info on this page about P2P nodes https://www.letscontrolit.com/wiki/inde ... yProtocols
- 21 Nov 2018, 20:46
- Forum: ESP Easy: General Discussion
- Topic: How to send sensor data from one to another esp?
- Replies: 3
- Views: 3222
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.
Is it possible to send sensor data from one to another esp without server?
Thanx.
- 21 Nov 2018, 17:54
- Forum: ESP Easy: General Discussion
- Topic: can ESPEasy be used as MQTT Gateway for RFLink ?
- Replies: 11
- Views: 13959
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...
- 25 Oct 2018, 14:42
- Forum: Experimental
- Topic: Serial Server - how to send commnad to Serial port from ESP?
- Replies: 10
- Views: 29861
Re: Serial Server - how to send commnad to Serial port from ESP?
Wow, your firmware looks great, i will try it soon.
- 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: 3160
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?
Is it possible?
Or parser should be in SerialServer module?
- 23 Oct 2018, 09:52
- Forum: ESP Easy: General Discussion
- Topic: can ESPEasy be used as MQTT Gateway for RFLink ?
- Replies: 11
- Views: 13959
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...
- 23 Oct 2018, 09:46
- Forum: Experimental
- Topic: Serial Server - how to send commnad to Serial port from ESP?
- Replies: 10
- Views: 29861
Re: Serial Server - how to send commnad to Serial port from ESP?
- 08 Nov 2017, 08:03
- Forum: Experimental
- Topic: Serial Server - how to send commnad to Serial port from ESP?
- Replies: 10
- Views: 29861
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.
I just review code https://github.com/letscontrolit/ESPEas ... er2Net.ino and there is no parser for CMD ID SWITCH.
Nothing pulished.
- 25 Sep 2017, 09:28
- Forum: Experimental
- Topic: Serial Server - how to send commnad to Serial port from ESP?
- Replies: 10
- Views: 29861
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...
- 21 Sep 2017, 11:21
- Forum: Experimental
- Topic: Serial Server - how to send commnad to Serial port from ESP?
- Replies: 10
- Views: 29861
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:...
- 23 Apr 2017, 23:24
- Forum: ESP Easy: General Discussion
- Topic: Help with rule
- Replies: 1
- Views: 2363
Help with rule
Hi.
I need simple rule in ESPEasy:
Please help with code
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
- 10 Jan 2017, 11:09
- Forum: ESP Easy: Software
- Topic: Rules delay
- Replies: 1
- Views: 2929
Re: Rules delay
Go to Tools>Advanced>Message Delay and set time you want.