Script läuft nicht

hallo,

ich wollte mein WinMatic per Script öffnen

22 │ Fenster WZ Rechts │ 15F60C │ XXXXXXXXX │ 0028 │ HM-Sec-Win │ 1.5 │ No │ No
ich gehe davon aus, dass die 22 der id entspricht, die 1 dem Kanal, das LEVEL dem Datenpunkt und die 100 dem Wert der übergeben werden soll. Ich hab es auch schon mit 1 und 1.0 probiert, aber das Fenster lässt sich nicht öffen.

print_r($Client->send("setValue", array(22, 1, "LEVEL", 100)));
es wird normal beendet
auch die Änderung in

war nicht erfolgreich.

[quote]root@ubilinux:/var/lib/homegear/scripts# homegear -e runscript Test.php
Script executed. Exit code: 0[/quote]
Grundsätzlich funktioniert es ja, denn über openHAB lässt es sich öffnen.

danke

lg Stefan

Hallo Stefan,

wie sieht’s mit

print_r($Client->send("setValue", array(22, 1, "LEVEL", 1.0)));

bzw.

print_r($Client->send("setValue", array(22, 1, "LEVEL", 0.0)));

aus? Damit sollte es klappen. “putParamset” ist für Konfigurationsparameter. “LEVEL” ist vom Typ Float mit einem Wertebereich zwischen 0.0 und 1.0 (der Punkt ist wichtig, sonst wird der Wert von PHP als Integer interpretiert).

Liebe Grüße

Sathya

nein leider nicht

Test1.php

[code]!/usr/bin/env php

<?php include_once("Connect.php"); print_r($Client->send("setValue", array(22, 1, "LEVEL", 1.0))); ?>

[/code]
ich hab es auch mit dem anderen Fenster probiert

root@ubilinux:/var/lib/homegear/scripts# homegear -e runscript Test1.php Script executed. Exit code: 0 root@ubilinux:/var/lib/homegear/scripts#

es geht auch bei dem anderen Fenster nicht

hier noch das logfile

[quote]root@ubilinux:/var/lib/homegear/scripts# cat /var/log/homegear/homegear.log
11/08/14 10:42:40.977 Info: Loading family module mod_max.so
11/08/14 10:42:40.993 Info: Loading family module mod_homematicbidcos.so
11/08/14 10:42:41.012 Info: Loading family module mod_homematicwired.so
11/08/14 10:42:41.026 Info: Loading family module mod_insteon.so
11/08/14 10:42:41.045 Info: Loading family module mod_philipshue.so
11/08/14 10:42:41.361 Module HomeMatic BidCoS: LAN-Konfigurationsadapter “My-HM-CFG-LAN”: Info: Enabling AES encryption for communication with HM-CFG-LAN.
11/08/14 10:42:41.361 Initializing database…
11/08/14 10:42:41.372 Initializing family controller…
11/08/14 10:42:41.373 Module HomeMatic BidCoS: Loading XML RPC devices…
11/08/14 10:42:42.454 Info: Not initializing device family HomeMatic Wired, bacause no physical interface was found.
11/08/14 10:42:42.454 Info: Not initializing device family INSTEON, bacause no physical interface was found.
11/08/14 10:42:42.454 Info: Not initializing device family MAX!, bacause no physical interface was found.
11/08/14 10:42:42.454 Info: Not initializing device family Philips hue, bacause no physical interface was found.
11/08/14 10:42:42.454 Loading devices…
11/08/14 10:42:42.455 Module HomeMatic BidCoS: Loading HomeMatic BidCoS device 1
11/08/14 10:42:42.459 Module HomeMatic BidCoS: Loading peer 1
11/08/14 10:42:42.481 Module HomeMatic BidCoS: Loading peer 2
11/08/14 10:42:42.499 Module HomeMatic BidCoS: Loading peer 3
11/08/14 10:42:42.551 Module HomeMatic BidCoS: Loading peer 4
11/08/14 10:42:42.568 Module HomeMatic BidCoS: Loading peer 7
11/08/14 10:42:42.584 Module HomeMatic BidCoS: Loading peer 8
11/08/14 10:42:42.601 Module HomeMatic BidCoS: Loading peer 9
11/08/14 10:42:42.618 Module HomeMatic BidCoS: Loading peer 10
11/08/14 10:42:42.635 Module HomeMatic BidCoS: Loading peer 14
11/08/14 10:42:42.683 Module HomeMatic BidCoS: Loading peer 15
11/08/14 10:42:42.732 Module HomeMatic BidCoS: Loading peer 16
11/08/14 10:42:42.781 Module HomeMatic BidCoS: Loading peer 18
11/08/14 10:42:42.805 Module HomeMatic BidCoS: Loading peer 19
11/08/14 10:42:42.828 Module HomeMatic BidCoS: Loading peer 20
11/08/14 10:42:42.852 Module HomeMatic BidCoS: Loading peer 21
11/08/14 10:42:42.883 Module HomeMatic BidCoS: Loading peer 22
11/08/14 10:42:42.902 Module HomeMatic BidCoS: Loading peer 23
11/08/14 10:42:42.922 Module HomeMatic BidCoS: Loading peer 24
11/08/14 10:42:42.943 Module HomeMatic BidCoS: Loading peer 25
11/08/14 10:42:42.964 Module HomeMatic BidCoS: Loading peer 26
11/08/14 10:42:42.985 Module HomeMatic BidCoS: Loading peer 27
11/08/14 10:42:43.005 Module HomeMatic BidCoS: Loading peer 28
11/08/14 10:42:43.026 Module HomeMatic BidCoS: Loading peer 29
11/08/14 10:42:43.046 Module HomeMatic BidCoS: Loading peer 30
11/08/14 10:42:43.070 Module HomeMatic BidCoS: Loading peer 31
11/08/14 10:42:43.091 Module HomeMatic BidCoS: Loading peer 32
11/08/14 10:42:43.109 Module HomeMatic BidCoS: Loading peer 33
11/08/14 10:42:43.129 Module HomeMatic BidCoS: Loading peer 34
11/08/14 10:42:43.149 Module HomeMatic BidCoS: Loading peer 35
11/08/14 10:42:43.168 Module HomeMatic BidCoS: Loading peer 36
11/08/14 10:42:43.188 Module HomeMatic BidCoS: Loading peer 37
11/08/14 10:42:43.208 Module HomeMatic BidCoS: Loading peer 38
11/08/14 10:42:43.227 Module HomeMatic BidCoS: Loading peer 39
11/08/14 10:42:43.246 Module HomeMatic BidCoS: Loading peer 40
11/08/14 10:42:43.266 Module HomeMatic BidCoS: Loading peer 41
11/08/14 10:42:43.285 Module HomeMatic BidCoS: Loading peer 42
11/08/14 10:42:43.303 Module HomeMatic BidCoS: Loading peer 43
11/08/14 10:42:43.322 Module HomeMatic BidCoS: Loading peer 44
11/08/14 10:42:43.339 Module HomeMatic BidCoS: Loading peer 45
11/08/14 10:42:43.391 Module HomeMatic BidCoS: Loading HomeMatic BidCoS device 2
11/08/14 10:42:43.395 Start listening for packets…
11/08/14 10:42:43.396 Initializing RPC client…
11/08/14 10:42:43.396 Info: Connecting to host 192.168.200.3 on port 1000…
11/08/14 10:42:43.396 Starting XML RPC server RPCServer1 listening on 0.0.0.0:2001…
11/08/14 10:42:43.400 Starting XML RPC server RPCServer2 listening on 0.0.0.0:2002, SSL enabled…
11/08/14 10:42:43.401 RPC Server (Port 2001): Info: RPC Server started listening on address 0.0.0.0 and port 2001
11/08/14 10:42:43.415 Info: Connected to host 192.168.200.3 on port 1000. Client number is: 0
11/08/14 10:42:43.417 Starting XML RPC server RPCServer3 listening on 0.0.0.0:2003, SSL enabled, authentification enabled…
11/08/14 10:42:43.418 RPC Server (Port 2002): Info: RPC Server started listening on address 0.0.0.0 and port 2002
11/08/14 10:42:43.433 Starting CLI server…
11/08/14 10:42:43.434 Initializing event handler…
11/08/14 10:42:43.434 RPC Server (Port 2003): Info: RPC Server started listening on address 0.0.0.0 and port 2003
11/08/14 10:42:43.434 Loading events…
11/08/14 10:42:43.435 Startup complete.
11/08/14 10:42:44.436 All physical interfaces are connected now.
11/08/14 10:42:48.118 RPC Server (Port 2001): Info: Connection from 192.168.200.35:58935 accepted. Client number: 5
11/08/14 10:42:48.119 RPC Server (Port 2001): Info: Client number 5 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:42:48.349 RPC Server (Port 2001): Info: Connection to client number 5 closed (3).
11/08/14 10:42:49.346 RPC Server (Port 2001): Info: Connection from 192.168.200.35:58952 accepted. Client number: 6
11/08/14 10:42:49.346 RPC Server (Port 2001): Info: Connection from 192.168.200.35:58953 accepted. Client number: 7
11/08/14 10:42:49.347 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:42:49.347 RPC Server (Port 2001): Info: Client number 6 is calling RPC method: getServiceMessages Parameters:

