Page 1 of 1

OLED Display Command Bug ?

Posted: 27 Jul 2018, 09:11
by harm501
Good day all,

Follow me work this Oled command not :

Command
OLEDCMD,<value> on, off, clear

have a nice day

grt. Harald

Re: OLED Display Command Bug ?

Posted: 27 Jul 2018, 12:06
by grovkillen
Exactly how do you enter the command. The syntax you shows is not actually the command.

Re: OLED Display Command Bug ?

Posted: 27 Jul 2018, 12:55
by harm501
I use on this way the command :

http://192.168.xxx.xxx/control?cmd=oledcmd,on (off / clear)

http://<espeasyip>/control?cmd=<command>,<on> (off /clear)

According to this description :
https://www.letscontrolit.com/wiki/inde ... LEDDisplay

grt. Harald

Re: OLED Display Command Bug ?

Posted: 27 Jul 2018, 14:30
by grovkillen
And what version are you running?

Re: OLED Display Command Bug ?

Posted: 27 Jul 2018, 14:43
by harm501
ohhh, sorry , had forgotten to put the version there :roll:
But I have this GIT version mega-20180723 [test].
This bug also does not work with some older GIT version

grt. Harald

Re: OLED Display Command Bug ?

Posted: 27 Jul 2018, 14:51
by harm501
bay the way, I use the "Oled Framed" plugin

Re: OLED Display Command Bug ?

Posted: 27 Jul 2018, 18:44
by TD-er
There is a difference between OLED framed and "Oled" plugin.
Just use "OLEDFRAMEDCMD" (case doesn't matter for the command itself).
Values are "off", "low", "med", "high".
See https://github.com/letscontrolit/ESPEas ... #L378-L400

Re: OLED Display Command Bug ?

Posted: 27 Jul 2018, 19:10
by harm501
okeeeee, that works :D

then to me that went wrong :roll:

Thank you very much !

grt. Harald