rapportera till temperatur.nu
Posted: 28 Jan 2013, 22:32
--[[
%% properties
%% autostart
7 value
%% globals
--]]
local temperatur = fibaro:getValue(7, "value")
os.execute ('curl "http://www.temperatur.nu/rapportera.php ... =ORT_ID&t=' .. temperatur .. '"')
Ändra rad 4 till eget id för temperatur sensorn
Ändra ORT till aktuell ort och ändra ORT_ID till det id man blivit tilldelad utav temperatur.nu
%% properties
%% autostart
7 value
%% globals
--]]
local temperatur = fibaro:getValue(7, "value")
os.execute ('curl "http://www.temperatur.nu/rapportera.php ... =ORT_ID&t=' .. temperatur .. '"')
Ändra rad 4 till eget id för temperatur sensorn
Ändra ORT till aktuell ort och ändra ORT_ID till det id man blivit tilldelad utav temperatur.nu