Search found 4 matches

by grpfge
Monday 28 January 2019 20:22
Forum: Examples & Solutions
Topic: Sunscreen script (feedback needed)
Replies: 14
Views: 4573

Re: Sunscreen script (feedback needed)

Hey I place the function library into /home/pi/domoticz/scripts/lua/ Start the sunscreen script and get: 2019-01-28 19:38:00.636 Status: dzVents: Debug: Sunscreen: Processing device-adapter for Sonnenschutz: Switch device adapter 2019-01-28 19:38:00.637 Status: dzVents: Debug: Sunscreen: Processing ...
by grpfge
Saturday 29 July 2017 11:42
Forum: LUA
Topic: lua json opensensemap
Replies: 4
Views: 945

Re: lua json opensensemap

It works, thanks
by grpfge
Saturday 29 July 2017 11:41
Forum: LUA
Topic: lua json opensensemap
Replies: 4
Views: 945

Re: lua json opensensemap

It works, thanks
by grpfge
Saturday 29 July 2017 9:10
Forum: LUA
Topic: lua json opensensemap
Replies: 4
Views: 945

lua json opensensemap

Hello With the following script, I want to read data from this address https://api.opensensemap.org/boxes/5968f05d1900bf0011ffb0d1/sensors commandArray = {} json = (loadfile "/home/pi/domoticz/scripts/lua/JSON.lua")() -- For Linux local config=assert(io.popen('curl https://api.opensensemap.org/boxes ...