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 ...
Search found 5 matches
- Wed Dec 25, 2013 11:45 pm
- Forum: Fibaro
- Topic: Fibaro HC2 LUA Scheduler New Home
- Replies: 6
- Views: 20310
- 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
Do you think my latest request will be possible?
Jonny sent this from his iPhone using Tapatalk
- 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.
and thanks for your help with it, the support of others makes it possible to make it good.
- 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.
- 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 ...
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 ...