Search found 9 matches

by spaanplaat
Thursday 03 October 2013 8:48
Forum: PHP and all others
Topic: TUT > Let Domoticz know when you are home. (Cell Wi-Fi)
Replies: 25
Views: 14021

Re: TUT > Let Domoticz know when you are home. (Cell Wi-Fi)

I just want to share this. I don't yet have activated dyndns, so my system is only in my local network. I made couple of scripts to monitor if my phone is inside my wlan. It take while to understand why my tasker event work only when I came home, not when I left home. I was pretty sure that I have ...
by spaanplaat
Friday 13 September 2013 12:01
Forum: PHP and all others
Topic: Events system thread (questions and feedback)
Replies: 308
Views: 158719

Re: Events system feedback thread

Some of us are trying to get xbmc and domoticz to interact with each other. The plugin in XBMC works great to interact with domoticz but it does not work the other way around. When I try to pause XBMC with the following url it works but when I attach this URL to a blocky example and a dummy switch ...
by spaanplaat
Friday 13 September 2013 11:24
Forum: Other questions and discussions
Topic: Control LED with RFXtrx433 USB 433.92MHz
Replies: 34
Views: 15945

Re: Control LED with RFXtrx433 USB 433.92MHz

Did you get this to work? I would love to control LED-strips through domoticz :D
by spaanplaat
Thursday 22 August 2013 18:56
Forum: PHP and all others
Topic: TUT > Let Domoticz know when you are home. (Cell Wi-Fi)
Replies: 25
Views: 14021

Re: TUT > Let Domoticz know when you are home. (Cell Wi-Fi)

As far as I know the iphones do not have nfc so perhaps you can use an alternate trigger method for the bedside? I don't know if there is an app like tasker on the iphone but I bet there is. With tasker you could create a gesture to execute an action. For example turn your phone upside down and then ...
by spaanplaat
Thursday 22 August 2013 15:00
Forum: PHP and all others
Topic: TUT > Let Domoticz know when you are home. (Cell Wi-Fi)
Replies: 25
Views: 14021

TUT > Let Domoticz know when you are home. (Cell Wi-Fi)

I wanted Domoticz to know when I am home and execute some events. In my example I will explain what I did to let the living room light switch on when it is past sunset and switch off the lights when I go to bed but only when I am home. Since I am no guru in programming I wanted to do this as simple ...
by spaanplaat
Wednesday 07 August 2013 10:02
Forum: PHP and all others
Topic: Events system thread (questions and feedback)
Replies: 308
Views: 158719

Re: Events system feedback thread

I created an event to check if my bedroom-temperature is bigger than the outside-temperature (so it's better to open the windows for some cooling down), but the event is spamming me every minute with the same advice (to test, I used < instead of >). I changed < into > (so the event doesn't apply ...
by spaanplaat
Friday 02 August 2013 15:32
Forum: PHP and all others
Topic: Events system thread (questions and feedback)
Replies: 308
Views: 158719

Re: Events system feedback thread

Hmmm that makes sense. I did not know blocky updates once a minute. Good to know. Your solution seems like the best way to go. Thank you for your insight. edit: It seems I can assign a slave device to the doorbell, but when the doorbell is pressed the slave device stay's off. I tried the AC and ARC ...
by spaanplaat
Friday 02 August 2013 13:28
Forum: PHP and all others
Topic: Events system thread (questions and feedback)
Replies: 308
Views: 158719

Re: Events system feedback thread

Thank you for your explanation for the statements. Your method seems more logical when I think about it. So I changed the blocks and for testing purposes I also changed the time to a full minute. Now when I press the doorbell the light turns on and of randomly. I think this has something to do with ...
by spaanplaat
Friday 02 August 2013 10:00
Forum: PHP and all others
Topic: Events system thread (questions and feedback)
Replies: 308
Views: 158719

Re: Events system feedback thread

I've been playing a little with the event system and it seems really easy. However I am running into some issue's. I'm trying to create a scenario when my doorbell is pressed a certain light turns on for 0.1 minutes if that light would be off. If that light would be on the light turns off when the ...