2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 16:05:19 +00:00

34 Commits

Author SHA1 Message Date
markusbloch
077c58359f killing BlockingCall-Child in UndefFn
git-svn-id: https://svn.fhem.de/fhem/trunk@3046 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-04-07 20:03:19 +00:00
markusbloch
d98fb4205f increasing BlockinCall timeout
git-svn-id: https://svn.fhem.de/fhem/trunk@2952 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-03-20 16:58:45 +00:00
markusbloch
7568f2a5f2 avoid "use of unitialized value" warning
git-svn-id: https://svn.fhem.de/fhem/trunk@2944 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-03-17 20:14:09 +00:00
markusbloch
beff030f5e exit SetFn when no argument is given
git-svn-id: https://svn.fhem.de/fhem/trunk@2933 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-03-16 20:09:05 +00:00
markusbloch
f67ae68c4c new collectord deb package
git-svn-id: https://svn.fhem.de/fhem/trunk@2879 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-03-09 12:30:47 +00:00
markusbloch
125f0ce481 added optional present-check-interval parameter to define a separate check interval if device is present
git-svn-id: https://svn.fhem.de/fhem/trunk@2841 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-03-02 13:34:34 +00:00
markusbloch
bf4052c125 adding support for repeater-networks to detect device which are connected via a repeater
git-svn-id: https://svn.fhem.de/fhem/trunk@2839 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-03-01 22:19:58 +00:00
markusbloch
8f201f6c41 fixing non-root check; set state to disabled, when reconnecting to presenced/collectord and device is disabled
git-svn-id: https://svn.fhem.de/fhem/trunk@2819 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-26 21:57:48 +00:00
markusbloch
4333277cb9 refusing define when creating a lan-ping check on a FritzBox with FHEM running under a nonroot username
git-svn-id: https://svn.fhem.de/fhem/trunk@2816 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-25 23:03:32 +00:00
markusbloch
8403cc8560 deleting cachednr on fritzbox mode if no device number can be found
git-svn-id: https://svn.fhem.de/fhem/trunk@2815 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-25 22:27:48 +00:00
markusbloch
eab42196ff make ping regexp less restrictive, added detailed debugging log for fritzbox-checks
git-svn-id: https://svn.fhem.de/fhem/trunk@2814 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-25 22:21:44 +00:00
markusbloch
6d06b82ffe resetting $number count before entering while loop (in case of invalid cached number)
git-svn-id: https://svn.fhem.de/fhem/trunk@2813 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-25 21:41:13 +00:00
markusbloch
c0df9f6b07 fixing not recognizing hcitool binary path, adding debug log commands
git-svn-id: https://svn.fhem.de/fhem/trunk@2778 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-20 22:04:57 +00:00
markusbloch
ffe65ae736 fixing missing right bracket; starting DevIo only if in right mode
git-svn-id: https://svn.fhem.de/fhem/trunk@2760 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-18 19:58:06 +00:00
markusbloch
1fdccf139a moving cachednr deletion from ReadyFn to DefineFn as ReadyFn is not called in fritzbox mode
git-svn-id: https://svn.fhem.de/fhem/trunk@2758 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-18 17:53:37 +00:00
markusbloch
47a172967d caching the device number at fritzbox checks for better performance (by erwin with minor modifications)
git-svn-id: https://svn.fhem.de/fhem/trunk@2757 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-18 17:49:27 +00:00
markusbloch
7899db6196 deleting Get-Fn definition, as no Get function exists
git-svn-id: https://svn.fhem.de/fhem/trunk@2725 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-14 19:31:23 +00:00
markusbloch
7f2d4040bd adding statusRequest command, minor improvements in "disabled"-handling
git-svn-id: https://svn.fhem.de/fhem/trunk@2721 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-13 22:50:26 +00:00
markusbloch
c511c5a8ff fixing dead PRESENCE devices in case of a broken network connection when disabled
git-svn-id: https://svn.fhem.de/fhem/trunk@2720 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-13 22:02:53 +00:00
markusbloch
cdaf33575a don't wait for $init_done
git-svn-id: https://svn.fhem.de/fhem/trunk@2710 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-12 17:40:35 +00:00
markusbloch
77a9806f7f preventing multiple timer loops in case of a redefine
git-svn-id: https://svn.fhem.de/fhem/trunk@2675 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-09 12:51:24 +00:00
markusbloch
15711c434f PRESENCE_Define honours the disable attribute
git-svn-id: https://svn.fhem.de/fhem/trunk@2674 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-09 12:44:20 +00:00
markusbloch
a572a87272 add cygwin as windows specific behaviour
git-svn-id: https://svn.fhem.de/fhem/trunk@2673 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-09 12:38:05 +00:00
markusbloch
5739dc4ba4 better support for ping under a non-root account
git-svn-id: https://svn.fhem.de/fhem/trunk@2659 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-07 22:08:38 +00:00
markusbloch
b241d996c1 increase the sleep timer for FritzBox checks
git-svn-id: https://svn.fhem.de/fhem/trunk@2658 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-07 21:26:01 +00:00
markusbloch
a41373f9b5 avoid high cpu usage on FritzBox
git-svn-id: https://svn.fhem.de/fhem/trunk@2650 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-05 17:32:46 +00:00
markusbloch
c031dfcab8 full german documentation, minor docu fixes
git-svn-id: https://svn.fhem.de/fhem/trunk@2642 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-03 14:22:22 +00:00
markusbloch
6ad75d8075 use explicit icmp ping (fixing Ping on FritzBox)
git-svn-id: https://svn.fhem.de/fhem/trunk@2641 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-03 12:34:18 +00:00
markusbloch
b0b66fefa9 adding the presence check via fritzbox ctlmgr_ctl command
git-svn-id: https://svn.fhem.de/fhem/trunk@2640 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-03 00:28:15 +00:00
markusbloch
c058c586ae fixing "wrong syntax" message when no timeout is specified in mode lan-ping
git-svn-id: https://svn.fhem.de/fhem/trunk@2639 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-02 23:31:52 +00:00
markusbloch
f467a94e14 little documentation corrections
git-svn-id: https://svn.fhem.de/fhem/trunk@2633 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-02 14:06:46 +00:00
markusbloch
1d5987b86f replacing < and > with html syntax
git-svn-id: https://svn.fhem.de/fhem/trunk@2630 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-02 13:16:38 +00:00
markusbloch
45cff7fe0b the copy&paste troll saw me this morning: fixing module description
git-svn-id: https://svn.fhem.de/fhem/trunk@2625 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-01 19:15:20 +00:00
markusbloch
2c8ecc2101 new module 73_PRESENCE.pm for presence detection of mobile phones or other devices via Ping or Bluetooth detection
git-svn-id: https://svn.fhem.de/fhem/trunk@2624 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-01 19:10:25 +00:00