11/08/14 10:43:17.785 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getDeviceDescription Parameters:
(String) JEQ0054923
11/08/14 10:43:17.790 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0054923
11/08/14 10:43:17.796 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getParamsetDescription Parameters:
(String) JEQ0054923:0
(String) VALUES
11/08/14 10:43:17.804 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getDeviceDescription Parameters:
(String) IEQ0042221:0
11/08/14 10:43:17.809 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getDeviceDescription Parameters:
(String) IEQ0042221
11/08/14 10:43:17.814 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getAllMetadata Parameters:
(String) IEQ0042221
11/08/14 10:43:17.821 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getParamsetDescription Parameters:
(String) IEQ0042221:0
(String) VALUES
11/08/14 10:43:17.829 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getDeviceDescription Parameters:
(String) JEQ0299034:0
11/08/14 10:43:17.834 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getDeviceDescription Parameters:
(String) JEQ0299034
11/08/14 10:43:17.838 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0299034
11/08/14 10:43:17.847 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getParamsetDescription Parameters:
(String) JEQ0299034:0
(String) VALUES
11/08/14 10:43:17.854 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getDeviceDescription Parameters:
(String) IEQ0505125:0
11/08/14 10:43:17.858 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getDeviceDescription Parameters:
(String) IEQ0505125
11/08/14 10:43:17.862 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getAllMetadata Parameters:
(String) IEQ0505125
11/08/14 10:43:17.867 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getParamsetDescription Parameters:
(String) IEQ0505125:0
(String) VALUES
11/08/14 10:43:17.874 RPC Server (Port 2001): Info: Connection to client number 20 closed (3).
11/08/14 10:43:19.045 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59003 accepted. Client number: 21
11/08/14 10:43:19.046 RPC Server (Port 2001): Info: Client number 21 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:43:19.119 RPC Server (Port 2001): Info: Connection to client number 21 closed (3).
11/08/14 10:43:19.755 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59007 accepted. Client number: 22
11/08/14 10:43:19.756 RPC Server (Port 2001): Info: Client number 22 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:19.904 RPC Server (Port 2001): Info: Connection to client number 22 closed (3).
11/08/14 10:43:24.264 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59011 accepted. Client number: 23
11/08/14 10:43:24.266 RPC Server (Port 2001): Info: Client number 23 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:43:24.272 RPC Server (Port 2001): Info: Connection to client number 23 closed (3).
11/08/14 10:43:24.775 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59015 accepted. Client number: 24
11/08/14 10:43:24.776 RPC Server (Port 2001): Info: Client number 24 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:24.924 RPC Server (Port 2001): Info: Connection to client number 24 closed (3).
11/08/14 10:43:29.385 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59019 accepted. Client number: 25
11/08/14 10:43:29.387 RPC Server (Port 2001): Info: Client number 25 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:43:29.392 RPC Server (Port 2001): Info: Connection to client number 25 closed (3).
11/08/14 10:43:29.400 Info: CLI connection accepted. Client number: 26
11/08/14 10:43:29.995 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59023 accepted. Client number: 27
11/08/14 10:43:29.996 RPC Server (Port 2001): Info: Client number 27 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:30.144 RPC Server (Port 2001): Info: Connection to client number 27 closed (3).
11/08/14 10:43:34.191 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x34): 0C45867019E34800000000D639
11/08/14 10:43:34.193 Module HomeMatic BidCoS: Info: HUMIDITY of HomeMatic BidCoS peer 3 with serial number JEQ0021332:1 was set to 0x39.
11/08/14 10:43:34.194 Module HomeMatic BidCoS: Info: TEMPERATURE of HomeMatic BidCoS peer 3 with serial number JEQ0021332:1 was set to 0x00D6.
11/08/14 10:43:34.414 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59027 accepted. Client number: 28
11/08/14 10:43:34.415 RPC Server (Port 2001): Info: Client number 28 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:43:34.489 RPC Server (Port 2001): Info: Connection to client number 28 closed (3).
11/08/14 10:43:34.695 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59031 accepted. Client number: 29
11/08/14 10:43:34.696 RPC Server (Port 2001): Info: Client number 29 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:34.842 RPC Server (Port 2001): Info: Connection to client number 29 closed (3).
11/08/14 10:43:39.500 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59035 accepted. Client number: 30
11/08/14 10:43:39.501 RPC Server (Port 2001): Info: Client number 30 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:43:39.579 RPC Server (Port 2001): Info: Connection to client number 30 closed (3).
11/08/14 10:43:39.706 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59039 accepted. Client number: 31
11/08/14 10:43:39.708 RPC Server (Port 2001): Info: Client number 31 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:39.855 RPC Server (Port 2001): Info: Connection to client number 31 closed (3).
11/08/14 10:43:44.645 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59043 accepted. Client number: 32
11/08/14 10:43:44.646 RPC Server (Port 2001): Info: Client number 32 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:43:44.720 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59047 accepted. Client number: 33
11/08/14 10:43:44.721 RPC Server (Port 2001): Info: Client number 33 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:44.869 RPC Server (Port 2001): Info: Connection to client number 33 closed (3).
11/08/14 10:43:44.878 RPC Server (Port 2001): Info: Connection to client number 32 closed (3).
11/08/14 10:43:49.765 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59054 accepted. Client number: 35
11/08/14 10:43:49.813 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59055 accepted. Client number: 36
11/08/14 10:43:49.813 RPC Server (Port 2001): Info: Client number 35 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:49.813 RPC Server (Port 2001): Info: Client number 36 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:43:49.839 RPC Server (Port 2001): Info: Connection to client number 36 closed (3).
11/08/14 10:43:49.970 RPC Server (Port 2001): Info: Connection to client number 35 closed (3).
11/08/14 10:43:54.261 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x34): 0B45A25819E348193D6D0000
11/08/14 10:43:54.263 Module HomeMatic BidCoS: Info: ADJUSTING_COMMAND of HomeMatic BidCoS peer 3 with serial number JEQ0021332:2 was set to 0x00.
11/08/14 10:43:54.265 Module HomeMatic BidCoS: Info: ADJUSTING_DATA of HomeMatic BidCoS peer 3 with serial number JEQ0021332:2 was set to 0x00.
11/08/14 10:43:54.298 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x46): 0E458202193D6D19E3480101000035
11/08/14 10:43:54.300 Module HomeMatic BidCoS: Info: ERROR of HomeMatic BidCoS peer 4 with serial number JEQ0046007:1 was set to 0x00.
11/08/14 10:43:54.301 Module HomeMatic BidCoS: Info: VALVE_STATE of HomeMatic BidCoS peer 4 with serial number JEQ0046007:1 was set to 0x00.
11/08/14 10:43:55.184 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59062 accepted. Client number: 37
11/08/14 10:43:55.241 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59063 accepted. Client number: 38
11/08/14 10:43:55.241 RPC Server (Port 2001): Info: Client number 37 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:55.241 RPC Server (Port 2001): Info: Client number 38 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:43:55.258 RPC Server (Port 2001): Info: Connection to client number 38 closed (3).
11/08/14 10:43:55.388 RPC Server (Port 2001): Info: Connection to client number 37 closed (3).
11/08/14 10:43:59.895 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59070 accepted. Client number: 39
11/08/14 10:43:59.896 RPC Server (Port 2001): Info: Client number 39 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:44:00.043 RPC Server (Port 2001): Info: Connection to client number 39 closed (3).
11/08/14 10:44:00.259 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59071 accepted. Client number: 40
11/08/14 10:44:00.261 RPC Server (Port 2001): Info: Client number 40 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:44:00.338 RPC Server (Port 2001): Info: Connection to client number 40 closed (3).
11/08/14 10:44:04.815 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59078 accepted. Client number: 41
11/08/14 10:44:04.817 RPC Server (Port 2001): Info: Client number 41 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:44:04.963 RPC Server (Port 2001): Info: Connection to client number 41 closed (3).
11/08/14 10:44:05.424 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59079 accepted. Client number: 42
11/08/14 10:44:05.426 RPC Server (Port 2001): Info: Client number 42 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:44:05.499 RPC Server (Port 2001): Info: Connection to client number 42 closed (3).
11/08/14 10:44:09.746 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59086 accepted. Client number: 43
11/08/14 10:44:09.748 RPC Server (Port 2001): Info: Client number 43 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:44:09.896 RPC Server (Port 2001): Info: Connection to client number 43 closed (3).
11/08/14 10:44:10.503 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59087 accepted. Client number: 44
11/08/14 10:44:10.505 RPC Server (Port 2001): Info: Client number 44 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:44:10.579 RPC Server (Port 2001): Info: Connection to client number 44 closed (3).
root@ubilinux:/var/lib/homegear/scripts# homegear -e runscript Test1.php
Script executed. Exit code: 0
root@ubilinux:/var/lib/homegear/scripts# cat /var/log/homegear/homegear.log
11/08/14 10:42:40.977 Info: Loading family module mod_max.so
11/08/14 10:42:40.993 Info: Loading family module mod_homematicbidcos.so
11/08/14 10:42:41.012 Info: Loading family module mod_homematicwired.so
11/08/14 10:42:41.026 Info: Loading family module mod_insteon.so
11/08/14 10:42:41.045 Info: Loading family module mod_philipshue.so
11/08/14 10:42:41.361 Module HomeMatic BidCoS: LAN-Konfigurationsadapter “My-HM-CFG-LAN”: Info: Enabling AES encryption for communication with HM-CFG-LAN.
11/08/14 10:42:41.361 Initializing database…
11/08/14 10:42:41.372 Initializing family controller…
11/08/14 10:42:41.373 Module HomeMatic BidCoS: Loading XML RPC devices…
11/08/14 10:42:42.454 Info: Not initializing device family HomeMatic Wired, bacause no physical interface was found.
11/08/14 10:42:42.454 Info: Not initializing device family INSTEON, bacause no physical interface was found.
11/08/14 10:42:42.454 Info: Not initializing device family MAX!, bacause no physical interface was found.
11/08/14 10:42:42.454 Info: Not initializing device family Philips hue, bacause no physical interface was found.
11/08/14 10:42:42.454 Loading devices…
11/08/14 10:42:42.455 Module HomeMatic BidCoS: Loading HomeMatic BidCoS device 1
11/08/14 10:42:42.459 Module HomeMatic BidCoS: Loading peer 1
11/08/14 10:42:42.481 Module HomeMatic BidCoS: Loading peer 2
11/08/14 10:42:42.499 Module HomeMatic BidCoS: Loading peer 3
11/08/14 10:42:42.551 Module HomeMatic BidCoS: Loading peer 4
11/08/14 10:42:42.568 Module HomeMatic BidCoS: Loading peer 7
11/08/14 10:42:42.584 Module HomeMatic BidCoS: Loading peer 8
11/08/14 10:42:42.601 Module HomeMatic BidCoS: Loading peer 9
11/08/14 10:42:42.618 Module HomeMatic BidCoS: Loading peer 10
11/08/14 10:42:42.635 Module HomeMatic BidCoS: Loading peer 14
11/08/14 10:42:42.683 Module HomeMatic BidCoS: Loading peer 15
11/08/14 10:42:42.732 Module HomeMatic BidCoS: Loading peer 16
11/08/14 10:42:42.781 Module HomeMatic BidCoS: Loading peer 18
11/08/14 10:42:42.805 Module HomeMatic BidCoS: Loading peer 19
11/08/14 10:42:42.828 Module HomeMatic BidCoS: Loading peer 20
11/08/14 10:42:42.852 Module HomeMatic BidCoS: Loading peer 21
11/08/14 10:42:42.883 Module HomeMatic BidCoS: Loading peer 22
11/08/14 10:42:42.902 Module HomeMatic BidCoS: Loading peer 23
11/08/14 10:42:42.922 Module HomeMatic BidCoS: Loading peer 24
11/08/14 10:42:42.943 Module HomeMatic BidCoS: Loading peer 25
11/08/14 10:42:42.964 Module HomeMatic BidCoS: Loading peer 26
11/08/14 10:42:42.985 Module HomeMatic BidCoS: Loading peer 27
11/08/14 10:42:43.005 Module HomeMatic BidCoS: Loading peer 28
11/08/14 10:42:43.026 Module HomeMatic BidCoS: Loading peer 29
11/08/14 10:42:43.046 Module HomeMatic BidCoS: Loading peer 30
11/08/14 10:42:43.070 Module HomeMatic BidCoS: Loading peer 31
11/08/14 10:42:43.091 Module HomeMatic BidCoS: Loading peer 32
11/08/14 10:42:43.109 Module HomeMatic BidCoS: Loading peer 33
11/08/14 10:42:43.129 Module HomeMatic BidCoS: Loading peer 34
11/08/14 10:42:43.149 Module HomeMatic BidCoS: Loading peer 35
11/08/14 10:42:43.168 Module HomeMatic BidCoS: Loading peer 36
11/08/14 10:42:43.188 Module HomeMatic BidCoS: Loading peer 37
11/08/14 10:42:43.208 Module HomeMatic BidCoS: Loading peer 38
11/08/14 10:42:43.227 Module HomeMatic BidCoS: Loading peer 39
11/08/14 10:42:43.246 Module HomeMatic BidCoS: Loading peer 40
11/08/14 10:42:43.266 Module HomeMatic BidCoS: Loading peer 41
11/08/14 10:42:43.285 Module HomeMatic BidCoS: Loading peer 42
11/08/14 10:42:43.303 Module HomeMatic BidCoS: Loading peer 43
11/08/14 10:42:43.322 Module HomeMatic BidCoS: Loading peer 44
11/08/14 10:42:43.339 Module HomeMatic BidCoS: Loading peer 45
11/08/14 10:42:43.391 Module HomeMatic BidCoS: Loading HomeMatic BidCoS device 2
11/08/14 10:42:43.395 Start listening for packets…
11/08/14 10:42:43.396 Initializing RPC client…
11/08/14 10:42:43.396 Info: Connecting to host 192.168.200.3 on port 1000…
11/08/14 10:42:43.396 Starting XML RPC server RPCServer1 listening on 0.0.0.0:2001…
11/08/14 10:42:43.400 Starting XML RPC server RPCServer2 listening on 0.0.0.0:2002, SSL enabled…
11/08/14 10:42:43.401 RPC Server (Port 2001): Info: RPC Server started listening on address 0.0.0.0 and port 2001
11/08/14 10:42:43.415 Info: Connected to host 192.168.200.3 on port 1000. Client number is: 0
11/08/14 10:42:43.417 Starting XML RPC server RPCServer3 listening on 0.0.0.0:2003, SSL enabled, authentification enabled…
11/08/14 10:42:43.418 RPC Server (Port 2002): Info: RPC Server started listening on address 0.0.0.0 and port 2002
11/08/14 10:42:43.433 Starting CLI server…
11/08/14 10:42:43.434 Initializing event handler…
11/08/14 10:42:43.434 RPC Server (Port 2003): Info: RPC Server started listening on address 0.0.0.0 and port 2003
11/08/14 10:42:43.434 Loading events…
11/08/14 10:42:43.435 Startup complete.
11/08/14 10:42:44.436 All physical interfaces are connected now.
11/08/14 10:42:48.118 RPC Server (Port 2001): Info: Connection from 192.168.200.35:58935 accepted. Client number: 5
11/08/14 10:42:48.119 RPC Server (Port 2001): Info: Client number 5 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:42:48.349 RPC Server (Port 2001): Info: Connection to client number 5 closed (3).
11/08/14 10:42:49.346 RPC Server (Port 2001): Info: Connection from 192.168.200.35:58952 accepted. Client number: 6
11/08/14 10:42:49.346 RPC Server (Port 2001): Info: Connection from 192.168.200.35:58953 accepted. Client number: 7
11/08/14 10:42:49.347 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:42:49.347 RPC Server (Port 2001): Info: Client number 6 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:42:49.354 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: listDevices Parameters:
(Boolean) 0
11/08/14 10:42:49.499 RPC Server (Port 2001): Info: Connection to client number 6 closed (3).
11/08/14 10:42:49.617 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0054923
11/08/14 10:42:49.627 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) IEQ0505136
11/08/14 10:42:49.634 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0021332
11/08/14 10:42:49.641 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0046007
11/08/14 10:42:49.648 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) HEQ0139414
11/08/14 10:42:49.654 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) HEQ0139392
11/08/14 10:42:49.664 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) GEQ0031048
11/08/14 10:42:49.671 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) HEQ0138907
11/08/14 10:42:49.678 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0035457
11/08/14 10:42:49.685 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0035560
11/08/14 10:42:49.692 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0035933
11/08/14 10:42:49.699 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0034301
11/08/14 10:42:49.705 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0093999
11/08/14 10:42:49.712 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0094107
11/08/14 10:42:49.720 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0737405
11/08/14 10:42:49.727 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) IEQ0042221
11/08/14 10:42:49.734 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0299024
11/08/14 10:42:49.741 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0299048
11/08/14 10:42:49.747 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0299034
11/08/14 10:42:49.753 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0146622
11/08/14 10:42:49.763 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0146501
11/08/14 10:42:49.769 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0118758
11/08/14 10:42:49.775 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0118765
11/08/14 10:42:49.781 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0083145
11/08/14 10:42:49.791 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) LEQ0010550
11/08/14 10:42:49.800 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0314308
11/08/14 10:42:49.806 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0463063
11/08/14 10:42:49.813 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0314382
11/08/14 10:42:49.821 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) IEQ0505125
11/08/14 10:42:49.828 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0081864
11/08/14 10:42:49.834 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0081832
11/08/14 10:42:49.841 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0081719
11/08/14 10:42:49.847 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0256425
11/08/14 10:42:49.854 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0256520
11/08/14 10:42:49.861 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0257185
11/08/14 10:42:49.867 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) IEQ0452123
11/08/14 10:42:49.875 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0040218
11/08/14 10:42:49.882 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0022761
11/08/14 10:42:49.888 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0044675
11/08/14 10:42:49.896 RPC Server (Port 2001): Info: Connection to client number 7 closed (3).
11/08/14 10:42:51.608 Info: CLI connection accepted. Client number: 8
11/08/14 10:42:51.618 Script output: !/usr/bin/env php

11/08/14 10:42:51.618 Script output: Warning: include_once(): IO error while importing: ‘Connect.php’

11/08/14 10:42:51.619 Script output: Error: ‘->’: Expecting class instance as left operand,PH7 is loading NULL

11/08/14 10:42:51.619 Script output: Warning: Invalid function name,NULL will be returned

11/08/14 10:42:51.619 Script output:

11/08/14 10:42:51.619 Script output:

