Search found 5 matches

by mikeluyten
16 Oct 2017, 10:52
Forum: Experimental
Topic: Serial Server - how to send commnad to Serial port from ESP?
Replies: 10
Views: 21174

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

I believe you need to specify which value to send?
Can you try:

Code: Select all

[rflink#RTS]
[rflink#ID]
[rflink#SWITCH]
[rflink#CMD]
and see if anything is published?
by mikeluyten
31 Jan 2017, 11:47
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 697837

Re: ESP Easy Mega

Hello, thanks for good work. Missing "IDX / Var:" for Devices in ESPEasy_R146M_4096.bin. Think I`m doing something wrong. Thanks for help. BR These should only show up if a controller that requires them is setup (not required for MQTT) See the release notes (line 23 to be exact) https://g...
by mikeluyten
16 Dec 2016, 08:00
Forum: ESP Easy: Software
Topic: Easp Easy 147 Mega
Replies: 4
Views: 5083

Re: Easp Easy 147 Mega

Unfortunately there is only the compiled version of 146 on there.
by mikeluyten
16 Dec 2016, 07:54
Forum: ESP Easy: General Discussion
Topic: How to disable HTTP commands?
Replies: 3
Views: 3434

Re: How to disable HTTP commands?

What part is a security risk? the HTTP commands should be quite limited, the best you should be able to get from http is the status of a specific gpio.
by mikeluyten
24 Oct 2016, 06:12
Forum: ESP Easy: Software
Topic: Global Sync with Sleep mode
Replies: 2
Views: 2736

Global Sync with Sleep mode

Hey guys, First time poster, I notice since I started using the sleep mode on my esp Global sync is very flaky from the esp that's sleeping. Setup: ESP1 with BME280 reading Temp/Humid/Pressure. Set to sleep for 300s and upload to Emoncms ESP2 has oled display updating every 60 seconds with the curre...