Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Pushsafer

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Pushsafer

    This topic has been deleted. Only users with topic management privileges can see it.
    • Bluefox
      Bluefox last edited by

      Alles gefixt.

      sendTo("pushsafer.0", "send", {
         message: 'Hallo',
         sound: "",
         vibration: "",
         picture: 'C:\\pWork\\iobroker-data\\files\\vis\\img\\bulb_on.png'
      });
      
      

      Wieder vom git.

      1 Reply Last reply Reply Quote 0
      • P
        pix last edited by

        Hallo Bluefox,

        jetzt klappt es. Allerdings musste ich bei meinem System den Pfad etwas anders schreiben:````
        var pfadlokal = "/Users/pix/Documents/airsonosstarten.png";

        sendTo('pushsafer.0', {
        message: 'Test text', // mandatory - your text message
        title: 'Foto Test', // optional - your message's title, otherwise your app's name is used
        device: '322', // optional - a device id or device group id (empty or a = all devices)
        sound: '5', // optional - a number betwenn 0-28 (see pushsafers API description)
        icon: '2', // optional - a number betwenn 1-98 (see pushsafers API description)
        vibration: '3', // optional - a number betwenn 0-3 (see pushsafers API description)
        picture: pfadlokal, // optional - absolute path to picture or base64 coded image URL
        //picture2: 'absolutePathToPicture2', // optional - absolute path to picture or base64 coded image URL
        //picture3: 'absolutePathToPicture3', // optional - absolute path to picture or base64 coded image URL
        url: yrno,// optional - URL in the link
        urlTitle: 'YR.no Wettervorhersage' // optional - title of URL
        });

        
        Vielen Dank!
        
        Gruß
        
        Pix
        1 Reply Last reply Reply Quote 0
        • Bluefox
          Bluefox last edited by

          Es geht auch so:

          var pfadlokal = "/Users/pix/Documents/airsonosstarten.png";
          
          1 Reply Last reply Reply Quote 0
          • R
            rascal last edited by

            Hey, ich habe das Problem, dass der Adapter nur ein Mal funktioniert, danach muss ich ihn neu starten, sonst sendet er nichts mehr.

            Gesendet von meinem HUAWEI CRR-L09 mit Tapatalk

            1 Reply Last reply Reply Quote 0
            • P
              pix last edited by

              Ich glaub, ich hab das gleiche Problem. Muss immer wieder Adapter neu starten.

              Ist mir vorher nicht aufgefallen.

              Pix

              1 Reply Last reply Reply Quote 0
              • Bluefox
                Bluefox last edited by

                @rascal:

                Hey, ich habe das Problem, dass der Adapter nur ein Mal funktioniert, danach muss ich ihn neu starten, sonst sendet er nichts mehr.

                Gesendet von meinem HUAWEI CRR-L09 mit Tapatalk `
                Logs? Im debug?

                1 Reply Last reply Reply Quote 0
                • P
                  pix last edited by

                  Hallo,

                  Adapter neu gestartet (debug-log) und mit hm-Aktor dreimal Pushsafer Versand ausgelöst.

                  ! ````
                  Marker - 19.10.2016, 22:55:09
                  2016-10-19 22:55:12.399 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.alive {"val":true,"ack":true,"ts":1476910512399,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910422393}
                  2016-10-19 22:55:12.400 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.connected {"val":true,"ack":true,"ts":1476910512400,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910422394}
                  2016-10-19 22:55:12.400 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.memRss {"val":41.61,"ack":true,"ts":1476910512400,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910512400}
                  2016-10-19 22:55:12.401 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.memHeapTotal {"val":15.96,"ack":true,"ts":1476910512400,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910437391}
                  2016-10-19 22:55:12.401 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.memHeapUsed {"val":14.38,"ack":true,"ts":1476910512401,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910512401}
                  2016-10-19 22:55:12.401 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.uptime {"val":91,"ack":true,"ts":1476910512401,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910512401}
                  2016-10-19 22:55:12.519 - [32minfo[39m: host.MacMini-Ethernet.fritz.box object change system.adapter.pushsafer.0
                  2016-10-19 22:55:12.519 - [32minfo[39m: host.MacMini-Ethernet.fritz.box stopInstance system.adapter.pushsafer.0
                  2016-10-19 22:55:12.519 - [32minfo[39m: host.MacMini-Ethernet.fritz.box stopInstance system.adapter.pushsafer.0 killing pid 6594
                  2016-10-19 22:55:13.022 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.alive {"val":false,"ack":true,"ts":1476910513022,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910513022}
                  2016-10-19 22:55:13.024 - [32minfo[39m: pushsafer.0 terminating
                  2016-10-19 22:55:13.032 - [32minfo[39m: host.MacMini-Ethernet.fritz.box instance system.adapter.pushsafer.0 terminated with code 0 (OK)
                  2016-10-19 22:55:15.028 - [32minfo[39m: host.MacMini-Ethernet.fritz.box instance system.adapter.pushsafer.0 started with pid 6608
                  2016-10-19 22:55:15.485 - [34mdebug[39m: pushsafer.0 objectDB connected
                  2016-10-19 22:55:15.496 - [34mdebug[39m: pushsafer.0 statesDB connected
                  2016-10-19 22:55:15.506 - [32minfo[39m: host. States connected to redis 127.0.0.1:6379
                  2016-10-19 22:55:15.510 - [34mdebug[39m: host. redis get system.adapter.pushsafer.0.alive ok: {"val":false,"ack":true,"ts":1476910513033,"q":0,"from":"system.host.MacMini-Ethernet.fritz.box","lc":1476910513022}
                  2016-10-19 22:55:15.556 - [32minfo[39m: pushsafer.0 starting. Version 0.1.6 in /Users/pix/Documents/iobroker/node_modules/iobroker.pushsafer
                  2016-10-19 22:55:15.560 - [34mdebug[39m: host. redis keys 1 *.logging
                  2016-10-19 22:55:15.561 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.alive {"val":true,"ack":true,"ts":1476910515561,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910515561}
                  2016-10-19 22:55:15.562 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.connected {"val":true,"ack":true,"ts":1476910515561,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910515561}
                  2016-10-19 22:55:15.563 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.memRss {"val":36.59,"ack":true,"ts":1476910515562,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910515562}
                  2016-10-19 22:55:15.563 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.memHeapTotal {"val":18.85,"ack":true,"ts":1476910515563,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910515563}
                  2016-10-19 22:55:15.564 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.memHeapUsed {"val":12.43,"ack":true,"ts":1476910515564,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910515564}
                  2016-10-19 22:55:15.564 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.uptime {"val":1,"ack":true,"ts":1476910515564,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910515564}
                  2016-10-19 22:55:15.568 - [34mdebug[39m: host. redis mget 1 1
                  2016-10-19 22:55:17.981 - [32minfo[39m: javascript.0 script.js.common.Status.Status_Geraete: Status Heizung auf DIY Fernbedienung eingeschaltet
                  2016-10-19 22:55:17.981 - [32minfo[39m: javascript.2 script.js.Test.DIY_Schalter: Aktion ausgelöst
                  2016-10-19 22:55:17.984 - [34mdebug[39m: host. redis pmessage messagebox.system.adapter.pushsafer.0 messagebox.system.adapter.pushsafer.0 {"command":"send","message":{"message":"Test text","title":"Foto Test","device":"322","sound":"5","icon":"2","vibration":"3","picture":"/Users/pix/Documents/airsonosstarten.png"},"from":"system.adapter.javascript.2","_id":55262909}
                  2016-10-19 22:55:17.988 - [34mdebug[39m: pushsafer.0 Send pushsafer notification: Test text
                  2016-10-19 22:55:18.026 - [34mdebug[39m: pushsafer.0 Filter out double message [first was for 40ms]: {"message":"Test text","title":"Foto Test","device":"322","sound":"5","icon":"2","vibration":"3","picture":"/Users/pix/Documents/airsonosstarten.png"}
                  2016-10-19 22:55:24.728 - [32minfo[39m: javascript.2 script.js.Test.DIY_Schalter: Aktion ausgelöst
                  2016-10-19 22:55:24.728 - [32minfo[39m: javascript.0 script.js.common.Status.Status_Geraete: Status Heizung auf DIY Fernbedienung ausgeschaltet
                  2016-10-19 22:55:24.730 - [34mdebug[39m: host. redis pmessage messagebox.system.adapter.pushsafer.0 messagebox.system.adapter.pushsafer.0 {"command":"send","message":{"message":"Test text","title":"Foto Test","device":"322","sound":"5","icon":"2","vibration":"3","picture":"/Users/pix/Documents/airsonosstarten.png"},"from":"system.adapter.javascript.2","_id":55262910}
                  2016-10-19 22:55:24.732 - [34mdebug[39m: pushsafer.0 Filter out double message [first was for 1ms]: {"message":"Test text","title":"Foto Test","device":"322","sound":"5","icon":"2","vibration":"3","picture":"/Users/pix/Documents/airsonosstarten.png"}
                  2016-10-19 22:55:30.559 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.alive {"val":true,"ack":true,"ts":1476910530559,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910515561}
                  2016-10-19 22:55:30.560 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.connected {"val":true,"ack":true,"ts":1476910530560,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910515561}
                  2016-10-19 22:55:30.561 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.memRss {"val":40.67,"ack":true,"ts":1476910530561,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910530561}
                  2016-10-19 22:55:30.561 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.memHeapTotal {"val":19.84,"ack":true,"ts":1476910530561,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910530561}
                  2016-10-19 22:55:30.561 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.memHeapUsed {"val":13.31,"ack":true,"ts":1476910530561,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910530561}
                  2016-10-19 22:55:30.562 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.uptime {"val":16,"ack":true,"ts":1476910530562,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910530562}
                  2016-10-19 22:55:37.776 - [32minfo[39m: javascript.2 script.js.Test.DIY_Schalter: Aktion ausgelöst
                  2016-10-19 22:55:37.776 - [32minfo[39m: javascript.0 script.js.common.Status.Status_Geraete: Status Heizung auf DIY Fernbedienung eingeschaltet
                  2016-10-19 22:55:37.777 - [34mdebug[39m: host. redis pmessage messagebox.system.adapter.pushsafer.0 messagebox.system.adapter.pushsafer.0 {"command":"send","message":{"message":"Test text","title":"Foto Test","device":"322","sound":"5","icon":"2","vibration":"3","picture":"/Users/pix/Documents/airsonosstarten.png"},"from":"system.adapter.javascript.2","_id":55262911}
                  2016-10-19 22:55:37.782 - [34mdebug[39m: pushsafer.0 Filter out double message [first was for 4ms]: {"message":"Test text","title":"Foto Test","device":"322","sound":"5","icon":"2","vibration":"3","picture":"/Users/pix/Documents/airsonosstarten.png"}

                  Definitiv nur Versand beim ersten Auslösen nach Restart. Abstand zwischen den Sendungen siehe log, aber groß genug.
                  
                  Hoffe, das hilft.
                  
                  Pix
                  1 Reply Last reply Reply Quote 0
                  • Bluefox
                    Bluefox last edited by

                    @pix:

                    Hallo,

                    Adapter neu gestartet (debug-log) und mit hm-Aktor dreimal Pushsafer Versand ausgelöst.

                    ! ````
                    Marker - 19.10.2016, 22:55:09
                    2016-10-19 22:55:12.399 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.alive {"val":true,"ack":true,"ts":1476910512399,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910422393}
                    2016-10-19 22:55:12.400 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.connected {"val":true,"ack":true,"ts":1476910512400,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910422394}
                    2016-10-19 22:55:12.400 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.memRss {"val":41.61,"ack":true,"ts":1476910512400,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910512400}
                    2016-10-19 22:55:12.401 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.memHeapTotal {"val":15.96,"ack":true,"ts":1476910512400,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910437391}
                    2016-10-19 22:55:12.401 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.memHeapUsed {"val":14.38,"ack":true,"ts":1476910512401,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910512401}
                    2016-10-19 22:55:12.401 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.uptime {"val":91,"ack":true,"ts":1476910512401,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910512401}
                    2016-10-19 22:55:12.519 - [32minfo[39m: host.MacMini-Ethernet.fritz.box object change system.adapter.pushsafer.0
                    2016-10-19 22:55:12.519 - [32minfo[39m: host.MacMini-Ethernet.fritz.box stopInstance system.adapter.pushsafer.0
                    2016-10-19 22:55:12.519 - [32minfo[39m: host.MacMini-Ethernet.fritz.box stopInstance system.adapter.pushsafer.0 killing pid 6594
                    2016-10-19 22:55:13.022 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.alive {"val":false,"ack":true,"ts":1476910513022,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910513022}
                    2016-10-19 22:55:13.024 - [32minfo[39m: pushsafer.0 terminating
                    2016-10-19 22:55:13.032 - [32minfo[39m: host.MacMini-Ethernet.fritz.box instance system.adapter.pushsafer.0 terminated with code 0 (OK)
                    2016-10-19 22:55:15.028 - [32minfo[39m: host.MacMini-Ethernet.fritz.box instance system.adapter.pushsafer.0 started with pid 6608
                    2016-10-19 22:55:15.485 - [34mdebug[39m: pushsafer.0 objectDB connected
                    2016-10-19 22:55:15.496 - [34mdebug[39m: pushsafer.0 statesDB connected
                    2016-10-19 22:55:15.506 - [32minfo[39m: host. States connected to redis 127.0.0.1:6379
                    2016-10-19 22:55:15.510 - [34mdebug[39m: host. redis get system.adapter.pushsafer.0.alive ok: {"val":false,"ack":true,"ts":1476910513033,"q":0,"from":"system.host.MacMini-Ethernet.fritz.box","lc":1476910513022}
                    2016-10-19 22:55:15.556 - [32minfo[39m: pushsafer.0 starting. Version 0.1.6 in /Users/pix/Documents/iobroker/node_modules/iobroker.pushsafer
                    2016-10-19 22:55:15.560 - [34mdebug[39m: host. redis keys 1 *.logging
                    2016-10-19 22:55:15.561 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.alive {"val":true,"ack":true,"ts":1476910515561,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910515561}
                    2016-10-19 22:55:15.562 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.connected {"val":true,"ack":true,"ts":1476910515561,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910515561}
                    2016-10-19 22:55:15.563 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.memRss {"val":36.59,"ack":true,"ts":1476910515562,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910515562}
                    2016-10-19 22:55:15.563 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.memHeapTotal {"val":18.85,"ack":true,"ts":1476910515563,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910515563}
                    2016-10-19 22:55:15.564 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.memHeapUsed {"val":12.43,"ack":true,"ts":1476910515564,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910515564}
                    2016-10-19 22:55:15.564 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.uptime {"val":1,"ack":true,"ts":1476910515564,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910515564}
                    2016-10-19 22:55:15.568 - [34mdebug[39m: host. redis mget 1 1
                    2016-10-19 22:55:17.981 - [32minfo[39m: javascript.0 script.js.common.Status.Status_Geraete: Status Heizung auf DIY Fernbedienung eingeschaltet
                    2016-10-19 22:55:17.981 - [32minfo[39m: javascript.2 script.js.Test.DIY_Schalter: Aktion ausgelöst
                    2016-10-19 22:55:17.984 - [34mdebug[39m: host. redis pmessage messagebox.system.adapter.pushsafer.0 messagebox.system.adapter.pushsafer.0 {"command":"send","message":{"message":"Test text","title":"Foto Test","device":"322","sound":"5","icon":"2","vibration":"3","picture":"/Users/pix/Documents/airsonosstarten.png"},"from":"system.adapter.javascript.2","_id":55262909}
                    2016-10-19 22:55:17.988 - [34mdebug[39m: pushsafer.0 Send pushsafer notification: Test text
                    2016-10-19 22:55:18.026 - [34mdebug[39m: pushsafer.0 Filter out double message [first was for 40ms]: {"message":"Test text","title":"Foto Test","device":"322","sound":"5","icon":"2","vibration":"3","picture":"/Users/pix/Documents/airsonosstarten.png"}
                    2016-10-19 22:55:24.728 - [32minfo[39m: javascript.2 script.js.Test.DIY_Schalter: Aktion ausgelöst
                    2016-10-19 22:55:24.728 - [32minfo[39m: javascript.0 script.js.common.Status.Status_Geraete: Status Heizung auf DIY Fernbedienung ausgeschaltet
                    2016-10-19 22:55:24.730 - [34mdebug[39m: host. redis pmessage messagebox.system.adapter.pushsafer.0 messagebox.system.adapter.pushsafer.0 {"command":"send","message":{"message":"Test text","title":"Foto Test","device":"322","sound":"5","icon":"2","vibration":"3","picture":"/Users/pix/Documents/airsonosstarten.png"},"from":"system.adapter.javascript.2","_id":55262910}
                    2016-10-19 22:55:24.732 - [34mdebug[39m: pushsafer.0 Filter out double message [first was for 1ms]: {"message":"Test text","title":"Foto Test","device":"322","sound":"5","icon":"2","vibration":"3","picture":"/Users/pix/Documents/airsonosstarten.png"}
                    2016-10-19 22:55:30.559 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.alive {"val":true,"ack":true,"ts":1476910530559,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910515561}
                    2016-10-19 22:55:30.560 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.connected {"val":true,"ack":true,"ts":1476910530560,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910515561}
                    2016-10-19 22:55:30.561 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.memRss {"val":40.67,"ack":true,"ts":1476910530561,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910530561}
                    2016-10-19 22:55:30.561 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.memHeapTotal {"val":19.84,"ack":true,"ts":1476910530561,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910530561}
                    2016-10-19 22:55:30.561 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.memHeapUsed {"val":13.31,"ack":true,"ts":1476910530561,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910530561}
                    2016-10-19 22:55:30.562 - [34mdebug[39m: host. redis publish io.system.adapter.pushsafer.0.uptime {"val":16,"ack":true,"ts":1476910530562,"q":0,"from":"system.adapter.pushsafer.0","lc":1476910530562}
                    2016-10-19 22:55:37.776 - [32minfo[39m: javascript.2 script.js.Test.DIY_Schalter: Aktion ausgelöst
                    2016-10-19 22:55:37.776 - [32minfo[39m: javascript.0 script.js.common.Status.Status_Geraete: Status Heizung auf DIY Fernbedienung eingeschaltet
                    2016-10-19 22:55:37.777 - [34mdebug[39m: host. redis pmessage messagebox.system.adapter.pushsafer.0 messagebox.system.adapter.pushsafer.0 {"command":"send","message":{"message":"Test text","title":"Foto Test","device":"322","sound":"5","icon":"2","vibration":"3","picture":"/Users/pix/Documents/airsonosstarten.png"},"from":"system.adapter.javascript.2","_id":55262911}
                    2016-10-19 22:55:37.782 - [34mdebug[39m: pushsafer.0 Filter out double message [first was for 4ms]: {"message":"Test text","title":"Foto Test","device":"322","sound":"5","icon":"2","vibration":"3","picture":"/Users/pix/Documents/airsonosstarten.png"}

                    Definitiv nur Versand beim ersten Auslösen nach Restart. Abstand zwischen den Sendungen siehe log, aber groß genug.
                    
                    Hoffe, das hilft.
                    
                    Pix `  
                    

                    Habe den Fehler gefunden. Bitte updaten.

                    1 Reply Last reply Reply Quote 0
                    • P
                      pix last edited by

                      Läuft wieder, danke!

                      1 Reply Last reply Reply Quote 0
                      • S
                        starfish last edited by

                        was kosten eigentlich die Nachrichtenkontingente? Es schimmert immer irgerndwie durch, dass Pushsafer was kostet, aber weder auf der Homepage, noch in Foren gibts Transparenz. Einzig, dass man sich erst registrieren muss, und dann sieht man was bei den Geräten ? Ich will aber den Preis vorher wissen, bevor ich mich irgendwo registriere. Habe ich irgendwas auf der HP übersehen?

                        1 Reply Last reply Reply Quote 0
                        • eric2905
                          eric2905 last edited by

                          Im HowTo auf der Webseite sind Preise aufgeführt

                          ==> https://www.pushsafer.com/de/howto

                          Gruß,

                          Eric

                          Von unterwegs getippert

                          1 Reply Last reply Reply Quote 0
                          • S
                            starfish last edited by

                            @eric2905:

                            Im HowTo auf der Webseite sind Preise aufgeführt

                            Gruß,

                            Eric `
                            danke, hatte ich auch grad gefunden, aber Du warst schneller … 😄

                            geht noch mit den Preisen - v.a. so ab 200K api calls.

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post

                            Support us

                            ioBroker
                            Community Adapters
                            Donate
                            FAQ Cloud / IOT
                            HowTo: Node.js-Update
                            HowTo: Backup/Restore
                            Downloads
                            BLOG

                            926
                            Online

                            31.9k
                            Users

                            80.2k
                            Topics

                            1.3m
                            Posts

                            6
                            32
                            4680
                            Loading More Posts
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes
                            Reply
                            • Reply as topic
                            Log in to reply
                            Community
                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                            The ioBroker Community 2014-2023
                            logo