11/08/14 10:42:53.234 RPC Server (Port 2001): Info: Connection from 192.168.200.35:58954 accepted. Client number: 9
11/08/14 10:42:53.240 RPC Server (Port 2001): Info: Client number 9 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:42:53.245 RPC Server (Port 2001): Info: Connection to client number 9 closed (3).
11/08/14 10:42:54.666 RPC Server (Port 2001): Info: Connection from 192.168.200.35:58960 accepted. Client number: 11
11/08/14 10:42:54.666 RPC Server (Port 2001): Info: Client number 11 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:42:54.813 RPC Server (Port 2001): Info: Connection to client number 11 closed (3).
11/08/14 10:42:58.355 RPC Server (Port 2001): Info: Connection from 192.168.200.35:58961 accepted. Client number: 12
11/08/14 10:42:58.356 RPC Server (Port 2001): Info: Client number 12 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:42:58.429 RPC Server (Port 2001): Info: Connection to client number 12 closed (3).
11/08/14 10:42:59.895 RPC Server (Port 2001): Info: Connection from 192.168.200.35:58968 accepted. Client number: 13
11/08/14 10:42:59.897 RPC Server (Port 2001): Info: Client number 13 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:00.043 RPC Server (Port 2001): Info: Connection to client number 13 closed (3).
11/08/14 10:43:01.422 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x45): 0C0F86701A25CE00000000D937
11/08/14 10:43:01.425 Module HomeMatic BidCoS: Info: HUMIDITY of HomeMatic BidCoS peer 15 with serial number JEQ0035560:1 was set to 0x37.
11/08/14 10:43:01.426 Module HomeMatic BidCoS: Info: TEMPERATURE of HomeMatic BidCoS peer 15 with serial number JEQ0035560:1 was set to 0x00D9.
11/08/14 10:43:02.452 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x3A): 0BD2A2581A273213D31F0019
11/08/14 10:43:02.454 Module HomeMatic BidCoS: Info: ADJUSTING_COMMAND of HomeMatic BidCoS peer 16 with serial number JEQ0035933:2 was set to 0x00.
11/08/14 10:43:02.455 Module HomeMatic BidCoS: Info: ADJUSTING_DATA of HomeMatic BidCoS peer 16 with serial number JEQ0035933:2 was set to 0x19.
11/08/14 10:43:02.526 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x27): 0ED2820213D31F1A27320101140044
11/08/14 10:43:02.528 Module HomeMatic BidCoS: Info: ERROR of HomeMatic BidCoS peer 7 with serial number HEQ0139414:1 was set to 0x00.
11/08/14 10:43:02.530 Module HomeMatic BidCoS: Info: VALVE_STATE of HomeMatic BidCoS peer 7 with serial number HEQ0139414:1 was set to 0x14.
11/08/14 10:43:03.475 RPC Server (Port 2001): Info: Connection from 192.168.200.35:58969 accepted. Client number: 14
11/08/14 10:43:03.477 RPC Server (Port 2001): Info: Client number 14 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:43:03.549 RPC Server (Port 2001): Info: Connection to client number 14 closed (3).
11/08/14 10:43:04.805 RPC Server (Port 2001): Info: Connection from 192.168.200.35:58976 accepted. Client number: 15
11/08/14 10:43:04.807 RPC Server (Port 2001): Info: Client number 15 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:04.953 RPC Server (Port 2001): Info: Connection to client number 15 closed (3).
11/08/14 10:43:08.594 RPC Server (Port 2001): Info: Connection from 192.168.200.35:58977 accepted. Client number: 16
11/08/14 10:43:08.596 RPC Server (Port 2001): Info: Client number 16 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:43:08.669 RPC Server (Port 2001): Info: Connection to client number 16 closed (3).
11/08/14 10:43:09.925 RPC Server (Port 2001): Info: Connection from 192.168.200.35:58984 accepted. Client number: 17
11/08/14 10:43:09.926 RPC Server (Port 2001): Info: Client number 17 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:10.073 RPC Server (Port 2001): Info: Connection to client number 17 closed (3).
11/08/14 10:43:13.926 RPC Server (Port 2001): Info: Connection from 192.168.200.35:58985 accepted. Client number: 18
11/08/14 10:43:13.928 RPC Server (Port 2001): Info: Client number 18 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:43:14.006 RPC Server (Port 2001): Info: Connection to client number 18 closed (3).
11/08/14 10:43:14.745 RPC Server (Port 2001): Info: Connection from 192.168.200.35:58992 accepted. Client number: 19
11/08/14 10:43:14.746 RPC Server (Port 2001): Info: Client number 19 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:14.893 RPC Server (Port 2001): Info: Connection to client number 19 closed (3).
11/08/14 10:43:17.624 RPC Server (Port 2001): Info: Connection from 192.168.200.35:58997 accepted. Client number: 20
11/08/14 10:43:17.626 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:17.779 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getDeviceDescription Parameters:
(String) JEQ0054923:0
11/08/14 10:43:17.785 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getDeviceDescription Parameters:
(String) JEQ0054923
11/08/14 10:43:17.790 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0054923
11/08/14 10:43:17.796 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getParamsetDescription Parameters:
(String) JEQ0054923:0
(String) VALUES
11/08/14 10:43:17.804 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getDeviceDescription Parameters:
(String) IEQ0042221:0
11/08/14 10:43:17.809 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getDeviceDescription Parameters:
(String) IEQ0042221
11/08/14 10:43:17.814 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getAllMetadata Parameters:
(String) IEQ0042221
11/08/14 10:43:17.821 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getParamsetDescription Parameters:
(String) IEQ0042221:0
(String) VALUES
11/08/14 10:43:17.829 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getDeviceDescription Parameters:
(String) JEQ0299034:0
11/08/14 10:43:17.834 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getDeviceDescription Parameters:
(String) JEQ0299034
11/08/14 10:43:17.838 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getAllMetadata Parameters:
(String) JEQ0299034
11/08/14 10:43:17.847 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getParamsetDescription Parameters:
(String) JEQ0299034:0
(String) VALUES
11/08/14 10:43:17.854 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getDeviceDescription Parameters:
(String) IEQ0505125:0
11/08/14 10:43:17.858 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getDeviceDescription Parameters:
(String) IEQ0505125
11/08/14 10:43:17.862 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getAllMetadata Parameters:
(String) IEQ0505125
11/08/14 10:43:17.867 RPC Server (Port 2001): Info: Client number 20 is calling RPC method: getParamsetDescription Parameters:
(String) IEQ0505125:0
(String) VALUES
11/08/14 10:43:17.874 RPC Server (Port 2001): Info: Connection to client number 20 closed (3).
11/08/14 10:43:19.045 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59003 accepted. Client number: 21
11/08/14 10:43:19.046 RPC Server (Port 2001): Info: Client number 21 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:43:19.119 RPC Server (Port 2001): Info: Connection to client number 21 closed (3).
11/08/14 10:43:19.755 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59007 accepted. Client number: 22
11/08/14 10:43:19.756 RPC Server (Port 2001): Info: Client number 22 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:19.904 RPC Server (Port 2001): Info: Connection to client number 22 closed (3).
11/08/14 10:43:24.264 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59011 accepted. Client number: 23
11/08/14 10:43:24.266 RPC Server (Port 2001): Info: Client number 23 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:43:24.272 RPC Server (Port 2001): Info: Connection to client number 23 closed (3).
11/08/14 10:43:24.775 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59015 accepted. Client number: 24
11/08/14 10:43:24.776 RPC Server (Port 2001): Info: Client number 24 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:24.924 RPC Server (Port 2001): Info: Connection to client number 24 closed (3).
11/08/14 10:43:29.385 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59019 accepted. Client number: 25
11/08/14 10:43:29.387 RPC Server (Port 2001): Info: Client number 25 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:43:29.392 RPC Server (Port 2001): Info: Connection to client number 25 closed (3).
11/08/14 10:43:29.400 Info: CLI connection accepted. Client number: 26
11/08/14 10:43:29.995 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59023 accepted. Client number: 27
11/08/14 10:43:29.996 RPC Server (Port 2001): Info: Client number 27 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:30.144 RPC Server (Port 2001): Info: Connection to client number 27 closed (3).
11/08/14 10:43:34.191 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x34): 0C45867019E34800000000D639
11/08/14 10:43:34.193 Module HomeMatic BidCoS: Info: HUMIDITY of HomeMatic BidCoS peer 3 with serial number JEQ0021332:1 was set to 0x39.
11/08/14 10:43:34.194 Module HomeMatic BidCoS: Info: TEMPERATURE of HomeMatic BidCoS peer 3 with serial number JEQ0021332:1 was set to 0x00D6.
11/08/14 10:43:34.414 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59027 accepted. Client number: 28
11/08/14 10:43:34.415 RPC Server (Port 2001): Info: Client number 28 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:43:34.489 RPC Server (Port 2001): Info: Connection to client number 28 closed (3).
11/08/14 10:43:34.695 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59031 accepted. Client number: 29
11/08/14 10:43:34.696 RPC Server (Port 2001): Info: Client number 29 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:34.842 RPC Server (Port 2001): Info: Connection to client number 29 closed (3).
11/08/14 10:43:39.500 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59035 accepted. Client number: 30
11/08/14 10:43:39.501 RPC Server (Port 2001): Info: Client number 30 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:43:39.579 RPC Server (Port 2001): Info: Connection to client number 30 closed (3).
11/08/14 10:43:39.706 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59039 accepted. Client number: 31
11/08/14 10:43:39.708 RPC Server (Port 2001): Info: Client number 31 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:39.855 RPC Server (Port 2001): Info: Connection to client number 31 closed (3).
11/08/14 10:43:44.645 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59043 accepted. Client number: 32
11/08/14 10:43:44.646 RPC Server (Port 2001): Info: Client number 32 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:43:44.720 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59047 accepted. Client number: 33
11/08/14 10:43:44.721 RPC Server (Port 2001): Info: Client number 33 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:44.869 RPC Server (Port 2001): Info: Connection to client number 33 closed (3).
11/08/14 10:43:44.878 RPC Server (Port 2001): Info: Connection to client number 32 closed (3).
11/08/14 10:43:49.765 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59054 accepted. Client number: 35
11/08/14 10:43:49.813 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59055 accepted. Client number: 36
11/08/14 10:43:49.813 RPC Server (Port 2001): Info: Client number 35 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:49.813 RPC Server (Port 2001): Info: Client number 36 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:43:49.839 RPC Server (Port 2001): Info: Connection to client number 36 closed (3).
11/08/14 10:43:49.970 RPC Server (Port 2001): Info: Connection to client number 35 closed (3).
11/08/14 10:43:54.261 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x34): 0B45A25819E348193D6D0000
11/08/14 10:43:54.263 Module HomeMatic BidCoS: Info: ADJUSTING_COMMAND of HomeMatic BidCoS peer 3 with serial number JEQ0021332:2 was set to 0x00.
11/08/14 10:43:54.265 Module HomeMatic BidCoS: Info: ADJUSTING_DATA of HomeMatic BidCoS peer 3 with serial number JEQ0021332:2 was set to 0x00.
11/08/14 10:43:54.298 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x46): 0E458202193D6D19E3480101000035
11/08/14 10:43:54.300 Module HomeMatic BidCoS: Info: ERROR of HomeMatic BidCoS peer 4 with serial number JEQ0046007:1 was set to 0x00.
11/08/14 10:43:54.301 Module HomeMatic BidCoS: Info: VALVE_STATE of HomeMatic BidCoS peer 4 with serial number JEQ0046007:1 was set to 0x00.
11/08/14 10:43:55.184 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59062 accepted. Client number: 37
11/08/14 10:43:55.241 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59063 accepted. Client number: 38
11/08/14 10:43:55.241 RPC Server (Port 2001): Info: Client number 37 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:43:55.241 RPC Server (Port 2001): Info: Client number 38 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:43:55.258 RPC Server (Port 2001): Info: Connection to client number 38 closed (3).
11/08/14 10:43:55.388 RPC Server (Port 2001): Info: Connection to client number 37 closed (3).
11/08/14 10:43:59.895 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59070 accepted. Client number: 39
11/08/14 10:43:59.896 RPC Server (Port 2001): Info: Client number 39 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:44:00.043 RPC Server (Port 2001): Info: Connection to client number 39 closed (3).
11/08/14 10:44:00.259 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59071 accepted. Client number: 40
11/08/14 10:44:00.261 RPC Server (Port 2001): Info: Client number 40 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:44:00.338 RPC Server (Port 2001): Info: Connection to client number 40 closed (3).
11/08/14 10:44:04.815 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59078 accepted. Client number: 41
11/08/14 10:44:04.817 RPC Server (Port 2001): Info: Client number 41 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:44:04.963 RPC Server (Port 2001): Info: Connection to client number 41 closed (3).
11/08/14 10:44:05.424 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59079 accepted. Client number: 42
11/08/14 10:44:05.426 RPC Server (Port 2001): Info: Client number 42 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:44:05.499 RPC Server (Port 2001): Info: Connection to client number 42 closed (3).
11/08/14 10:44:09.746 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59086 accepted. Client number: 43
11/08/14 10:44:09.748 RPC Server (Port 2001): Info: Client number 43 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:44:09.896 RPC Server (Port 2001): Info: Connection to client number 43 closed (3).
11/08/14 10:44:10.503 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59087 accepted. Client number: 44
11/08/14 10:44:10.505 RPC Server (Port 2001): Info: Client number 44 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:44:10.579 RPC Server (Port 2001): Info: Connection to client number 44 closed (3).
11/08/14 10:44:15.156 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59094 accepted. Client number: 45
11/08/14 10:44:15.157 RPC Server (Port 2001): Info: Client number 45 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:44:15.304 RPC Server (Port 2001): Info: Connection to client number 45 closed (3).
11/08/14 10:44:15.874 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59095 accepted. Client number: 46
11/08/14 10:44:15.876 RPC Server (Port 2001): Info: Client number 46 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:44:15.950 RPC Server (Port 2001): Info: Connection to client number 46 closed (3).
11/08/14 10:44:15.963 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x3B): 0CED867019386700000000DE34
11/08/14 10:44:15.964 Module HomeMatic BidCoS: Info: HUMIDITY of HomeMatic BidCoS peer 45 with serial number JEQ0044675:1 was set to 0x34.
11/08/14 10:44:15.965 Module HomeMatic BidCoS: Info: TEMPERATURE of HomeMatic BidCoS peer 45 with serial number JEQ0044675:1 was set to 0x00DE.
11/08/14 10:44:20.275 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59102 accepted. Client number: 47
11/08/14 10:44:20.277 RPC Server (Port 2001): Info: Client number 47 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:44:20.423 RPC Server (Port 2001): Info: Connection to client number 47 closed (3).
11/08/14 10:44:20.995 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59103 accepted. Client number: 48
11/08/14 10:44:20.995 RPC Server (Port 2001): Info: Client number 48 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:44:21.051 RPC Server (Port 2001): Info: Connection to client number 48 closed (3).
11/08/14 10:44:24.985 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59110 accepted. Client number: 49
11/08/14 10:44:24.986 RPC Server (Port 2001): Info: Client number 49 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:44:25.135 RPC Server (Port 2001): Info: Connection to client number 49 closed (3).
11/08/14 10:44:26.114 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59111 accepted. Client number: 50
11/08/14 10:44:26.116 RPC Server (Port 2001): Info: Client number 50 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:44:26.189 RPC Server (Port 2001): Info: Connection to client number 50 closed (3).
11/08/14 10:44:30.005 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59118 accepted. Client number: 51
11/08/14 10:44:30.007 RPC Server (Port 2001): Info: Client number 51 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:44:30.154 RPC Server (Port 2001): Info: Connection to client number 51 closed (3).
11/08/14 10:44:31.199 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59119 accepted. Client number: 52
11/08/14 10:44:31.240 RPC Server (Port 2001): Info: Client number 52 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:44:31.245 RPC Server (Port 2001): Info: Connection to client number 52 closed (3).
11/08/14 10:44:33.171 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x40): 0CD086701A257800000000D839
11/08/14 10:44:33.173 Module HomeMatic BidCoS: Info: HUMIDITY of HomeMatic BidCoS peer 14 with serial number JEQ0035457:1 was set to 0x39.
11/08/14 10:44:33.174 Module HomeMatic BidCoS: Info: TEMPERATURE of HomeMatic BidCoS peer 14 with serial number JEQ0035457:1 was set to 0x00D8.
11/08/14 10:44:34.815 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59126 accepted. Client number: 53
11/08/14 10:44:34.817 RPC Server (Port 2001): Info: Client number 53 is calling RPC method: getServiceMessages Parameters:
11/08/14 10:44:34.965 RPC Server (Port 2001): Info: Connection to client number 53 closed (3).
11/08/14 10:44:35.339 Info: CLI connection accepted. Client number: 54
11/08/14 10:44:35.340 Script output: !/usr/bin/env php

