I will send text from domoticz to a lcd2004 on an espeasy board
commandArray = {}
commandArray['OpenURL'] = '192.168.0.144/control?cmd=lcd,3,1,ditiseentest'
print ('test ')
return commandArray
it works but in the logfile i see
2017-10-28 19:03:30.280 Error: Error opening url: 192.168.0.144/control?cmd=lcd,3,1,ditiseentest
2017-10-28 19:03:31.237 Error: Error opening url: 192.168.0.144/control?cmd=lcd,3,1,ditiseentest
2017-10-28 19:03:31.311 Error: Error opening url: 192.168.0.144/control?cmd=lcd,3,1,ditiseentest
2017-10-28 19:03:31.382 Error: Error opening url: 192.168.0.144/control?cmd=lcd,3,1,ditiseentest
2017-10-28 19:03:31.694 Error: Error opening url: 192.168.0.144/control?cmd=lcd,3,1,ditiseentest
2017-10-28 19:03:31.925 Error: Error opening url: 192.168.0.144/control?cmd=lcd,3,1,ditiseentest
whats wrong in my lua script
thanks in advance
Ad
I will send text from domoticz to a lcd2004 on an espeasy board
Moderator: leecollings
-
- Posts: 43
- Joined: Tuesday 27 May 2014 10:36
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2.4xxx
- Location: Sweden
- Contact:
Re: I will send text from domoticz to a lcd2004 on an espeasy board
I have the same issue.
The ESP Easy receives the command and print what I want on the LCD but the Event System thinks the "openurl" command fail.
Perhaps because the ESP Easy only returns an empty page?
The ESP Easy receives the command and print what I want on the LCD but the Event System thinks the "openurl" command fail.
Perhaps because the ESP Easy only returns an empty page?
-
- Posts: 22
- Joined: Wednesday 08 April 2015 3:13
- Target OS: Linux
- Domoticz version: Beta
- Location: Canada
- Contact:
Re: I will send text from domoticz to a lcd2004 on an espeasy board
same thing for me, never found answer.... but it's working
Re: I will send text from domoticz to a lcd2004 on an espeasy board
Try to use "http://192.168.0.144/control?cmd=lcd,3,1,ditiseentest"adval40 wrote: ↑Sunday 29 October 2017 16:41 I will send text from domoticz to a lcd2004 on an espeasy board
commandArray = {}
commandArray['OpenURL'] = '192.168.0.144/control?cmd=lcd,3,1,ditiseentest'
print ('test ')
return commandArray
it works but in the logfile i see
2017-10-28 19:03:30.280 Error: Error opening url: 192.168.0.144/control?cmd=lcd,3,1,ditiseentest
2017-10-28 19:03:31.237 Error: Error opening url: 192.168.0.144/control?cmd=lcd,3,1,ditiseentest
2017-10-28 19:03:31.311 Error: Error opening url: 192.168.0.144/control?cmd=lcd,3,1,ditiseentest
2017-10-28 19:03:31.382 Error: Error opening url: 192.168.0.144/control?cmd=lcd,3,1,ditiseentest
2017-10-28 19:03:31.694 Error: Error opening url: 192.168.0.144/control?cmd=lcd,3,1,ditiseentest
2017-10-28 19:03:31.925 Error: Error opening url: 192.168.0.144/control?cmd=lcd,3,1,ditiseentest
whats wrong in my lua script
thanks in advance
Ad
Who is online
Users browsing this forum: No registered users and 1 guest