Ankündigung

Einklappen
Keine Ankündigung bisher.

Prowl broken?

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

    Prowl broken?

    Hallo,

    prowl geht bei mir nicht. Bei der Fehlermeldung komme ich nicht weiter.
    Code:
    10:42:39.363 DEBUG o.o.a.p.i.ProwlActivator[:54]- Prowl action has been started.
    10:43:38.457 DEBUG o.o.m.r.i.engine.RuleEngine[:305]- Executing rule 'Test Window Prowl'
    10:43:38.692 ERROR o.o.c.s.ScriptExecutionThread[:70]- Error during the execution of rule 'Test Window Prowl': The name 'pushNotification(<XStringLiteralImpl>,<XStringLiteralImpl>,<XUnaryOperationImplCustom>)' cannot be resolved to an item or type.
    Addon ist inatlliert:
    Code:
    addons tv$ ls -l
    total 11096
    -rw-rw-r--@ 1 tv  staff      126 31 Aug 04:03 README
    -rw-rw-r--@ 1 tv  staff    59731 18 Sep 22:25 org.openhab.action.prowl-1.3.1.jar
    ...
    Rule ist wie folgt:
    Code:
    rule "Test Window Prowl"
    when 
    	Item Test changed to ON
    then
    	pushNotification("Mr. House","Test")
    end
    In openhab.cfg ist prowl soweit eingerichtet. Es ging schon mal.

    Any hints?

    Viele Grüße
    Ralf

    #2
    Hi RaK,

    hmm, das sieht danach aus, als würde die Rule gefeuert werden, bevor das Prowl-Action-Bundle gestartet wurde. Hast Du das Problem immer (noch)?

    Gruß,

    Thomas E.-E.
    Visualisierung, Rule/Logic-Engine, Integrationsplattform mit openhab (Supportforum)

    Kommentar


      #3
      Ja, leider. Nicht nur nach dem Reboot.

      Kommentar


        #4
        Hi,

        bekomme die gleichen Fehler bei Mail und xmpp. M. E. ging das bei mir schon mal...

        Gesendet von meinem HTC Vision mit Tapatalk

        Kommentar


          #5
          Siehe https://github.com/openhab/openhab/issues/457

          Kommentar


            #6
            Hallo zusammen,

            leider will Prowl immer noch nicht auf dem Raspberry laufen?!

            Ich nutze den Build 1.5.1 und habe das Prowl Addon installiert. Auf dem Windows Rechner mit Linux ging es irgendwie?!

            Auf dem Raspberry bekomme ich die folgende Meldung

            22:27:09.557 ERROR o.o.c.s.ScriptExecutionThread[:50] - Error during the execution of rule 'NightStarts': Could not invoke method: org.openhab.action.prowl.internal.Prowl.pushNotifi cation(java.lang.String,java.lang.String,java.lang .String) on instance: null
            Der verwendete Befehl in der Rule war
            Code:
             rule NightStarts
             when
             Item Night changed
             then
             if (Night.state == ON) {
             Rollo.sendCommand(DOWN)
             Lampe_Decke.sendCommand(ON)
              
             if (!pushNotification("Checkoff", "Rollladen fahren ab !!", 2)) {
             sendMail("meinProwlKey@api.prowlapp.com", "Checkoff", "Rollladen fahren ab")
             }
             }
             end
            So hatte es die ganze Zeit unter Windows funktioniert.

            VG
            Jörg

            Kommentar


              #7
              Hmm ich hatte natürlich angenommen, dass die Befehle der AddOns in beiden Umgebungen gleich sind :-/

              Code:
               rule NightStarts
               when
               Item Night changed
               then
               if (Night.state == ON) {
               [URL="http://redaktion.knx-user-forum.de/lexikon/Rollo/"][U][COLOR=#0066cc]Rollo[/COLOR][/U][/URL].sendCommand(DOWN)
               Lampe_Decke.sendCommand(ON)
                
               if (!pushNotification("Checkoff", "Rollladen fahren ab !!")) {
               sendMail("meinProwlKey@api.prowlapp.com", "Checkoff", "Rollladen fahren ab")
               }
               }
               end
              So geht es wieder, also kann man scheinbar unter Linux keine Prio mitgeben??

              Kommentar

              Lädt...
              X