11/08/14 10:44:35.340 Script output: Warning: include_once(): IO error while importing: ‘Connect.php’

11/08/14 10:44:35.340 Script output: Error: ‘->’: Expecting class instance as left operand,PH7 is loading NULL

11/08/14 10:44:35.340 Script output: Warning: Invalid function name,NULL will be returned

11/08/14 10:44:35.340 Script output:

11/08/14 10:44:35.341 Script output:

11/08/14 10:44:36.041 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x3B): 0BEDA25819386719DCB70000
11/08/14 10:44:36.043 Module HomeMatic BidCoS: Info: ADJUSTING_COMMAND of HomeMatic BidCoS peer 45 with serial number JEQ0044675:2 was set to 0x00.
11/08/14 10:44:36.044 Module HomeMatic BidCoS: Info: ADJUSTING_DATA of HomeMatic BidCoS peer 45 with serial number JEQ0044675:2 was set to 0x00.
11/08/14 10:44:36.116 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x30): 0EED820219DCB71938670101000031
11/08/14 10:44:36.118 Module HomeMatic BidCoS: Info: ERROR of HomeMatic BidCoS peer 44 with serial number JEQ0022761:1 was set to 0x00.
11/08/14 10:44:36.119 Module HomeMatic BidCoS: Info: VALVE_STATE of HomeMatic BidCoS peer 44 with serial number JEQ0022761:1 was set to 0x00.
11/08/14 10:44:36.250 RPC Server (Port 2001): Info: Connection from 192.168.200.35:59127 accepted. Client number: 55
11/08/14 10:44:36.252 RPC Server (Port 2001): Info: Client number 55 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 10:44:36.329 RPC Server (Port 2001): Info: Connection to client number 55 closed (3).
root@ubilinux:/var/lib/homegear/scripts#
[/quote]

hab das log am Anfang aufgrund der Zeichenbegrenzung etwas gekürzt
lg Stefan

Hallo Stefan,

da habe ich nicht aufgepasst :blush:. Ändere den Scriptinhalt in:

<?php
hg_set_value(22, 1, "LEVEL", 1.0);
?>

Die “Connect.php” und $client->send sind für XML-RPC, d. h. damit müsstest du das Script mit “php Test1.php” aufrufen und nicht mit “homegear -e runscript”. Das wird nur benötigt, wenn du die Scripts nicht in Homegear direkt ausführst, zum Beispiel auf einem anderen Rechner. Ich muss die Beispieldateien mal besser dokumentieren :wink:.

Liebe Grüße

Sathya

leider noch nicht

[quote]root@ubilinux:/var/lib/homegear/scripts# php Test1.php
!/usr/bin/env php
PHP Fatal error: Call to undefined function hg_set_value() in /var/lib/homegear/scripts/Test1.php on line 5[/quote]

[code]root@ubilinux:/var/lib/homegear/scripts# cat Test1.php
!/usr/bin/env php

<?php include_once("Connect.php"); //print_r($Client->send("setValue", array(2, 1, "LEVEL", 1.0))); hg_set_value(22, 1, "LEVEL", 1.0); ?>[/code]

wobei die Idee des Gefechts schon ist das ding von homegear ausführen zu lassen.

ich hab, wie schon vermutet die winmatic im einsatz und versuche sie mit openHAB zu steuern, aber irgendwie ist da der Wurm drin
http://knx-user-forum.de/openhab/38297-winmatic-schliesst-nicht.html
in kobination will es nicht wirklich. Mit der CCU hat es gestern mit dem Homematic Binding geklappt, obwohl auch nicht alle mit dem wert -0.005 geschlossen haben. bevor ich einen von euch beiden mit einem Bug belästigen wollte, will ich erstmal schauen woran es liegen kann.
Deswegen hatte ich mir als Workaround gedacht, das Fenster mit nem Script in homegear zu öffnen und dann aus openHAB das Script aufzurufen.

öffnen ist kein Problem, schließen geht an und für sich auch, aber halt nicht VERschließen

lg Stefan

Hey,

jetzt geht’s nicht mit “php Test1.php”. PHP kennt die Funktion “hg_set_value” natürlich nicht. Dafür bräuchtest du wieder das ursprüngliche Script :wink:. Mit “homegear -e runscript” sollte es aber klappen!

Liebe Grüße

Sathya

Edit: Nimm das “!/usr/bin/env php” auch mal raus.

JA, und nein

also mein Ziel, das Fenster mit -0.005 zu verschließen funktioniert.
es mit 1.0 auf 100% zu kippen leider nicht
er entriegelt das Fenster nur steht also auf 0% kippt es aber nicht weiter ich hatte es auch schon mit 100.0 probiert, ist genau das gleiche

kann ich das Script jetzt mit openHAB rufen?
oder ist das nicht / anders implementiert?

hier das logfile

[code]root@ubilinux:/var/lib/homegear/scripts# cat /var/log/homegear/homegear.log
11/08/14 11:46:29.675 Info: Loading family module mod_max.so
11/08/14 11:46:29.690 Info: Loading family module mod_homematicbidcos.so
11/08/14 11:46:29.710 Info: Loading family module mod_homematicwired.so
11/08/14 11:46:29.723 Info: Loading family module mod_insteon.so
11/08/14 11:46:29.741 Info: Loading family module mod_philipshue.so
11/08/14 11:46:30.056 Module HomeMatic BidCoS: LAN-Konfigurationsadapter “My-HM-CFG-LAN”: Info: Enabling AES encryption for communication with HM-CFG-LAN.
11/08/14 11:46:30.056 Initializing database…
11/08/14 11:46:30.067 Initializing family controller…
11/08/14 11:46:30.067 Module HomeMatic BidCoS: Loading XML RPC devices…
11/08/14 11:46:31.151 Info: Not initializing device family HomeMatic Wired, bacause no physical interface was found.
11/08/14 11:46:31.151 Info: Not initializing device family INSTEON, bacause no physical interface was found.
11/08/14 11:46:31.151 Info: Not initializing device family MAX!, bacause no physical interface was found.
11/08/14 11:46:31.152 Info: Not initializing device family Philips hue, bacause no physical interface was found.
11/08/14 11:46:31.152 Loading devices…
11/08/14 11:46:31.153 Module HomeMatic BidCoS: Loading HomeMatic BidCoS device 1
11/08/14 11:46:31.156 Module HomeMatic BidCoS: Loading peer 1
11/08/14 11:46:31.179 Module HomeMatic BidCoS: Loading peer 2
11/08/14 11:46:31.197 Module HomeMatic BidCoS: Loading peer 3
11/08/14 11:46:31.247 Module HomeMatic BidCoS: Loading peer 4
11/08/14 11:46:31.264 Module HomeMatic BidCoS: Loading peer 7
11/08/14 11:46:31.281 Module HomeMatic BidCoS: Loading peer 8
11/08/14 11:46:31.297 Module HomeMatic BidCoS: Loading peer 9
11/08/14 11:46:31.314 Module HomeMatic BidCoS: Loading peer 14
11/08/14 11:46:31.363 Module HomeMatic BidCoS: Loading peer 15
11/08/14 11:46:31.412 Module HomeMatic BidCoS: Loading peer 16
11/08/14 11:46:31.462 Module HomeMatic BidCoS: Loading peer 18
11/08/14 11:46:31.486 Module HomeMatic BidCoS: Loading peer 19
11/08/14 11:46:31.510 Module HomeMatic BidCoS: Loading peer 20
11/08/14 11:46:31.534 Module HomeMatic BidCoS: Loading peer 21
11/08/14 11:46:31.565 Module HomeMatic BidCoS: Loading peer 22
11/08/14 11:46:31.584 Module HomeMatic BidCoS: Loading peer 23
11/08/14 11:46:31.605 Module HomeMatic BidCoS: Loading peer 24
11/08/14 11:46:31.626 Module HomeMatic BidCoS: Loading peer 25
11/08/14 11:46:31.648 Module HomeMatic BidCoS: Loading peer 26
11/08/14 11:46:31.669 Module HomeMatic BidCoS: Loading peer 27
11/08/14 11:46:31.689 Module HomeMatic BidCoS: Loading peer 28
11/08/14 11:46:31.710 Module HomeMatic BidCoS: Loading peer 29
11/08/14 11:46:31.730 Module HomeMatic BidCoS: Loading peer 30
11/08/14 11:46:31.755 Module HomeMatic BidCoS: Loading peer 31
11/08/14 11:46:31.775 Module HomeMatic BidCoS: Loading peer 32
11/08/14 11:46:31.794 Module HomeMatic BidCoS: Loading peer 33
11/08/14 11:46:31.814 Module HomeMatic BidCoS: Loading peer 34
11/08/14 11:46:31.834 Module HomeMatic BidCoS: Loading peer 35
11/08/14 11:46:31.853 Module HomeMatic BidCoS: Loading peer 36
11/08/14 11:46:31.873 Module HomeMatic BidCoS: Loading peer 37
11/08/14 11:46:31.893 Module HomeMatic BidCoS: Loading peer 38

11/08/14 11:46:31.985 Module HomeMatic BidCoS: Loading peer 39
11/08/14 11:46:32.004 Module HomeMatic BidCoS: Loading peer 40
11/08/14 11:46:32.023 Module HomeMatic BidCoS: Loading peer 41
11/08/14 11:46:32.042 Module HomeMatic BidCoS: Loading peer 42
11/08/14 11:46:32.060 Module HomeMatic BidCoS: Loading peer 43
11/08/14 11:46:32.079 Module HomeMatic BidCoS: Loading peer 44
11/08/14 11:46:32.096 Module HomeMatic BidCoS: Loading peer 45
11/08/14 11:46:32.148 Module HomeMatic BidCoS: Loading HomeMatic BidCoS device 2
11/08/14 11:46:32.152 Start listening for packets…
11/08/14 11:46:32.154 Info: Connecting to host 192.168.200.3 on port 1000…
11/08/14 11:46:32.154 Initializing RPC client…
11/08/14 11:46:32.154 Starting XML RPC server RPCServer1 listening on 0.0.0.0:2001…
11/08/14 11:46:32.158 Starting XML RPC server RPCServer2 listening on 0.0.0.0:2002, SSL enabled…
11/08/14 11:46:32.158 RPC Server (Port 2001): Info: RPC Server started listening on address 0.0.0.0 and port 2001
11/08/14 11:46:32.160 Info: Connected to host 192.168.200.3 on port 1000. Client number is: 0
11/08/14 11:46:32.176 Starting XML RPC server RPCServer3 listening on 0.0.0.0:2003, SSL enabled, authentification enabled…
11/08/14 11:46:32.176 RPC Server (Port 2002): Info: RPC Server started listening on address 0.0.0.0 and port 2002
11/08/14 11:46:32.191 Starting CLI server…
11/08/14 11:46:32.191 Initializing event handler…
11/08/14 11:46:32.191 RPC Server (Port 2003): Info: RPC Server started listening on address 0.0.0.0 and port 2003
11/08/14 11:46:32.192 Loading events…
11/08/14 11:46:32.193 Startup complete.
11/08/14 11:46:32.646 RPC Server (Port 2001): Info: Connection from 192.168.200.35:65357 accepted. Client number: 5
11/08/14 11:46:32.648 RPC Server (Port 2001): Info: Client number 5 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 11:46:32.653 RPC Server (Port 2001): Info: Connection to client number 5 closed (3).
11/08/14 11:46:33.193 All physical interfaces are connected now.
11/08/14 11:46:37.874 RPC Server (Port 2001): Info: Connection from 192.168.200.35:65358 accepted. Client number: 6
11/08/14 11:46:37.876 RPC Server (Port 2001): Info: Client number 6 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 11:46:37.884 RPC Server (Port 2001): Info: Connection to client number 6 closed (3).
11/08/14 11:46:42.894 RPC Server (Port 2001): Info: Connection from 192.168.200.35:65359 accepted. Client number: 7
11/08/14 11:46:42.952 RPC Server (Port 2001): Info: Client number 7 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 11:46:42.979 RPC Server (Port 2001): Info: Connection to client number 7 closed (3).
11/08/14 11:46:44.190 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x36): 0C5E867019E34800000000E53F
11/08/14 11:46:44.192 Module HomeMatic BidCoS: Info: HUMIDITY of HomeMatic BidCoS peer 3 with serial number JEQ0021332:1 was set to 0x3F.
11/08/14 11:46:44.193 Module HomeMatic BidCoS: Info: TEMPERATURE of HomeMatic BidCoS peer 3 with serial number JEQ0021332:1 was set to 0x00E5.
11/08/14 11:46:48.738 RPC Server (Port 2001): Info: Connection from 192.168.200.35:65360 accepted. Client number: 8
11/08/14 11:46:48.738 RPC Server (Port 2001): Info: Client number 8 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 11:46:48.743 RPC Server (Port 2001): Info: Connection to client number 8 closed (3).
11/08/14 11:46:50.388 Info: CLI connection accepted. Client number: 9
11/08/14 11:46:50.398 Script output: !/usr/bin/env php

11/08/14 11:46:50.398 Script output: Warning: include_once(): IO error while importing: ‘Connect.php’

11/08/14 11:46:50.398 RPC Server (Port 2001): Info: RPC Method called: setValue Parameters:
(Integer) 22
(Integer) 1
(String) LEVEL
(Float) -0.005
11/08/14 11:46:50.402 Script output:

