Ankündigung

Einklappen
Keine Ankündigung bisher.

Homematic: No BinX signature

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

    Homematic: No BinX signature

    Hallo Leute,

    ich habe nun auf die Version 1.6 geupdated.

    Jedoch macht das Homematic Binding Probleme:

    05:54:45.322 INFO runtime.busevents[:26] - Schlafzimmer_Heizung_Ventilstellung state updated to 0
    05:54:45.388 ERROR o.o.b.h.i.c.s.BinRpcCallbackHandler[:62] - No BinX signature
    java.io.UnsupportedEncodingException: No BinX signature
    at org.openhab.binding.homematic.internal.binrpc.BinR pcResponse.<init>(BinRpcResponse.java:53)
    05:54:45.396 ERROR o.o.b.h.i.c.s.BinRpcCallbackHandler[:62] - java.lang.String cannot be cast to java.util.List
    java.lang.ClassCastException: java.lang.String cannot be cast to java.util.List
    at org.openhab.binding.homematic.internal.communicato r.server.BinRpcCallbackHandler.handleMethodCall(Bi nRpcCallbackHandler.java:89)
    05:54:45.399 ERROR o.o.b.h.i.c.s.BinRpcCallbackHandler[:62] - No BinX signature
    java.io.UnsupportedEncodingException: No BinX signature
    at org.openhab.binding.homematic.internal.binrpc.BinR pcResponse.<init>(BinRpcResponse.java:53)
    05:54:45.400 ERROR o.o.b.h.i.c.s.BinRpcCallbackHandler[:62] - No BinX signature
    java.io.UnsupportedEncodingException: No BinX signature
    at org.openhab.binding.homematic.internal.binrpc.BinR pcResponse.<init>(BinRpcResponse.java:53)
    05:54:45.402 ERROR o.o.b.h.i.c.s.BinRpcCallbackHandler[:62] - java.lang.String cannot be cast to java.util.List
    java.lang.ClassCastException: java.lang.String cannot be cast to java.util.List
    at org.openhab.binding.homematic.internal.communicato r.server.BinRpcCallbackHandler.handleMethodCall(Bi nRpcCallbackHandler.java:89)
    <init>(BinRpcResponse.java:53)
    06:05:55.387 ERROR o.o.c.s.ScriptExecutionThread[:50] - Error during the execution of rule 'L?ftung 60 min': cannot invoke method public abstract boolean org.openhab.model.script.actions.Timer.isRunning() on null
    Regel:


    rule "Lüftung 60 min"
    when
    Item Bad_Wandtaster_5_kurz received update ON
    then
    if(Bad_Fenster_Status.state == OPEN )
    {
    if (Timer_Bad_Fenster_zu.running)
    {
    Timer_Bad_Fenster_zu.cancel
    Timer_Bad_Fenster_zu=createTimer(now.plusMinutes(6 0)) [|sendCommand(Bad_Fenster_zu, ON) ]
    }
    }
    else
    Bad_Fenster_auf.sendCommand(ON)
    Timer_Bad_Fenster_zu=createTimer(now.plusMinutes(6 0)) [|sendCommand(Bad_Fenster_zu, ON) ]
    end
    Bist jetzt konnte ich auch feststellen, dass der Status der Geräte HM-Sec-SC und HM-SCI-3-FM nicht mehr erkannt wird.

    Kann mir einer helfen oder hat jemand ähnliche Probleme ?
Lädt...
X