Page 1 of 1

GPIO via http request - how?

Posted: 24 Feb 2019, 13:47
by DimOkIdE
Hi there.

In old releases (early 2018) I could send the command via http to turn on/off the gpio (for application or in Domoticz):

http://192.168.11.11/?cmd=GPIO,14,1

And now it doesn't work :( Log has:

309555996: Command: gpio
309555997: Command unknown: 'gpio'

Code: Select all

Build:⋄	20103 - Mega
Libraries:⋄	ESP82xx Core 2_4_2, NONOS SDK 2.2.1(cfd48f3), LWIP: 2.0.3 PUYA support
GIT version:⋄	mega-20190216
Plugins:⋄	48 [Normal] [IR]
Is there any way to control gpio via http again?

Or maybe I'm using the wrong release?

Many thanks!

Re: GPIO via http request - how?

Posted: 25 Feb 2019, 19:24
by schnurzel59

Re: GPIO via http request - how?

Posted: 25 Feb 2019, 23:27
by DimOkIdE
It really works. Thank you greatly!