11/08/14 11:46:50.402 Module HomeMatic BidCoS: LAN-Konfigurationsadapter “My-HM-CFG-LAN”: Info: Sending (My-HM-CFG-LAN): 0E29B011FD217615F60C8101FFFF64
11/08/14 11:46:51.242 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x24): 1229800215F60CFD21760101002027943B04C2
11/08/14 11:46:51.270 Module HomeMatic BidCoS: Info: Queue 0 is empty and there are no pending queues.
11/08/14 11:46:51.273 Module HomeMatic BidCoS: Info: DIRECTION of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0x02.
11/08/14 11:46:51.274 Module HomeMatic BidCoS: Info: ERROR of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0x00.
11/08/14 11:46:51.275 Module HomeMatic BidCoS: Info: LEVEL of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0x00.
11/08/14 11:46:51.276 Module HomeMatic BidCoS: Info: STATE_UNCERTAIN of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0x02.
11/08/14 11:46:51.277 Module HomeMatic BidCoS: Info: WORKING of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0x02.
11/08/14 11:46:53.767 RPC Server (Port 2001): Info: Connection from 192.168.200.35:65361 accepted. Client number: 11
11/08/14 11:46:53.769 RPC Server (Port 2001): Info: Client number 11 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 11:46:53.773 RPC Server (Port 2001): Info: Connection to client number 11 closed (3).
11/08/14 11:46:58.790 RPC Server (Port 2001): Info: Connection from 192.168.200.35:65362 accepted. Client number: 12
11/08/14 11:46:58.791 RPC Server (Port 2001): Info: Client number 12 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 11:46:58.796 RPC Server (Port 2001): Info: Connection to client number 12 closed (3).
11/08/14 11:47:03.884 RPC Server (Port 2001): Info: Connection from 192.168.200.35:65363 accepted. Client number: 13
11/08/14 11:47:03.887 RPC Server (Port 2001): Info: Client number 13 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 11:47:03.894 RPC Server (Port 2001): Info: Connection to client number 13 closed (3).
11/08/14 11:47:04.201 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x36): 0B5EA25819E348193D6D0000
11/08/14 11:47:04.202 Module HomeMatic BidCoS: Info: ADJUSTING_COMMAND of HomeMatic BidCoS peer 3 with serial number JEQ0021332:2 was set to 0x00.
11/08/14 11:47:04.203 Module HomeMatic BidCoS: Info: ADJUSTING_DATA of HomeMatic BidCoS peer 3 with serial number JEQ0021332:2 was set to 0x00.
11/08/14 11:47:04.327 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x45): 0E5E8202193D6D19E3480101000039
11/08/14 11:47:04.328 Module HomeMatic BidCoS: Info: ERROR of HomeMatic BidCoS peer 4 with serial number JEQ0046007:1 was set to 0x00.
11/08/14 11:47:04.330 Module HomeMatic BidCoS: Info: VALVE_STATE of HomeMatic BidCoS peer 4 with serial number JEQ0046007:1 was set to 0x00.
11/08/14 11:47:09.314 RPC Server (Port 2001): Info: Connection from 192.168.200.35:65364 accepted. Client number: 14
11/08/14 11:47:09.316 RPC Server (Port 2001): Info: Client number 14 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 11:47:09.320 RPC Server (Port 2001): Info: Connection to client number 14 closed (3).
11/08/14 11:47:14.434 RPC Server (Port 2001): Info: Connection from 192.168.200.35:65365 accepted. Client number: 15
11/08/14 11:47:14.436 RPC Server (Port 2001): Info: Client number 15 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 11:47:14.441 RPC Server (Port 2001): Info: Connection to client number 15 closed (3).
11/08/14 11:47:15.961 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x22): 0D2AA41015F60CFD21760601FF00
11/08/14 11:47:15.963 Module HomeMatic BidCoS: Info: DIRECTION of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0x00.
11/08/14 11:47:15.964 Module HomeMatic BidCoS: Info: ERROR of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0x00.
11/08/14 11:47:15.965 Module HomeMatic BidCoS: Info: LEVEL of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0xFF.
11/08/14 11:47:15.966 Module HomeMatic BidCoS: Info: STATE_UNCERTAIN of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0x00.
11/08/14 11:47:15.967 Module HomeMatic BidCoS: Info: WORKING of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0x00.
11/08/14 11:47:15.968 Module HomeMatic BidCoS: Info: LEVEL of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0xFF.
11/08/14 11:47:19.755 RPC Server (Port 2001): Info: Connection from 192.168.200.35:65366 accepted. Client number: 16
11/08/14 11:47:19.756 RPC Server (Port 2001): Info: Client number 16 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 11:47:19.761 RPC Server (Port 2001): Info: Connection to client number 16 closed (3).
11/08/14 11:47:24.875 RPC Server (Port 2001): Info: Connection from 192.168.200.35:65367 accepted. Client number: 17
11/08/14 11:47:24.876 RPC Server (Port 2001): Info: Client number 17 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 11:47:24.949 RPC Server (Port 2001): Info: Connection to client number 17 closed (3).
11/08/14 11:47:29.994 RPC Server (Port 2001): Info: Connection from 192.168.200.35:65368 accepted. Client number: 18
11/08/14 11:47:30.010 Info: CLI connection accepted. Client number: 19
11/08/14 11:47:30.043 RPC Server (Port 2001): Info: Client number 18 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 11:47:30.051 RPC Server (Port 2001): Info: Connection to client number 18 closed (3).
11/08/14 11:47:30.054 Script output: !/usr/bin/env php

11/08/14 11:47:30.054 Script output: Warning: include_once(): IO error while importing: ‘Connect.php’

11/08/14 11:47:30.055 RPC Server (Port 2001): Info: RPC Method called: setValue Parameters:
(Integer) 22
(Integer) 1
(String) LEVEL
(Integer) 1
11/08/14 11:47:30.057 Module HomeMatic BidCoS: LAN-Konfigurationsadapter “My-HM-CFG-LAN”: Info: Sending (My-HM-CFG-LAN): 0E2AB011FD217615F60C810100FF64
11/08/14 11:47:30.057 Script output:

11/08/14 11:47:30.921 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x23): 122A800215F60CFD21760101FF1027ADADA5A9
11/08/14 11:47:30.922 Module HomeMatic BidCoS: Info: Queue 1 is empty and there are no pending queues.
11/08/14 11:47:30.923 Module HomeMatic BidCoS: Info: DIRECTION of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0x01.
11/08/14 11:47:30.924 Module HomeMatic BidCoS: Info: ERROR of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0x00.
11/08/14 11:47:30.925 Module HomeMatic BidCoS: Info: LEVEL of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0xFF.
11/08/14 11:47:30.926 Module HomeMatic BidCoS: Info: STATE_UNCERTAIN of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0x01.
11/08/14 11:47:30.927 Module HomeMatic BidCoS: Info: WORKING of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0x01.
11/08/14 11:47:35.063 RPC Server (Port 2001): Info: Connection from 192.168.200.35:65369 accepted. Client number: 21
11/08/14 11:47:35.064 RPC Server (Port 2001): Info: Client number 21 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 11:47:35.070 RPC Server (Port 2001): Info: Connection to client number 21 closed (3).
11/08/14 11:47:37.571 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x24): 0D2BA41015F60CFD217606010000
11/08/14 11:47:37.574 Module HomeMatic BidCoS: Info: DIRECTION of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0x00.
11/08/14 11:47:37.575 Module HomeMatic BidCoS: Info: ERROR of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0x00.
11/08/14 11:47:37.576 Module HomeMatic BidCoS: Info: LEVEL of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0x00.
11/08/14 11:47:37.577 Module HomeMatic BidCoS: Info: STATE_UNCERTAIN of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0x00.
11/08/14 11:47:37.578 Module HomeMatic BidCoS: Info: WORKING of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0x00.
11/08/14 11:47:37.579 Module HomeMatic BidCoS: Info: LEVEL of HomeMatic BidCoS peer 22 with serial number IEQ0042221:1 was set to 0x00.
11/08/14 11:47:40.073 RPC Server (Port 2001): Info: Connection from 192.168.200.35:65370 accepted. Client number: 22
11/08/14 11:47:40.127 RPC Server (Port 2001): Info: Client number 22 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 11:47:40.149 RPC Server (Port 2001): Info: Connection to client number 22 closed (3).
11/08/14 11:47:41.397 Module HomeMatic BidCoS: LAN-Konfigurationsadapter “My-HM-CFG-LAN”: Info: Sending (My-HM-CFG-LAN): 0B60A001FD2176199214010E
11/08/14 11:47:42.081 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x34): 0E60A410199214FD21760601000033
11/08/14 11:47:42.084 Module HomeMatic BidCoS: Info: STATE of HomeMatic BidCoS peer 1 with serial number JEQ0054923:1 was set to 0x00.
11/08/14 11:47:42.085 Module HomeMatic BidCoS: Info: WORKING of HomeMatic BidCoS peer 1 with serial number JEQ0054923:1 was set to 0x00.
11/08/14 11:47:42.141 Module HomeMatic BidCoS: Info: Queue 2 is empty and there are no pending queues.
11/08/14 11:47:43.821 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x45): 0CE986701A257800000000D93A
11/08/14 11:47:43.823 Module HomeMatic BidCoS: Info: HUMIDITY of HomeMatic BidCoS peer 14 with serial number JEQ0035457:1 was set to 0x3A.
11/08/14 11:47:43.824 Module HomeMatic BidCoS: Info: TEMPERATURE of HomeMatic BidCoS peer 14 with serial number JEQ0035457:1 was set to 0x00D9.
11/08/14 11:47:45.564 RPC Server (Port 2001): Info: Connection from 192.168.200.35:65371 accepted. Client number: 23
11/08/14 11:47:45.566 RPC Server (Port 2001): Info: Client number 23 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 11:47:45.571 RPC Server (Port 2001): Info: Connection to client number 23 closed (3).
11/08/14 11:47:50.686 RPC Server (Port 2001): Info: Connection from 192.168.200.35:65372 accepted. Client number: 24
11/08/14 11:47:50.687 RPC Server (Port 2001): Info: Client number 24 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 11:47:50.691 RPC Server (Port 2001): Info: Connection to client number 24 closed (3).
11/08/14 11:47:52.852 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x24): 0D2CA41015F60CFD21760602A920
11/08/14 11:47:52.853 Module HomeMatic BidCoS: Info: LEVEL of HomeMatic BidCoS peer 22 with serial number IEQ0042221:2 was set to 0xA9.
11/08/14 11:47:52.854 Module HomeMatic BidCoS: Info: LEVEL of HomeMatic BidCoS peer 22 with serial number IEQ0042221:2 was set to 0xA9.
11/08/14 11:47:52.855 Module HomeMatic BidCoS: Info: STATUS of HomeMatic BidCoS peer 22 with serial number IEQ0042221:2 was set to 0x02.
11/08/14 11:47:56.004 RPC Server (Port 2001): Info: Connection from 192.168.200.35:65373 accepted. Client number: 25
11/08/14 11:47:56.006 RPC Server (Port 2001): Info: Client number 25 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 11:47:56.010 RPC Server (Port 2001): Info: Connection to client number 25 closed (3).
root@ubilinux:/var/lib/homegear/scripts#
[/code]

ps. das fenster lässt sich mit aus openhab über homegear öffnen

lg stefa

Ich habe jetzt noch versucht das script aus openHAB zu starten

leider führt er es nicht aus hier noch der DEBUG aus openHAB

