Search found 123 matches

by CopyCatz
Tuesday 30 June 2015 14:27
Forum: LUA
Topic: Script examples (Lua)
Replies: 139
Views: 163890

Re: Script examples (Lua)

I had a separate script that decided when the room was empty and someone entered, it would send me a notification and then reset the situation (i.e. "huiskamer leeg" = off). That's why you dont see it in this script.
by CopyCatz
Wednesday 08 October 2014 9:50
Forum: Other questions and discussions
Topic: iBeacons
Replies: 9
Views: 6087

iBeacons

Does anyone have actual experience in using iBeacons? Both at home and at work I'm looking at options for indoor navigation. While iBeacons do not really support real triangulation/direction, they might offer a way to get more info into Domoticz as to which rooms people are in. They work using ...
by CopyCatz
Friday 15 August 2014 21:35
Forum: PHP and all others
Topic: Events system thread (questions and feedback)
Replies: 308
Views: 158484

Re: Events system thread (questions and feedback)

that doesn't work.
by CopyCatz
Thursday 14 August 2014 8:23
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 132499

Re: Script to restart Domoticz if it crashes

As stated in the manual, specify the log location in the command line parameters:

-log file_path

Then point the watchdog to the log file.
by CopyCatz
Tuesday 05 August 2014 20:49
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Log Interval
Replies: 9
Views: 7524

Re: Log Interval

Oh you mean the graph. The graph short log has a resolution of 5 minutes so small events will probably not show up. It's not good for database writes to log faster and its not really needed either.
by CopyCatz
Tuesday 05 August 2014 19:10
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Log Interval
Replies: 9
Views: 7524

Re: Log Interval

If you mean you're measuring your kettle water with a thermometer and Domoticz misses it, the problem lies with your sensor. Domoticz processes values/signals when they come in, not every x seconds. When a device transmits to Domoticz it is stored in the system, Domoticz doesn't "ask" for data. The ...
by CopyCatz
Thursday 26 June 2014 14:42
Forum: LUA
Topic: Blink light
Replies: 16
Views: 11418

Re: Blink light

You can't do it that way because the light is not controlled during the time the script runs; the script decides what needs to be done and puts the action in the commandarray which is executed on return. The commandarray does not support intervals. What you can do is "On FOR 1" or "On FOR 0.1" for 6 ...
by CopyCatz
Sunday 22 June 2014 19:47
Forum: Show your projects
Topic: Hardware pron pics
Replies: 98
Views: 71472

Re: Hardware pron pics

My latest project: a rain sensor from http://www.rainsensors.com/ http://tweakers.net/ext/f/VdJbAINTg5OHXGpielMlKwuo/full.jpg I fitted a Fibaro universal sensor inside (fits easily) and attached a waterproof temperature sensor as well. It's an optical sensor (works the same ways as automatic wipers ...
by CopyCatz
Thursday 29 May 2014 11:51
Forum: Others
Topic: Homey kickstarter
Replies: 20
Views: 8461

Re: Homey kickstarter

The pi is only used for the prototypes, the final product will use an industrial board. Which is smart because a pi will not be a reliable controller for that many transceivers. I'm a bit sceptic about this product, I often see students at my university produce a glowing sphere and go all ...
by CopyCatz
Thursday 10 April 2014 15:07
Forum: Android
Topic: 'Dromotica' app for controlling Domoticz from Android
Replies: 488
Views: 144563

Re: Android app

You can also have a group of beta testers using google groups, no need to join google plus. I'm using google groups at the moment for an android app I'm building.
by CopyCatz
Wednesday 09 April 2014 11:59
Forum: Other questions and discussions
Topic: Smartwatch poll
Replies: 13
Views: 5517

Re: Smartwatch poll

I have 2 wrists ;) Man this samsung development isn't exactly user friendly... Apple was ok, Google a lot better but Samsung is a huge step back. The official companion app for the watch has to be downloaded but doesn't work at the moment so the watch cant be initalized.. Had to get an unofficial ...
by CopyCatz
Wednesday 09 April 2014 8:46
Forum: Other questions and discussions
Topic: Smartwatch poll
Replies: 13
Views: 5517

Smartwatch poll

Doing some market research among HA nerds before I start on the app ;)
by CopyCatz
Wednesday 02 April 2014 13:08
Forum: Other questions and discussions
Topic: XML as input information for Domoticz-readout & -switching
Replies: 10
Views: 4578

Re: XML as input information for Domoticz-readout & -switchi

I think the easiest way to do this is by using python. It's a lot easier than php and handles xml input in a very simplified way.
by CopyCatz
Tuesday 01 April 2014 23:09
Forum: Others
Topic: Low cost window/door sensor
Replies: 280
Views: 113591

Re: Low cost window/door sensor

Hmm 2 fibaro cat eyes or 20 of these... meh fibaro it is :)
by CopyCatz
Wednesday 12 March 2014 21:35
Forum: Z-Wave
Topic: Added Wenzhou TKB TZ68 On/Off Switch Socket
Replies: 17
Views: 8666

Re: Added Wenzhou TKB TZ68 On/Off Switch Socket

Oh right.. my bad. Love those tz66's though, cool leds :)
by CopyCatz
Wednesday 12 March 2014 18:28
Forum: Z-Wave
Topic: Added Wenzhou TKB TZ68 On/Off Switch Socket
Replies: 17
Views: 8666

Re: Added Wenzhou TKB TZ68 On/Off Switch Socket

Didn't we already have this? I put my tz66d config on the openzwave forum and noticed we had the tz68 as well so I sent that one too..
by CopyCatz
Friday 28 February 2014 23:37
Forum: Z-Wave
Topic: Zwave theory & Domoticz
Replies: 3
Views: 2010

Re: Zwave theory & Domoticz

To continue my wall of text, I am implementing group management in domoticz and have added a dimmer to group 2 of the tz66d (right paddle control) which works as expected. The right paddle has a function now, but it is not through Domoticz.. This shouldn't be a problem as Domoticz will see the ...
by CopyCatz
Wednesday 26 February 2014 21:18
Forum: Z-Wave
Topic: Zwave theory & Domoticz
Replies: 3
Views: 2010

Zwave theory & Domoticz

I'm running into basic issues with zwave, mostly because I'm slowly beginning to grasp that zwave is meant to run mainly as a standalone network and not so much through controlling software like domoticz. A recent example: I installed a tz66d tkbhome dual wall paddle switch. The left one controls ...
by CopyCatz
Tuesday 11 February 2014 21:29
Forum: PHP and all others
Topic: Events system thread (questions and feedback)
Replies: 308
Views: 158484

Re: Events system feedback thread

You can only do on for x minutes. How on earth is the system going to make sense of "sunrise minutes"?
by CopyCatz
Tuesday 11 February 2014 13:01
Forum: Suggestions
Topic: [137] Send code more then once
Replies: 17
Views: 7378

Re: Send code more then once

Wifi is on a completely different frequency than RF. If you have trouble switching RF try the bigger antenna that is discussed on these forums or try to find devices that interfere your RF frequency.