Ankündigung

Einklappen
Keine Ankündigung bisher.

Openhab mit hmland und Homegear

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Openhab mit hmland und Homegear

    Heya

    ich stehe gerade von dem Problem Openhab mit Homegear zu verknüpfen.

    Ich nutze den HM-CFG-USB2 auf einen Rapsi2 mit hmland. Dazu habe ich Homegrear konfiguriert und erfolgreich einen Sensor verbinden. Offenbar ist also die Kombination hmland und Homegear schon mal in Ordnung. Openhab läuft auf dem selben Server.

    Mein openhab.cfg file sieht folgendermaßen aus:
    Code:
    ############################### Homematic Binding #####################################
    #
    # Hostname / IP address of the Homematic CCU
    homematic:host=192.168.0.110 #externe IP meines
    
    # Hostname / IP address for the callback server (optional, default is auto-discovery)
    # This is normally the IP / hostname of the local host
    # (but not "localhost" or "127.0.0.1").
    #homematic:callback.host=192.168.0.110
    # Port number for the callback server. (optional, defaults to 9123)
    homematic:callback.port=2001 #port auf dem der xml-rpc service von Homeger läuft
    Mein Problem wird beim start von OH sichtbar:

    Code:
    12:08:18.870 INFO  o.o.b.h.i.bus.HomematicBinding[:92]- HomematicConfig[host=192.168.0.110,callbackHost=192.168.0.110,callbackPort=2001,aliveInterval=300]
    12:08:18.872 INFO  o.o.b.h.i.c.HomematicCommunicator[:66]- Starting Homematic communicator
    12:08:18.879 DEBUG o.o.b.h.i.c.ItemDisabler[:54]- Starting ItemDisabler
    12:08:18.905 ERROR o.o.b.h.i.c.HomematicCommunicator[:93]- Could not start Homematic communicator: -32601 : Requested method not found. (sending BinRpcRequest[methodName=getDeviceDescription,args={BidCoS-RF}])
    org.openhab.binding.homematic.internal.communicator.client.HomematicClientException: -32601 : Requested method not found. (sending BinRpcRequest[methodName=getDeviceDescription,args={BidCoS-RF}])
        at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:224)
        at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.getDeviceDescription(BinRpcClient.java:104)
        at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.getServerId(BinRpcClient.java:116)
        at org.openhab.binding.homematic.internal.communicator.HomematicCommunicator.start(HomematicCommunicator.java:75)
        at org.openhab.binding.homematic.internal.bus.HomematicBinding.updated(HomematicBinding.java:95)
        at org.eclipse.equinox.internal.cm.ManagedServiceTracker$1.run(ManagedServiceTracker.java:183)
        at org.eclipse.equinox.internal.cm.SerializedTaskQueue$1.run(SerializedTaskQueue.java:36)
    Caused by: java.io.IOException: -32601 : Requested method not found.
        at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:210)
        ... 6 common frames omitted
    12:08:18.907 INFO  o.o.b.h.i.c.HomematicCommunicator[:120]- Shutting down Homematic communicator
    12:08:18.909 DEBUG o.o.b.h.i.c.s.BinRpcCallbackServer[:55]- Shutting down BinRpcCallbackServer
    12:08:18.910 DEBUG o.o.b.h.i.c.ItemDisabler[:63]- Stopping ItemDisabler
    12:08:18.913 INFO  o.o.c.s.AbstractActiveService[:169]- Homematic server keep alive thread has been started
    und folglich funktioniert mein Sensor nicht.

    Habt ihr eine Idee was falsch konfiguriert ist?

    Was ich schon versucht habe:
    - Mit/ohne Portangabe
    -mit/ohne Callback Server
    - localhost oder Server IP

    jedes Mal das gleiche Ergebniss
    Zuletzt geändert von Tulamidan; 29.03.2015, 11:37.

    #2
    Aus der englischen Gruppe: Lag an einem fehlerbehafteten Nightly-Build.

    Grüße
    Sascha

    Kommentar

    Lädt...
    X