[quote]13:27:57.418 DEBUG o.o.b.h.i.c.HomematicCommunicator[:229] - Received command ON for item Prog_Testprogram
13:27:57.418 DEBUG o.o.b.h.i.c.c.HomegearClient[:123] - Executing script on Homegear: Test1
13:27:57.477 ERROR o.o.b.h.i.c.HomematicCommunicator[:340] - -32400 Could not execute script: No such file or directory (sending BinRpcRequest[methodName=runScript,args={Test1}])
org.openhab.binding.homematic.internal.communicator.client.HomematicClientException: -32400 Could not execute script: No such file or directory (sending BinRpcRequest[methodName=runScript,args={Test1}])
at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:224)
Caused by: java.io.IOException: -32400 Could not execute script: No such file or directory
at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:210)
13:27:57.477 INFO runtime.busevents[:22] - Prog_Testprogram received command ON
13:27:59.676 DEBUG o.o.b.h.i.c.ItemDisabler[:98] - Disabled Item Prog_Testprogram with binding ProgramConfig[name=Test1]
13:27:59.676 INFO runtime.busevents[:26] - Prog_Testprogram state updated to OFF
Schlafzimmer -0.005000
Wohnzimmer 0.96
0.00
Schlafzimmer -0.005000
Wohnzimmer 0.96
0.00
13:28:18.365 DEBUG o.o.b.h.i.c.HomematicCommunicator[:164] - Received new (Integer) value ‘-70’ for DatapointConfig[address=JEQ0035457,channel=0,parameter=RSSI_DEVICE]
13:28:18.377 DEBUG o.o.b.h.i.c.HomematicCommunicator[:164] - Received new (Integer) value ‘58’ for DatapointConfig[address=JEQ0035457,channel=1,parameter=HUMIDITY]
13:28:18.377 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Integer) value ‘58’ with DecimalTypeConverter for HmDatapoint[address=JEQ0035457,channel=1,parameter=HUMIDITY]
13:28:18.377 DEBUG o.o.b.h.i.c.HomematicCommunicator[:164] - Received new (Double) value ‘21.7’ for DatapointConfig[address=JEQ0035457,channel=1,parameter=TEMPERATURE]
13:28:18.377 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Double) value ‘21.7’ with DecimalTypeConverter for HmDatapoint[address=JEQ0035457,channel=1,parameter=TEMPERATURE]
13:28:18.377 INFO runtime.busevents[:26] - Hum_Bad state updated to 58
13:28:18.377 INFO runtime.busevents[:26] - istTemp_Bad state updated to 21.70
Schlafzimmer -0.005000
Wohnzimmer 0.96
0.00
13:28:21.200 INFO o.o.m.c.i.ModelRepositoryImpl[:97] - Refreshing model 'demo.items’
13:28:21.206 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Licht_KZ_Bett with DatapointConfig[address=JEQ0054923,channel=1,parameter=STATE]
13:28:21.206 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Licht_SZ with DatapointConfig[address=JEQ0299048,channel=1,parameter=STATE]
13:28:21.206 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Licht_BAD with DatapointConfig[address=JEQ0146622,channel=1,parameter=STATE]
13:28:21.206 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Licht_Flur with DatapointConfig[address=JEQ0146501,channel=1,parameter=STATE]
13:28:21.207 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Licht_HWR with DatapointConfig[address=JEQ0093999,channel=1,parameter=STATE]
13:28:21.207 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Licht_WZ_Eingang with DatapointConfig[address=JEQ0118765,channel=1,parameter=STATE]
13:28:21.207 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Licht_WZ_Esstisch with DatapointConfig[address=JEQ0083145,channel=1,parameter=STATE]
13:28:21.207 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Licht_WZ_Decke with DatapointConfig[address=JEQ0083145,channel=2,parameter=STATE]
13:28:21.207 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Licht_WC with DatapointConfig[address=JEQ0034301,channel=1,parameter=STATE]
13:28:21.208 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Licht_K with DatapointConfig[address=JEQ0299024,channel=1,parameter=STATE]
13:28:21.208 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Licht_KZ with DatapointConfig[address=JEQ0299034,channel=1,parameter=STATE]
13:28:21.208 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item LichtAKZ with DatapointConfig[address=JEQ0094107,channel=1,parameter=STATE]
13:28:21.208 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item TVHIFI with DatapointConfig[address=JEQ0118758,channel=1,parameter=STATE]
13:28:21.209 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item RolloUp with DatapointConfig[address=JEQ0737405,channel=1,parameter=STATE]
13:28:21.209 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item RolloDown with DatapointConfig[address=JEQ0737405,channel=2,parameter=STATE]
13:28:21.209 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Hum_Bad with DatapointConfig[address=JEQ0035457,channel=1,parameter=HUMIDITY]
13:28:21.209 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item istTemp_Bad with DatapointConfig[address=JEQ0035457,channel=1,parameter=TEMPERATURE]
13:28:21.209 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item sollTemp_Bad with DatapointConfig[address=JEQ0035457,channel=2,parameter=SETPOINT]
13:28:21.210 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Hum_SZ with DatapointConfig[address=JEQ0044675,channel=1,parameter=HUMIDITY]
13:28:21.210 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item istTemp_SZ with DatapointConfig[address=JEQ0044675,channel=1,parameter=TEMPERATURE]
13:28:21.210 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item sollTemp_SZ with DatapointConfig[address=JEQ0044675,channel=2,parameter=SETPOINT]
13:28:21.210 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Hum_KZ with DatapointConfig[address=JEQ0035560,channel=1,parameter=HUMIDITY]
13:28:21.211 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item istTemp_KZ with DatapointConfig[address=JEQ0035560,channel=1,parameter=TEMPERATURE]
13:28:21.211 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item sollTemp_KZ with DatapointConfig[address=JEQ0035560,channel=2,parameter=SETPOINT]
13:28:21.211 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Hum_K with DatapointConfig[address=JEQ0021332,channel=1,parameter=HUMIDITY]
13:28:21.211 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item istTemp_K with DatapointConfig[address=JEQ0021332,channel=1,parameter=TEMPERATURE]
13:28:21.212 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item sollTemp_K with DatapointConfig[address=JEQ0021332,channel=2,parameter=SETPOINT]
13:28:21.212 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster1SZ1 with DatapointConfig[address=JEQ0256425,channel=1,parameter=PRESS_SHORT]
13:28:21.212 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster1SZ2 with DatapointConfig[address=JEQ0256425,channel=2,parameter=PRESS_SHORT]
13:28:21.212 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster1SZ3 with DatapointConfig[address=JEQ0256425,channel=3,parameter=PRESS_SHORT]
13:28:21.213 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster1SZ4 with DatapointConfig[address=JEQ0256425,channel=4,parameter=PRESS_SHORT]
13:28:21.213 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster1SZ1L with DatapointConfig[address=JEQ0256425,channel=1,parameter=PRESS_LONG]
13:28:21.213 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster2SZ1 with DatapointConfig[address=IEQ0452123,channel=1,parameter=PRESS_SHORT]
13:28:21.213 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster2SZ2 with DatapointConfig[address=IEQ0452123,channel=2,parameter=PRESS_SHORT]
13:28:21.213 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster1Flur1 with DatapointConfig[address=JEQ0081832,channel=1,parameter=PRESS_SHORT]
13:28:21.214 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster1Flur2 with DatapointConfig[address=JEQ0081832,channel=2,parameter=PRESS_SHORT]
13:28:21.214 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster1Flur3 with DatapointConfig[address=JEQ0081832,channel=3,parameter=PRESS_SHORT]
13:28:21.214 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster1Flur4 with DatapointConfig[address=JEQ0081832,channel=4,parameter=PRESS_SHORT]
13:28:21.214 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster2Flur1 with DatapointConfig[address=JEQ0081864,channel=1,parameter=PRESS_SHORT]
13:28:21.214 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster2Flur2 with DatapointConfig[address=JEQ0081864,channel=2,parameter=PRESS_SHORT]
13:28:21.214 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster2Flur3 with DatapointConfig[address=JEQ0081864,channel=3,parameter=PRESS_SHORT]
13:28:21.215 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster2Flur4 with DatapointConfig[address=JEQ0081864,channel=4,parameter=PRESS_SHORT]
13:28:21.215 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster3Flur1 with DatapointConfig[address=JEQ0081719,channel=1,parameter=PRESS_SHORT]
13:28:21.215 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster3Flur2 with DatapointConfig[address=JEQ0081719,channel=2,parameter=PRESS_SHORT]
13:28:21.215 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster3Flur3 with DatapointConfig[address=JEQ0081719,channel=3,parameter=PRESS_SHORT]
13:28:21.215 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster3Flur4 with DatapointConfig[address=JEQ0081719,channel=4,parameter=PRESS_SHORT]
13:28:21.215 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster1Kueche1 with DatapointConfig[address=JEQ0257185,channel=1,parameter=PRESS_SHORT]
13:28:21.216 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster1Kueche2 with DatapointConfig[address=JEQ0257185,channel=2,parameter=PRESS_SHORT]
13:28:21.216 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster1Kueche3 with DatapointConfig[address=JEQ0257185,channel=3,parameter=PRESS_SHORT]
13:28:21.216 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster1Kueche4 with DatapointConfig[address=JEQ0257185,channel=4,parameter=PRESS_SHORT]
13:28:21.216 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Window_Kitchen with DatapointConfig[address=JEQ0041399,channel=1,parameter=STATE]
13:28:21.216 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster1Kinderzimmer1 with DatapointConfig[address=JEQ0256520,channel=1,parameter=PRESS_SHORT]
13:28:21.217 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster1Kinderzimmer2 with DatapointConfig[address=JEQ0256520,channel=2,parameter=PRESS_SHORT]
13:28:21.217 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster1Kinderzimmer3 with DatapointConfig[address=JEQ0256520,channel=3,parameter=PRESS_SHORT]
13:28:21.217 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Taster1Kinderzimmer4 with DatapointConfig[address=JEQ0256520,channel=4,parameter=PRESS_SHORT]
13:28:21.217 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item HeinzungsVentilSZ with DatapointConfig[address=JEQ0022761,channel=1,parameter=VALVE_STATE]
13:28:21.217 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item HeinzungsVentilWZrechts with DatapointConfig[address=GEQ0031048,channel=1,parameter=VALVE_STATE]
13:28:21.217 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item HeinzungsVentilWZlinks with DatapointConfig[address=HEQ0139414,channel=1,parameter=VALVE_STATE]
13:28:21.217 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item HeinzungsVentilBad with DatapointConfig[address=HEQ0139392,channel=1,parameter=VALVE_STATE]
13:28:21.218 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item HeinzungsVentilK with DatapointConfig[address=JEQ0046007,channel=1,parameter=VALVE_STATE]
13:28:21.218 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item HeinzungsVentilKinderzimmer with DatapointConfig[address=HEQ0138907,channel=1,parameter=VALVE_STATE]
13:28:21.218 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item WindowRechtsWZ with DatapointConfig[address=IEQ0042221,channel=1,parameter=DIRECTION]
13:28:21.218 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item WindowLinksWZ with DatapointConfig[address=IEQ0505136,channel=1,parameter=DIRECTION]
13:28:21.218 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item WindowRechtsWZLevel with DatapointConfig[address=IEQ0042221,channel=1,parameter=LEVEL]
13:28:21.218 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item WindowLinksWZLevel with DatapointConfig[address=IEQ0505136,channel=1,parameter=LEVEL]
13:28:21.218 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Window1SZ with DatapointConfig[address=IEQ0505125,channel=1,parameter=DIRECTION]
13:28:21.219 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Window1SZLevel with DatapointConfig[address=IEQ0505125,channel=1,parameter=LEVEL]
13:28:21.219 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Window1SZSpeed with DatapointConfig[address=IEQ0505125,channel=1,parameter=SPEED]
13:28:21.219 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item KeyMatic with DatapointConfig[address=JEQ0314308,channel=1,parameter=STATE]
13:28:21.219 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item KeyMaticOpen with DatapointConfig[address=JEQ0314308,channel=1,parameter=OPEN,forceUpdate=true]
13:28:21.219 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item TasterStefan1 with DatapointConfig[address=LEQ0010550,channel=1,parameter=PRESS_SHORT]
13:28:21.220 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item TasterStefan2 with DatapointConfig[address=LEQ0010550,channel=2,parameter=PRESS_SHORT]
13:28:21.220 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item TasterStefan3 with DatapointConfig[address=LEQ0010550,channel=3,parameter=PRESS_SHORT]
13:28:21.220 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item TasterStefan4 with DatapointConfig[address=LEQ0010550,channel=4,parameter=PRESS_SHORT]
13:28:21.220 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item TasterJulia1 with DatapointConfig[address=JEQ0314382,channel=1,parameter=PRESS_SHORT]
13:28:21.220 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item TasterJulia2 with DatapointConfig[address=JEQ0314382,channel=2,parameter=PRESS_SHORT]
13:28:21.220 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item TasterJulia3 with DatapointConfig[address=JEQ0314382,channel=3,parameter=PRESS_SHORT]
13:28:21.221 WARN o.o.b.a.i.b.BindingConfigParser[:84] - Old Astro binding style for item Sunrise_Time, please see Wiki page for new style: github.com/openhab/openhab/wiki/Astro-binding
13:28:21.221 WARN o.o.b.a.i.b.BindingConfigParser[:84] - Old Astro binding style for item Noon_Time, please see Wiki page for new style: github.com/openhab/openhab/wiki/Astro-binding
13:28:21.221 WARN o.o.b.a.i.b.BindingConfigParser[:84] - Old Astro binding style for item Sunset_Time, please see Wiki page for new style: github.com/openhab/openhab/wiki/Astro-binding
13:28:21.221 DEBUG o.o.b.h.i.b.HomematicGenericBindingProvider[:63] - Adding item Prog_Testprogram with ProgramConfig[name=Test1.php]
13:28:22.945 DEBUG o.o.b.h.i.c.HomematicCommunicator[:229] - Received command OFF for item Prog_Testprogram
13:28:22.945 INFO runtime.busevents[:22] - Prog_Testprogram received command OFF
13:28:24.225 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Double) value ‘19.5’ with DecimalTypeConverter for HmDatapoint[address=JEQ0044675,channel=2,parameter=SETPOINT]
13:28:24.226 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0034301,channel=1,parameter=STATE]
13:28:24.226 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0257185,channel=3,parameter=PRESS_SHORT]
13:28:24.226 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Double) value ‘21.0’ with DecimalTypeConverter for HmDatapoint[address=JEQ0035457,channel=2,parameter=SETPOINT]
13:28:24.226 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘true’ with OnOffTypeConverter for HmDatapoint[address=JEQ0083145,channel=1,parameter=STATE]
13:28:24.226 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Integer) value ‘0’ with DecimalTypeConverter for HmDatapoint[address=IEQ0042221,channel=1,parameter=DIRECTION]
13:28:24.226 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=LEQ0010550,channel=4,parameter=PRESS_SHORT]
13:28:24.226 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0081719,channel=4,parameter=PRESS_SHORT]
13:28:24.226 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0093999,channel=1,parameter=STATE]
13:28:24.226 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0081864,channel=2,parameter=PRESS_SHORT]
13:28:24.226 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Integer) value ‘0’ with DecimalTypeConverter for HmDatapoint[address=JEQ0046007,channel=1,parameter=VALVE_STATE]
13:28:24.226 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0146622,channel=1,parameter=STATE]
13:28:24.226 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Double) value ‘21.0’ with DecimalTypeConverter for HmDatapoint[address=JEQ0035560,channel=2,parameter=SETPOINT]
13:28:24.226 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0081832,channel=1,parameter=PRESS_SHORT]
13:28:24.226 INFO runtime.busevents[:26] - sollTemp_SZ state updated to 19.50
13:28:24.226 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Integer) value ‘0’ with DecimalTypeConverter for HmDatapoint[address=JEQ0022761,channel=1,parameter=VALVE_STATE]
13:28:24.226 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0256425,channel=3,parameter=PRESS_SHORT]
13:28:24.226 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0256520,channel=1,parameter=PRESS_SHORT]
13:28:24.227 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Integer) value ‘52’ with DecimalTypeConverter for HmDatapoint[address=JEQ0044675,channel=1,parameter=HUMIDITY]
13:28:24.227 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=IEQ0452123,channel=2,parameter=PRESS_SHORT]
13:28:24.227 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Double) value ‘0.96’ with DecimalTypeConverter for HmDatapoint[address=IEQ0042221,channel=1,parameter=LEVEL]
13:28:24.227 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0094107,channel=1,parameter=STATE]
13:28:24.227 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Integer) value ‘60’ with DecimalTypeConverter for HmDatapoint[address=JEQ0021332,channel=1,parameter=HUMIDITY]
13:28:24.227 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0737405,channel=1,parameter=STATE]
13:28:24.227 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0081864,channel=1,parameter=PRESS_SHORT]
13:28:24.227 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Integer) value ‘0’ with DecimalTypeConverter for HmDatapoint[address=IEQ0505136,channel=1,parameter=DIRECTION]
13:28:24.227 INFO runtime.busevents[:26] - Licht_WC state updated to OFF
13:28:24.227 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0081719,channel=3,parameter=PRESS_SHORT]
13:28:24.227 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0314382,channel=3,parameter=PRESS_SHORT]
13:28:24.227 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0256520,channel=4,parameter=PRESS_SHORT]
13:28:24.227 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0146501,channel=1,parameter=STATE]
13:28:24.227 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Integer) value ‘0’ with DecimalTypeConverter for HmDatapoint[address=GEQ0031048,channel=1,parameter=VALVE_STATE]
13:28:24.227 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0081832,channel=2,parameter=PRESS_SHORT]
13:28:24.227 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0257185,channel=2,parameter=PRESS_SHORT]
13:28:24.227 INFO runtime.busevents[:26] - Taster1Kueche3 state updated to OFF
13:28:24.227 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with DecimalTypeConverter for HmDatapoint[address=JEQ0314308,channel=1,parameter=OPEN]
13:28:24.227 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0256425,channel=2,parameter=PRESS_SHORT]
13:28:24.227 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Integer) value ‘0’ with DecimalTypeConverter for HmDatapoint[address=HEQ0139392,channel=1,parameter=VALVE_STATE]
13:28:24.228 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0299034,channel=1,parameter=STATE]
13:28:24.228 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0054923,channel=1,parameter=STATE]
13:28:24.228 WARN o.o.b.h.i.c.HomematicCommunicator[:212] - Can’t find DatapointConfig[address=JEQ0041399,channel=1,parameter=STATE], value is not published to openHAB!
13:28:24.228 INFO runtime.busevents[:26] - sollTemp_Bad state updated to 21.00
13:28:24.228 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Double) value ‘0.0’ with DecimalTypeConverter for HmDatapoint[address=IEQ0505136,channel=1,parameter=LEVEL]
13:28:24.228 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Integer) value ‘0’ with DecimalTypeConverter for HmDatapoint[address=IEQ0505125,channel=1,parameter=DIRECTION]
13:28:24.228 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Double) value ‘0.0’ with DecimalTypeConverter for HmDatapoint[address=IEQ0505125,channel=1,parameter=SPEED]
13:28:24.228 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=LEQ0010550,channel=2,parameter=PRESS_SHORT]
13:28:24.228 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Integer) value ‘0’ with DecimalTypeConverter for HmDatapoint[address=HEQ0138907,channel=1,parameter=VALVE_STATE]
13:28:24.228 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0314382,channel=2,parameter=PRESS_SHORT]
13:28:24.228 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Double) value ‘22.8’ with DecimalTypeConverter for HmDatapoint[address=JEQ0021332,channel=1,parameter=TEMPERATURE]
13:28:24.228 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=IEQ0452123,channel=1,parameter=PRESS_SHORT]
13:28:24.228 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Double) value ‘-0.005’ with DecimalTypeConverter for HmDatapoint[address=IEQ0505125,channel=1,parameter=LEVEL]
13:28:24.228 INFO runtime.busevents[:26] - Licht_WZ_Esstisch state updated to ON
13:28:24.228 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0299024,channel=1,parameter=STATE]
13:28:24.228 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0081864,channel=4,parameter=PRESS_SHORT]
13:28:24.228 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0081719,channel=2,parameter=PRESS_SHORT]
13:28:24.228 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0256520,channel=3,parameter=PRESS_SHORT]
13:28:24.228 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘true’ with OnOffTypeConverter for HmDatapoint[address=JEQ0118758,channel=1,parameter=STATE]
13:28:24.229 INFO runtime.busevents[:26] - WindowRechtsWZ state updated to 0
13:28:24.229 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Double) value ‘19.0’ with DecimalTypeConverter for HmDatapoint[address=JEQ0021332,channel=2,parameter=SETPOINT]
13:28:24.229 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=LEQ0010550,channel=1,parameter=PRESS_SHORT]
13:28:24.229 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Integer) value ‘58’ with DecimalTypeConverter for HmDatapoint[address=JEQ0035457,channel=1,parameter=HUMIDITY]
13:28:24.229 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0257185,channel=1,parameter=PRESS_SHORT]
13:28:24.229 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0081832,channel=3,parameter=PRESS_SHORT]
13:28:24.229 INFO runtime.busevents[:26] - TasterStefan4 state updated to OFF
13:28:24.229 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Integer) value ‘57’ with DecimalTypeConverter for HmDatapoint[address=JEQ0035560,channel=1,parameter=HUMIDITY]
13:28:24.229 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0299048,channel=1,parameter=STATE]
13:28:24.229 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0256425,channel=1,parameter=PRESS_SHORT]
13:28:24.229 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0257185,channel=4,parameter=PRESS_SHORT]
13:28:24.229 INFO runtime.busevents[:26] - Taster3Flur4 state updated to OFF
13:28:24.229 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0118765,channel=1,parameter=STATE]
13:28:24.229 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=LEQ0010550,channel=3,parameter=PRESS_SHORT]
13:28:24.229 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0314382,channel=1,parameter=PRESS_SHORT]
13:28:24.229 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Double) value ‘22.1’ with DecimalTypeConverter for HmDatapoint[address=JEQ0044675,channel=1,parameter=TEMPERATURE]
13:28:24.229 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0083145,channel=2,parameter=STATE]
13:28:24.229 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0081864,channel=3,parameter=PRESS_SHORT]
13:28:24.229 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0737405,channel=2,parameter=STATE]
13:28:24.229 INFO runtime.busevents[:26] - Licht_HWR state updated to OFF
13:28:24.229 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0081719,channel=1,parameter=PRESS_SHORT]
13:28:24.229 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘true’ with DecimalTypeConverter for HmDatapoint[address=JEQ0314308,channel=1,parameter=STATE]
13:28:24.230 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0256425,channel=1,parameter=PRESS_LONG]
13:28:24.230 INFO runtime.busevents[:26] - Taster2Flur2 state updated to OFF
13:28:24.230 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Integer) value ‘0’ with DecimalTypeConverter for HmDatapoint[address=HEQ0139414,channel=1,parameter=VALVE_STATE]
13:28:24.230 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Double) value ‘22.2’ with DecimalTypeConverter for HmDatapoint[address=JEQ0035560,channel=1,parameter=TEMPERATURE]
13:28:24.230 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0081832,channel=4,parameter=PRESS_SHORT]
13:28:24.230 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0256520,channel=2,parameter=PRESS_SHORT]
13:28:24.230 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Boolean) value ‘false’ with OnOffTypeConverter for HmDatapoint[address=JEQ0256425,channel=4,parameter=PRESS_SHORT]
13:28:24.230 DEBUG o.o.b.h.i.c.s.AbstractTypeConverter[:105] - Converting (Double) value ‘21.7’ with DecimalTypeConverter for HmDatapoint[address=JEQ0035457,channel=1,parameter=TEMPERATURE]
13:28:24.230 INFO runtime.busevents[:26] - HeinzungsVentilK state updated to 0
13:28:24.230 INFO runtime.busevents[:26] - Licht_BAD state updated to OFF
13:28:24.231 INFO runtime.busevents[:26] - sollTemp_KZ state updated to 21.00
13:28:24.231 INFO runtime.busevents[:26] - Taster1Flur1 state updated to OFF
13:28:24.231 INFO runtime.busevents[:26] - HeinzungsVentilSZ state updated to 0
13:28:24.231 INFO runtime.busevents[:26] - Taster1SZ3 state updated to OFF
13:28:24.232 INFO runtime.busevents[:26] - Taster1Kinderzimmer1 state updated to OFF
13:28:24.232 INFO runtime.busevents[:26] - Hum_SZ state updated to 52
13:28:24.232 INFO runtime.busevents[:26] - Taster2SZ2 state updated to OFF
13:28:24.232 INFO runtime.busevents[:26] - WindowRechtsWZLevel state updated to 0.96
13:28:24.232 INFO runtime.busevents[:26] - LichtAKZ state updated to OFF
13:28:24.233 INFO runtime.busevents[:26] - Hum_K state updated to 60
13:28:24.233 INFO runtime.busevents[:26] - RolloUp state updated to OFF
13:28:24.233 INFO runtime.busevents[:26] - Taster2Flur1 state updated to OFF
13:28:24.233 INFO runtime.busevents[:26] - WindowLinksWZ state updated to 0
13:28:24.234 INFO runtime.busevents[:26] - Taster3Flur3 state updated to OFF
13:28:24.234 INFO runtime.busevents[:26] - TasterJulia3 state updated to OFF
13:28:24.234 INFO runtime.busevents[:26] - Taster1Kinderzimmer4 state updated to OFF
13:28:24.234 INFO runtime.busevents[:26] - Licht_Flur state updated to OFF
13:28:24.235 INFO runtime.busevents[:26] - HeinzungsVentilWZrechts state updated to 0
13:28:24.235 INFO runtime.busevents[:26] - Taster1Flur2 state updated to OFF
13:28:24.235 INFO runtime.busevents[:26] - Taster1Kueche2 state updated to OFF
13:28:24.236 INFO runtime.busevents[:26] - KeyMaticOpen state updated to 0.00
13:28:24.236 INFO runtime.busevents[:26] - Taster1SZ2 state updated to OFF
13:28:24.236 INFO runtime.busevents[:26] - HeinzungsVentilBad state updated to 0
13:28:24.236 INFO runtime.busevents[:26] - Licht_KZ state updated to OFF
13:28:24.237 INFO runtime.busevents[:26] - Licht_KZ_Bett state updated to OFF
13:28:24.237 INFO runtime.busevents[:26] - WindowLinksWZLevel state updated to 0.00
13:28:24.237 INFO runtime.busevents[:26] - Window1SZ state updated to 0
13:28:24.237 INFO runtime.busevents[:26] - Window1SZSpeed state updated to 0.00
13:28:24.238 INFO runtime.busevents[:26] - TasterStefan2 state updated to OFF
13:28:24.238 INFO runtime.busevents[:26] - HeinzungsVentilKinderzimmer state updated to 0
13:28:24.238 INFO runtime.busevents[:26] - Prog_Testprogram state updated to OFF
13:28:24.239 INFO runtime.busevents[:26] - TasterJulia2 state updated to OFF
13:28:24.239 INFO runtime.busevents[:26] - istTemp_K state updated to 22.80
13:28:24.239 INFO runtime.busevents[:26] - Taster2SZ1 state updated to OFF
13:28:24.239 INFO runtime.busevents[:26] - Window1SZLevel state updated to -0.005000
13:28:24.240 INFO runtime.busevents[:26] - Licht_K state updated to OFF
13:28:24.240 INFO runtime.busevents[:26] - Taster2Flur4 state updated to OFF
13:28:24.240 INFO runtime.busevents[:26] - Taster3Flur2 state updated to OFF
13:28:24.240 INFO runtime.busevents[:26] - Taster1Kinderzimmer3 state updated to OFF
13:28:24.241 INFO runtime.busevents[:26] - TVHIFI state updated to ON
13:28:24.241 INFO runtime.busevents[:26] - sollTemp_K state updated to 19.00
13:28:24.241 INFO runtime.busevents[:26] - TasterStefan1 state updated to OFF
13:28:24.241 INFO runtime.busevents[:26] - Hum_Bad state updated to 58
13:28:24.242 INFO runtime.busevents[:26] - Taster1Kueche1 state updated to OFF
13:28:24.242 INFO runtime.busevents[:26] - Taster1Flur3 state updated to OFF
13:28:24.242 INFO runtime.busevents[:26] - Hum_KZ state updated to 57
13:28:24.242 INFO runtime.busevents[:26] - Licht_SZ state updated to OFF
13:28:24.243 INFO runtime.busevents[:26] - Taster1SZ1 state updated to OFF
13:28:24.243 INFO runtime.busevents[:26] - Taster1Kueche4 state updated to OFF
13:28:24.243 INFO runtime.busevents[:26] - Licht_WZ_Eingang state updated to OFF
13:28:24.243 INFO runtime.busevents[:26] - TasterStefan3 state updated to OFF
13:28:24.244 INFO runtime.busevents[:26] - TasterJulia1 state updated to OFF
13:28:24.244 INFO runtime.busevents[:26] - istTemp_SZ state updated to 22.10
13:28:24.244 INFO runtime.busevents[:26] - Licht_WZ_Decke state updated to OFF
13:28:24.244 INFO runtime.busevents[:26] - Taster2Flur3 state updated to OFF
13:28:24.245 INFO runtime.busevents[:26] - RolloDown state updated to OFF
13:28:24.245 INFO runtime.busevents[:26] - Taster3Flur1 state updated to OFF
13:28:24.246 INFO runtime.busevents[:26] - KeyMatic state updated to 1.00
13:28:24.246 INFO runtime.busevents[:26] - Taster1SZ1L state updated to OFF
13:28:24.246 INFO runtime.busevents[:26] - HeinzungsVentilWZlinks state updated to 0
13:28:24.247 INFO runtime.busevents[:26] - istTemp_KZ state updated to 22.20
13:28:24.247 INFO runtime.busevents[:26] - Taster1Flur4 state updated to OFF
13:28:24.247 INFO runtime.busevents[:26] - Taster1Kinderzimmer2 state updated to OFF
13:28:24.247 INFO runtime.busevents[:26] - Taster1SZ4 state updated to OFF
13:28:24.247 INFO runtime.busevents[:26] - istTemp_Bad state updated to 21.70
13:28:25.027 INFO runtime.busevents[:26] - Color_1 state updated to ON
13:28:25.028 INFO runtime.busevents[:26] - Color_1 state updated to 49.21428571428571530077533680014312267303466796875,100,85
13:28:25.028 INFO runtime.busevents[:26] - CT_Dimm_1 state updated to ON
13:28:25.028 INFO runtime.busevents[:26] - Color_3 state updated to ON
13:28:25.029 INFO runtime.busevents[:26] - Color_3 state updated to 49.21428571428571530077533680014312267303466796875,100,85
13:28:25.029 INFO runtime.busevents[:26] - CT_Dimm_2 state updated to ON
13:28:25.029 INFO runtime.busevents[:26] - Color_2 state updated to ON
13:28:25.029 INFO runtime.busevents[:26] - Color_2 state updated to 49.21428571428571530077533680014312267303466796875,100,100
13:28:25.030 INFO runtime.busevents[:26] - CT_Dimm_3 state updated to ON
13:28:25.030 INFO runtime.busevents[:26] - Dimm_1 state updated to ON
13:28:25.030 INFO runtime.busevents[:26] - Dimm_1 state updated to 85
13:28:25.030 INFO runtime.busevents[:26] - Lampe_WZ_1 state updated to ON
13:28:25.031 INFO runtime.busevents[:26] - Lampe_WZ_2 state updated to ON
13:28:25.031 INFO runtime.busevents[:26] - LichtWZklein state updated to ON
13:28:25.031 INFO runtime.busevents[:26] - Dimm_2 state updated to ON
13:28:25.031 INFO runtime.busevents[:26] - Dimm_2 state updated to 100
13:28:25.031 INFO runtime.busevents[:26] - Dimm_3 state updated to ON
13:28:25.032 INFO runtime.busevents[:26] - Dimm_3 state updated to 85
13:28:26.225 INFO o.o.b.a.i.job.JobScheduler[:106] - Deleting astro job: Season
13:28:26.225 INFO o.o.b.a.i.job.JobScheduler[:106] - Deleting astro job: Sunset_Event
13:28:26.225 INFO o.o.b.a.i.job.JobScheduler[:106] - Deleting astro job: DailyJob
13:28:26.226 INFO o.o.b.a.i.job.JobScheduler[:149] - Scheduled a daily job at midnight for astro calculation
13:28:26.228 INFO runtime.busevents[:26] - Sunset_Time state updated to 2014-11-08T16:41:00
13:28:26.229 INFO runtime.busevents[:26] - Noon_Time state updated to 2014-11-08T11:55:00
13:28:26.229 INFO runtime.busevents[:26] - Sunrise_Time state updated to 2014-11-08T07:09:00
Schlafzimmer -0.005000
Wohnzimmer 0.96
0.00
13:28:30.224 DEBUG o.o.b.h.i.c.HomematicCommunicator[:229] - Received command ON for item Prog_Testprogram
13:28:30.224 DEBUG o.o.b.h.i.c.c.HomegearClient[:123] - Executing script on Homegear: Test1.php
13:28:30.353 INFO runtime.busevents[:22] - Prog_Testprogram received command ON
[/quote]

