Its look like loging is on specific length
I wanted to list my all zvawe device ant when I look at the log the log is truncated. I have 12 devices but log show few of them
Simple script
Code: Select all
domoticz.openURL({
url = 'http://192.168.88.240:8080/json.htm?type=openzwavenodes&idx=2',
method = 'GET',
callback = 'data'
})
end
if (item.isHTTPResponse and item.ok) then
if (item.trigger == 'data') then
local results = item.json.result
domoticz.log(item.json.result, domoticz.LOG_INFO)
in logs you can see its truncated