Search found 3 matches

by SBoth
02 May 2019, 12:57
Forum: ESP Easy: General Discussion
Topic: How to remote manipulate dummy device value?
Replies: 4
Views: 3321

Re: How to remote manipulate dummy device value?

schnurzel59 wrote: 02 May 2019, 11:45 Hello Steve,

In a Browser:

Code: Select all

http://192.168.100.50/control?cmd=taskvalueset,X,1,YYY.Y
http://192.168.100.50/control?cmd=taskvalueset,X,2,YYY.Y
X is the Devicenumber.(1 to 12)
YYY,Y is the new Value.

Greetings
Martin
You made my day :D

Steve
by SBoth
02 May 2019, 12:37
Forum: ESP Easy: General Discussion
Topic: How to remote manipulate dummy device value?
Replies: 4
Views: 3321

Re: How to remote manipulate dummy device value?

:oops:


Ohh Jesus...
Thank you. I`ll test it immediately!

Steve
by SBoth
02 May 2019, 11:02
Forum: ESP Easy: General Discussion
Topic: How to remote manipulate dummy device value?
Replies: 4
Views: 3321

How to remote manipulate dummy device value?

Hello all, I use an ESP 8266(E12) with firmware mega-20190409. An Oled Display (SH1106 Framed) is connected via I2C Bus. I have to display a value of a sensor. On SSD1306 Displays I do it that way: wget -O /dev/null -q http://192.168.100.50/control?cmd=OLED,4,1,"FOLIE LEER" I know, it is n...