28.03.2023, 07:47
(27.03.2023, 05:28)admin Wrote: Each log entry is limited to 8KB. You can decode the JSON string and log each entry separately:
Code:data = require('json').decode(response)
for key, value in pairs(data) do
log(key, value)
end
Do i add this to the current hue discovery script?
Kind regards.
Novice DIY with a HL and KNX basics trying to ...