Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Pushsafer

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

Pushsafer

Scheduled Pinned Locked Moved ioBroker Allgemein
32 Posts 6 Posters 5.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • BluefoxB Offline
    BluefoxB Offline
    Bluefox
    wrote on last edited by
    #21

    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
    0
    • P Offline
      P Offline
      pix
      wrote on last edited by
      #22

      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

      ioBroker auf Ubuntu in Proxmox (früher Mac mini (bis OS X 10.12.6 Sierra), VIS via iOS; angeschlossen: Homematic CCU2, Homepilot 1, ConBee II, einige Wemos, Sonos, Unifi CK+Protect, Homekit, Homebridge; KEIN blockly! Github-Profil

      1 Reply Last reply
      0
      • BluefoxB Offline
        BluefoxB Offline
        Bluefox
        wrote on last edited by
        #23

        Es geht auch so:

        var pfadlokal = "/Users/pix/Documents/airsonosstarten.png";
        
        1 Reply Last reply
        0
        • R Offline
          R Offline
          rascal
          wrote on last edited by
          #24

          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
          0
          • P Offline
            P Offline
            pix
            wrote on last edited by
            #25

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

            Ist mir vorher nicht aufgefallen.

            Pix

            ioBroker auf Ubuntu in Proxmox (früher Mac mini (bis OS X 10.12.6 Sierra), VIS via iOS; angeschlossen: Homematic CCU2, Homepilot 1, ConBee II, einige Wemos, Sonos, Unifi CK+Protect, Homekit, Homebridge; KEIN blockly! Github-Profil

            1 Reply Last reply
            0
            • BluefoxB Offline
              BluefoxB Offline
              Bluefox
              wrote on last edited by
              #26

              @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
              0
              • P Offline
                P Offline
                pix
                wrote on last edited by
                #27

                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

                ioBroker auf Ubuntu in Proxmox (früher Mac mini (bis OS X 10.12.6 Sierra), VIS via iOS; angeschlossen: Homematic CCU2, Homepilot 1, ConBee II, einige Wemos, Sonos, Unifi CK+Protect, Homekit, Homebridge; KEIN blockly! Github-Profil

                1 Reply Last reply
                0
                • BluefoxB Offline
                  BluefoxB Offline
                  Bluefox
                  wrote on last edited by
                  #28

                  @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
                  0
                  • P Offline
                    P Offline
                    pix
                    wrote on last edited by
                    #29

                    Läuft wieder, danke!

                    ioBroker auf Ubuntu in Proxmox (früher Mac mini (bis OS X 10.12.6 Sierra), VIS via iOS; angeschlossen: Homematic CCU2, Homepilot 1, ConBee II, einige Wemos, Sonos, Unifi CK+Protect, Homekit, Homebridge; KEIN blockly! Github-Profil

                    1 Reply Last reply
                    0
                    • S Offline
                      S Offline
                      starfish
                      wrote on last edited by
                      #30

                      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
                      0
                      • eric2905E Offline
                        eric2905E Offline
                        eric2905
                        wrote on last edited by
                        #31

                        Im HowTo auf der Webseite sind Preise aufgeführt

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

                        Gruß,

                        Eric

                        Von unterwegs getippert

                        Roses are red, violets are blue,

                        if I listen to metal, my neighbours do too

                        1 Reply Last reply
                        0
                        • S Offline
                          S Offline
                          starfish
                          wrote on last edited by
                          #32

                          @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
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          Support us

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

                          259

                          Online

                          32.4k

                          Users

                          81.4k

                          Topics

                          1.3m

                          Posts
                          Community
                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                          ioBroker Community 2014-2025
                          logo
                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Recent
                          • Tags
                          • Unread 0
                          • Categories
                          • Unreplied
                          • Popular
                          • GitHub
                          • Docu
                          • Hilfe