in der Zusammenfassung

[quote]13:27:57.477 ERROR o.o.b.h.i.c.HomematicCommunicator[:340] - -32400 Could not execute script: No such file or directory (sending BinRpcRequest[methodName=runScript,args={Test1}])
org.openhab.binding.homematic.internal.communicator.client.HomematicClientException: -32400 Could not execute script: No such file or directory (sending BinRpcRequest[methodName=runScript,args={Test1}])
at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:224)
Caused by: java.io.IOException: -32400 Could not execute script: No such file or directory
at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:210)
13:27:57.477 INFO runtime.busevents[:22] - Prog_Testprogram received command ON[/quote]
und

[quote]13:28:30.224 DEBUG o.o.b.h.i.c.HomematicCommunicator[:229] - Received command ON for item Prog_Testprogram
13:28:30.224 DEBUG o.o.b.h.i.c.c.HomegearClient[:123] - Executing script on Homegear: Test1.php
13:28:30.353 INFO runtime.busevents[:22] - Prog_Testprogram received command ON[/quote]

es wird also erkannt, das dieses Script das Test1 exsistiert nicht Test1.php schon
allerding schließt sich das Fenster nicht ;(

mit homegear -e runscript Test1.php

geht es zu, also muss das script ja i.o. sein.

eine idee? oder liegts ehr an openHAB

hier noch das logfile

[quote]11/08/14 12:27:40.285 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51665 accepted. Client number: 899
11/08/14 12:27:40.286 RPC Server (Port 2001): Info: Client number 899 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 12:27:40.291 RPC Server (Port 2001): Info: Connection to client number 899 closed (3).
11/08/14 12:27:43.665 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51672 accepted. Client number: 900
11/08/14 12:27:43.667 RPC Server (Port 2001): Info: Client number 900 is calling RPC method: getServiceMessages Parameters:
11/08/14 12:27:43.815 RPC Server (Port 2001): Info: Connection to client number 900 closed (3).
11/08/14 12:27:45.405 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51673 accepted. Client number: 901
11/08/14 12:27:45.406 RPC Server (Port 2001): Info: Client number 901 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 12:27:45.479 RPC Server (Port 2001): Info: Connection to client number 901 closed (3).
11/08/14 12:27:48.685 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51680 accepted. Client number: 902
11/08/14 12:27:48.687 RPC Server (Port 2001): Info: Client number 902 is calling RPC method: getServiceMessages Parameters:
11/08/14 12:27:48.834 RPC Server (Port 2001): Info: Connection to client number 902 closed (3).
11/08/14 12:27:50.525 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51681 accepted. Client number: 903
11/08/14 12:27:50.526 RPC Server (Port 2001): Info: Client number 903 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 12:27:50.599 RPC Server (Port 2001): Info: Connection to client number 903 closed (3).
11/08/14 12:27:53.705 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51688 accepted. Client number: 904
11/08/14 12:27:53.706 RPC Server (Port 2001): Info: Client number 904 is calling RPC method: getServiceMessages Parameters:
11/08/14 12:27:53.853 RPC Server (Port 2001): Info: Connection to client number 904 closed (3).
11/08/14 12:27:55.645 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51689 accepted. Client number: 905
11/08/14 12:27:55.646 RPC Server (Port 2001): Info: Client number 905 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 12:27:55.719 RPC Server (Port 2001): Info: Connection to client number 905 closed (3).
11/08/14 12:27:56.676 RPC Server (Port 2001): Info: Connection from 192.168.200.20:57924 accepted. Client number: 906
11/08/14 12:27:56.678 RPC Server (Port 2001): Info: Client number 906 is calling RPC method: runScript Parameters:
(String) Test1
11/08/14 12:27:56.684 RPC Server (Port 2001): Info: Connection to client number 906 closed (3).
11/08/14 12:27:58.615 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51696 accepted. Client number: 907
11/08/14 12:27:58.617 RPC Server (Port 2001): Info: Client number 907 is calling RPC method: getServiceMessages Parameters:
11/08/14 12:27:58.764 RPC Server (Port 2001): Info: Connection to client number 907 closed (3).
11/08/14 12:28:00.765 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51697 accepted. Client number: 908
11/08/14 12:28:00.766 RPC Server (Port 2001): Info: Client number 908 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 12:28:00.839 RPC Server (Port 2001): Info: Connection to client number 908 closed (3).
11/08/14 12:28:03.635 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51707 accepted. Client number: 909
11/08/14 12:28:03.636 RPC Server (Port 2001): Info: Client number 909 is calling RPC method: getServiceMessages Parameters:
11/08/14 12:28:03.782 RPC Server (Port 2001): Info: Connection to client number 909 closed (3).
11/08/14 12:28:05.885 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51708 accepted. Client number: 910
11/08/14 12:28:05.886 RPC Server (Port 2001): Info: Client number 910 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 12:28:05.959 RPC Server (Port 2001): Info: Connection to client number 910 closed (3).
11/08/14 12:28:08.654 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51715 accepted. Client number: 911
11/08/14 12:28:08.657 RPC Server (Port 2001): Info: Client number 911 is calling RPC method: getServiceMessages Parameters:
11/08/14 12:28:08.805 RPC Server (Port 2001): Info: Connection to client number 911 closed (3).
11/08/14 12:28:11.005 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51716 accepted. Client number: 912
11/08/14 12:28:11.006 RPC Server (Port 2001): Info: Client number 912 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 12:28:11.080 RPC Server (Port 2001): Info: Connection to client number 912 closed (3).
11/08/14 12:28:13.675 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51723 accepted. Client number: 913
11/08/14 12:28:13.677 RPC Server (Port 2001): Info: Client number 913 is calling RPC method: getServiceMessages Parameters:
11/08/14 12:28:13.824 RPC Server (Port 2001): Info: Connection to client number 913 closed (3).
11/08/14 12:28:16.125 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51724 accepted. Client number: 914
11/08/14 12:28:16.126 RPC Server (Port 2001): Info: Client number 914 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 12:28:16.199 RPC Server (Port 2001): Info: Connection to client number 914 closed (3).
11/08/14 12:28:17.561 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x46): 0CF986701A257800000000D93A
11/08/14 12:28:17.562 Info: Calling XML RPC method system.multicall on server binary://192.168.200.20 and port 9123.
11/08/14 12:28:17.562 Info: Connecting to host 192.168.200.20 on port 9123…
11/08/14 12:28:17.564 Module HomeMatic BidCoS: Info: HUMIDITY of HomeMatic BidCoS peer 14 with serial number JEQ0035457:1 was set to 0x3A.
11/08/14 12:28:17.565 Module HomeMatic BidCoS: Info: TEMPERATURE of HomeMatic BidCoS peer 14 with serial number JEQ0035457:1 was set to 0x00D9.
11/08/14 12:28:17.568 Info: Connected to host 192.168.200.20 on port 9123. Client number is: 915
11/08/14 12:28:17.574 Info: Calling XML RPC method system.multicall on server binary://192.168.200.20 and port 9123.
11/08/14 12:28:17.574 Info: Connecting to host 192.168.200.20 on port 9123…
11/08/14 12:28:17.580 Info: Connected to host 192.168.200.20 on port 9123. Client number is: 916
11/08/14 12:28:18.685 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51731 accepted. Client number: 917
11/08/14 12:28:18.686 RPC Server (Port 2001): Info: Client number 917 is calling RPC method: getServiceMessages Parameters:
11/08/14 12:28:18.833 RPC Server (Port 2001): Info: Connection to client number 917 closed (3).
11/08/14 12:28:21.242 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51732 accepted. Client number: 918
11/08/14 12:28:21.267 RPC Server (Port 2001): Info: Client number 918 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 12:28:21.272 RPC Server (Port 2001): Info: Connection to client number 918 closed (3).
11/08/14 12:28:23.704 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51739 accepted. Client number: 919
11/08/14 12:28:23.706 RPC Server (Port 2001): Info: Client number 919 is calling RPC method: getServiceMessages Parameters:
11/08/14 12:28:23.853 RPC Server (Port 2001): Info: Connection to client number 919 closed (3).
11/08/14 12:28:26.365 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51740 accepted. Client number: 920
11/08/14 12:28:26.366 RPC Server (Port 2001): Info: Client number 920 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 12:28:26.439 RPC Server (Port 2001): Info: Connection to client number 920 closed (3).
11/08/14 12:28:28.725 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51747 accepted. Client number: 921
11/08/14 12:28:28.726 RPC Server (Port 2001): Info: Client number 921 is calling RPC method: getServiceMessages Parameters:
11/08/14 12:28:28.874 RPC Server (Port 2001): Info: Connection to client number 921 closed (3).
11/08/14 12:28:29.546 RPC Server (Port 2001): Info: Connection from 192.168.200.20:57929 accepted. Client number: 922
11/08/14 12:28:29.548 RPC Server (Port 2001): Info: Client number 922 is calling RPC method: runScript Parameters:
(String) Test1.php
11/08/14 12:28:29.561 RPC Server (Port 2001): Info: Connection to client number 922 closed (3).
11/08/14 12:28:29.951 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x3B): 0C16867019386700000000DD34
11/08/14 12:28:29.952 Info: Calling XML RPC method system.multicall on server binary://192.168.200.20 and port 9123.
11/08/14 12:28:29.953 Info: Connecting to host 192.168.200.20 on port 9123…
11/08/14 12:28:29.954 Module HomeMatic BidCoS: Info: HUMIDITY of HomeMatic BidCoS peer 45 with serial number JEQ0044675:1 was set to 0x34.
11/08/14 12:28:29.955 Module HomeMatic BidCoS: Info: TEMPERATURE of HomeMatic BidCoS peer 45 with serial number JEQ0044675:1 was set to 0x00DD.
11/08/14 12:28:29.958 Info: Connected to host 192.168.200.20 on port 9123. Client number is: 923
11/08/14 12:28:29.965 Info: Calling XML RPC method system.multicall on server binary://192.168.200.20 and port 9123.
11/08/14 12:28:29.965 Info: Connecting to host 192.168.200.20 on port 9123…
11/08/14 12:28:29.970 Info: Connected to host 192.168.200.20 on port 9123. Client number is: 924
11/08/14 12:28:30.661 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x44): 0C3986701A25CE00000000DE39
11/08/14 12:28:30.662 Info: Calling XML RPC method system.multicall on server binary://192.168.200.20 and port 9123.
11/08/14 12:28:30.662 Info: Connecting to host 192.168.200.20 on port 9123…
11/08/14 12:28:30.663 Module HomeMatic BidCoS: Info: HUMIDITY of HomeMatic BidCoS peer 47 with serial number JEQ0035560:1 was set to 0x39.
11/08/14 12:28:30.664 Module HomeMatic BidCoS: Info: TEMPERATURE of HomeMatic BidCoS peer 47 with serial number JEQ0035560:1 was set to 0x00DE.
11/08/14 12:28:30.668 Info: Connected to host 192.168.200.20 on port 9123. Client number is: 925
11/08/14 12:28:30.674 Info: Calling XML RPC method system.multicall on server binary://192.168.200.20 and port 9123.
11/08/14 12:28:30.675 Info: Connecting to host 192.168.200.20 on port 9123…
11/08/14 12:28:30.679 Info: Connected to host 192.168.200.20 on port 9123. Client number is: 926
11/08/14 12:28:31.485 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51748 accepted. Client number: 927
11/08/14 12:28:31.487 RPC Server (Port 2001): Info: Client number 927 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 12:28:31.559 RPC Server (Port 2001): Info: Connection to client number 927 closed (3).
11/08/14 12:28:33.744 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51755 accepted. Client number: 928
11/08/14 12:28:33.750 RPC Server (Port 2001): Info: Client number 928 is calling RPC method: getServiceMessages Parameters:
11/08/14 12:28:33.897 RPC Server (Port 2001): Info: Connection to client number 928 closed (3).
11/08/14 12:28:36.605 RPC Server (Port 2001): Info: Connection from 192.168.200.35:51756 accepted. Client number: 929
11/08/14 12:28:36.606 RPC Server (Port 2001): Info: Client number 929 is calling RPC method: listBidcosInterfaces Parameters:
11/08/14 12:28:36.679 RPC Server (Port 2001): Info: Connection to client number 929 closed (3).
11/08/14 12:28:37.631 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x4B): 0BF9A2581A257813D2B80000
11/08/14 12:28:37.632 Info: Calling XML RPC method system.multicall on server binary://192.168.200.20 and port 9123.
11/08/14 12:28:37.632 Info: Connecting to host 192.168.200.20 on port 9123…
11/08/14 12:28:37.633 Module HomeMatic BidCoS: Info: ADJUSTING_COMMAND of HomeMatic BidCoS peer 14 with serial number JEQ0035457:2 was set to 0x00.
11/08/14 12:28:37.634 Module HomeMatic BidCoS: Info: ADJUSTING_DATA of HomeMatic BidCoS peer 14 with serial number JEQ0035457:2 was set to 0x00.
11/08/14 12:28:37.659 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: 0x44): 0EF9820213D2B81A2578010100002E
11/08/14 12:28:37.661 Module HomeMatic BidCoS: Info: ERROR of HomeMatic BidCoS peer 8 with serial number HEQ0139392:1 was set to 0x00.
11/08/14 12:28:37.663 Module HomeMatic BidCoS: Info: VALVE_STATE of HomeMatic BidCoS peer 8 with serial number HEQ0139392:1 was set to 0x00.
11/08/14 12:28:37.736 Info: Connected to host 192.168.200.20 on port 9123. Client number is: 930
11/08/14 12:28:37.742 Info: Calling XML RPC method system.multicall on server binary://192.168.200.20 and port 9123.
11/08/14 12:28:37.742 Info: Connecting to host 192.168.200.20 on port 9123…
11/08/14 12:28:37.747 Info: Connected to host 192.168.200.20 on port 9123. Client number is: 931
11/08/14 12:28:37.753 Info: Calling XML RPC method system.multicall on server binary://192.168.200.20 and port 9123.
11/08/14 12:28:37.753 Info: Connecting to host 192.168.200.20 on port 9123…
11/08/14 12:28:37.758 Info: Connected to host 192.168.200.20 on port 9123. Client number is: 932
11/08/14 12:28:37.763 Info: Calling XML RPC method system.multicall on server binary://192.168.200.20 and port 9123.
11/08/14 12:28:37.763 Info: Connecting to host 192.168.200.20 on port 9123…
[/quote]

Hey Stefan,

habs gerade ausprobiert. OpenHAB unterstützt aktuell noch nicht die homegeareigene Scriptengine, sondern nur XML-RPC-Scripts. Ändere dein Script (wieder) in:

#!/usr/bin/env php
<?php
include_once("Connect.php");

print_r($Client->send("setValue", array(22, 1, "LEVEL", -0.005)));
?>

Dann geht’s. Hauptnachteil der Nutzung von XML-RPC ist bei vielen XML-RPC-Befehlen die lange Verarbeitungszeit. Bei einer überschaubaren Zahl von Befehlen aber kein Problem. Ich muss die PHP-Klasse mal etwas umschreiben - die Verarbeitungszeit lässt sich nämlich noch drastisch beschleunigen. Das mache ich mal jetzt sofort :wink:.

Liebe Grüße

Sathya