show external value on LCD
Posted: 05 Nov 2016, 23:35
Hello,
Is there any way to show some value from domoticz on easy esp lcd?
I mean something like following python script:
but done via role?
Is there any way to show some value from domoticz on easy esp lcd?
I mean something like following python script:
Code: Select all
data = http.get("http://yyy:xxx@ipadress:8080/json.htm?type=devices&rid=1")
temp = json.loads(data)
print "Converted to JSON: ",json.dumps(temp)
print "JSON parsing Temperature: ", temp['result'][0]['Data']