Search found 5 matches

by jompa68
Wed Dec 25, 2013 11:45 pm
Forum: Fibaro
Topic: Fibaro HC2 LUA Scheduler New Home
Replies: 6
Views: 20310

Re: Fibaro HC2 LUA Scheduler New Home

what about setting new icon at specific time from scheduler?
fibaro:call(214, "setProperty", "currentIcon", 1064)

Something like this?
setProperty = function (device, value)
fibaro:call(device, "setProperty" , "currentIcon", value )
if reportRun then fibaro:debug( "fibaro:call(" .. device ...
by jompa68
Mon Dec 23, 2013 11:36 am
Forum: Fibaro
Topic: Fibaro HC2 LUA Scheduler New Home
Replies: 6
Views: 20310

Re: Fibaro HC2 LUA Scheduler New Home

robmac
Do you think my latest request will be possible?


Jonny sent this from his iPhone using Tapatalk
by jompa68
Sun Dec 22, 2013 1:24 pm
Forum: Fibaro
Topic: Fibaro HC2 LUA Scheduler New Home
Replies: 6
Views: 20310

Re: Fibaro HC2 LUA Scheduler New Home

Yey! Best script ever [SMILING FACE WITH OPEN MOUTH]
and thanks for your help with it, the support of others makes it possible to make it good.
by jompa68
Sun Dec 22, 2013 9:12 am
Forum: Z-Wave Forum
Topic: Hacking Z-Wave Home Automation Systems
Replies: 8
Views: 10987

Re: Hacking Z-Wave Home Automation Systems

Scary article but anything can be hacked i would say, so why should Zwave be more secure then a ordinarry lock with key.
by jompa68
Sun Aug 23, 2009 10:52 am
Forum: Bwired Forum
Topic: Energy monitoring, SQL and chart questions
Replies: 6
Views: 12084

Energy monitoring, SQL and chart questions

Hello freinds,

i am trying to setup charts like BWired, i really like them alot.
I am trying to follow your Phone_out_dag_charts.asp but i dont get it to work.

Here is my SQL string:
select
energy.timegroup as "Hour",
round(sum(energy.countdiff)/10000,1) as "kWhDiff",
round(((sum(energy ...

Go to advanced search