Skip to content
  • Home
  • 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
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter WhatsAPP-CMB

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    580

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.5k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

Test Adapter WhatsAPP-CMB

Scheduled Pinned Locked Moved Tester
testeradapter
172 Posts 47 Posters 45.9k Views 51 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.
  • AlCalzoneA Offline
    AlCalzoneA Offline
    AlCalzone
    Developer
    wrote on last edited by
    #4

    Ist der API-Key an die Nummer gekoppelt oder kann man mit einem an mehrere Nummern senden?
    Ggf. wäre es ja interessant, mehrere Nummern und die zugehörigen Keys im Adapter zu hinterlegen und dann mit mehreren Datenpunkten an die verschiedenen Nummern zu senden.

    Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

    dslraserD 1 Reply Last reply
    0
    • bahnuhrB Online
      bahnuhrB Online
      bahnuhr
      Forum Testing Most Active
      wrote on last edited by
      #5

      @Bluefox sagte in Test Adapter WhatsAPP-CMB:

      https://github.com/ioBroker/ioBroker.whatsapp-cmb

      Hat alles geklappt.

      Bei mir dauert es ca. 40 Sekunden bis die Nachricht ankommt.


      Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
      Danke.
      gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
      ScreenToGif :https://www.screentogif.com/downloads.html

      1 Reply Last reply
      0
      • AlCalzoneA AlCalzone

        Ist der API-Key an die Nummer gekoppelt oder kann man mit einem an mehrere Nummern senden?
        Ggf. wäre es ja interessant, mehrere Nummern und die zugehörigen Keys im Adapter zu hinterlegen und dann mit mehreren Datenpunkten an die verschiedenen Nummern zu senden.

        dslraserD Offline
        dslraserD Offline
        dslraser
        Forum Testing Most Active
        wrote on last edited by dslraser
        #6

        @AlCalzone sagte in Test Adapter WhatsAPP-CMB:

        oder kann man mit einem an mehrere Nummern senden?

        Sollte gehen, oder ? (noch nicht probiert)

        sendTo('whatsapp-cmb.0', 'send', {
            text: 'My message', 
            phone: '+491234567890' // optional, if empty the message will be sent default configured number
        });
        

        EDIT:
        Screenshot_20200828-172911_Chrome.jpg

        1 Reply Last reply
        0
        • crunchipC Away
          crunchipC Away
          crunchip
          Forum Testing Most Active
          wrote on last edited by crunchip
          #7

          ich bekomm das ohne Fehler irgendwie nicht gebacken, Nachricht kam zwar an, aber im log erscheint

          javascript.0	2020-08-28 17:22:53.931	error	(1053) at processTicksAndRejections (internal/process/task_queues.js:97:5)
          javascript.0	2020-08-28 17:22:53.931	error	(1053) at runMicrotasks (<anonymous>)
          javascript.0	2020-08-28 17:22:53.931	error	(1053) at /opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49
          javascript.0	2020-08-28 17:22:53.930	error	(1053) at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
          javascript.0	2020-08-28 17:22:53.930	error	(1053) at /opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:616:17
          javascript.0	2020-08-28 17:22:53.930	error	(1053) at /opt/iobroker/node_modules/iobroker.javascript/main.js:1139:17
          javascript.0	2020-08-28 17:22:53.929	error	(1053) at /opt/iobroker/node_modules/iobroker.javascript/main.js:1555:17
          javascript.0	2020-08-28 17:22:53.929	error	(1053) at prepareScript (/opt/iobroker/node_modules/iobroker.javascript/main.js:1502:37)
          javascript.0	2020-08-28 17:22:53.929	error	(1053) at compile (/opt/iobroker/node_modules/iobroker.javascript/main.js:1279:28)
          javascript.0	2020-08-28 17:22:53.929	error	(1053) at Object.createScript (vm.js:261:10)
          javascript.0	2020-08-28 17:22:53.928	error	(1053) at new Script (vm.js:88:7)
          javascript.0	2020-08-28 17:22:53.928	error	(1053) SyntaxError: Unexpected identifier
          javascript.0	2020-08-28 17:22:53.928	error	(1053) ^^^^^
          javascript.0	2020-08-28 17:22:53.928	error	(1053) phone: '+49xxxxxxxxxx'
          javascript.0	2020-08-28 17:22:53.927	error	(1053) script.js.whatsapp compile failed: at script.js.whatsapp:7
          

          01ad59f7-a62c-440b-b106-c2229fea374f-image.png

          EDIT: umgestellt von "Alle Instanzen" auf "whatsapp-cmb.0", jetzt funktioniert es fehlerfrei und kommt nach ca 20 sek.

          umgestiegen von Proxmox auf Unraid

          1 Reply Last reply
          0
          • BluefoxB Bluefox
            Aktuelle Test Version 0.0.2
            Veröffentlichungsdatum 28.08.2020
            Github Link https://github.com/ioBroker/ioBroker.whatsapp-cmb

            Big thanks to free CallMeBot service, this adapter allows you to send WhatsApp messages to yourself or other number.

            Note : The Free API is only for personal use!

            You can send now text message to your whatsapp account from ioBroker.
            Please test.

            Stephan SchleichS Offline
            Stephan SchleichS Offline
            Stephan Schleich
            wrote on last edited by
            #8

            @Bluefox Ist der Api Key dann fest auf die Rufnummer getrimmt die ihn anforderte? Nicht das wenn ich mal Umzieh über meine Rufnummer keinen weiteren mehr anfordern kann

            1 Reply Last reply
            0
            • dslraserD Offline
              dslraserD Offline
              dslraser
              Forum Testing Most Active
              wrote on last edited by
              #9

              Ich habe gerade mal versucht, an das Handy meiner Frau eine Nachricht zu senden. Das geht "noch" nicht, oder ?
              Jedenfalls kommt da nix an.
              (also gesendet über meine Nummer/API)

              crunchipC BluefoxB 2 Replies Last reply
              0
              • dslraserD dslraser

                Ich habe gerade mal versucht, an das Handy meiner Frau eine Nachricht zu senden. Das geht "noch" nicht, oder ?
                Jedenfalls kommt da nix an.
                (also gesendet über meine Nummer/API)

                crunchipC Away
                crunchipC Away
                crunchip
                Forum Testing Most Active
                wrote on last edited by
                #10

                @dslraser wie hast du das gemacht, wenn ich nen Empfänger mit angebe, egel ob meine oder eine andere kommt auch der oben genannte Fehler

                umgestiegen von Proxmox auf Unraid

                dslraserD 1 Reply Last reply
                0
                • crunchipC crunchip

                  @dslraser wie hast du das gemacht, wenn ich nen Empfänger mit angebe, egel ob meine oder eine andere kommt auch der oben genannte Fehler

                  dslraserD Offline
                  dslraserD Offline
                  dslraser
                  Forum Testing Most Active
                  wrote on last edited by
                  #11

                  @crunchip

                  wie hast du das gemacht

                  bei Blockly kam bei mir auch Dein beschriebener Fehler. Bei JS kam kein Fehler.

                  Ich habe sogar zwei Nummern in das JS eingetragen, stehen dann auch beide im LOG, kommt aber nichts an. Geht nur mit meiner Nummer.

                  sendTo('whatsapp-cmb.0', 'send', {
                      text: 'My message', 
                      phone: '+491234567890' // optional, if empty the message will be sent default configured number
                  });
                  
                  
                  crunchipC 1 Reply Last reply
                  0
                  • dslraserD dslraser

                    @crunchip

                    wie hast du das gemacht

                    bei Blockly kam bei mir auch Dein beschriebener Fehler. Bei JS kam kein Fehler.

                    Ich habe sogar zwei Nummern in das JS eingetragen, stehen dann auch beide im LOG, kommt aber nichts an. Geht nur mit meiner Nummer.

                    sendTo('whatsapp-cmb.0', 'send', {
                        text: 'My message', 
                        phone: '+491234567890' // optional, if empty the message will be sent default configured number
                    });
                    
                    
                    crunchipC Away
                    crunchipC Away
                    crunchip
                    Forum Testing Most Active
                    wrote on last edited by
                    #12

                    @dslraser ok, also liegt's am blockly, hatte nämlich erst ein blockly erstellt, da der Fehler kam, hatte ich das blockly auf JS umgewandelt, aber der Fehler blieb.

                    umgestiegen von Proxmox auf Unraid

                    1 Reply Last reply
                    0
                    • BluefoxB Bluefox
                      Aktuelle Test Version 0.0.2
                      Veröffentlichungsdatum 28.08.2020
                      Github Link https://github.com/ioBroker/ioBroker.whatsapp-cmb

                      Big thanks to free CallMeBot service, this adapter allows you to send WhatsApp messages to yourself or other number.

                      Note : The Free API is only for personal use!

                      You can send now text message to your whatsapp account from ioBroker.
                      Please test.

                      G Offline
                      G Offline
                      guergen
                      wrote on last edited by guergen
                      #13

                      @Bluefox Kein Problem, läuft auf Anhieb! (Ohne einen Empfänger einzugeben....)

                      1 Reply Last reply
                      0
                      • dslraserD dslraser

                        Ich habe gerade mal versucht, an das Handy meiner Frau eine Nachricht zu senden. Das geht "noch" nicht, oder ?
                        Jedenfalls kommt da nix an.
                        (also gesendet über meine Nummer/API)

                        BluefoxB Offline
                        BluefoxB Offline
                        Bluefox
                        wrote on last edited by
                        #14

                        @dslraser Also dieses Service ist nicht von mir.
                        Falls auf dieser Seite https://www.callmebot.com/blog/free-api-whatsapp-messages/ keine Antworten stehen, dann kenne ich auch keine.

                        1 Reply Last reply
                        0
                        • NegaleinN Offline
                          NegaleinN Offline
                          Negalein
                          Global Moderator
                          wrote on last edited by
                          #15

                          bei mir kommt trotz default Number in den Einstellungen immer ein Fehler im Log und Nachricht kommt nicht an.

                          whatsapp-cmb.0	2020-08-30 16:38:01.379	error	(24852) Please set the default phone number.
                          

                          Hab bereits meine Handynummer auf 2 Arten versucht.
                          instances - ioBroker (4).png instances - ioBroker (5).png
                          Wie habt ihr sie eingegeben?

                          ° Node.js & System Update ---> sudo apt update, iob stop, sudo apt full-upgrade
                          ° Node.js Fixer ---> iob nodejs-update
                          ° Fixer ---> iob fix

                          Ralla66R bahnuhrB 2 Replies Last reply
                          0
                          • NegaleinN Negalein

                            bei mir kommt trotz default Number in den Einstellungen immer ein Fehler im Log und Nachricht kommt nicht an.

                            whatsapp-cmb.0	2020-08-30 16:38:01.379	error	(24852) Please set the default phone number.
                            

                            Hab bereits meine Handynummer auf 2 Arten versucht.
                            instances - ioBroker (4).png instances - ioBroker (5).png
                            Wie habt ihr sie eingegeben?

                            Ralla66R Offline
                            Ralla66R Offline
                            Ralla66
                            Most Active
                            wrote on last edited by Ralla66
                            #16

                            @Negalein
                            ohne 0 beim Händy
                            also nicht 0171 sondern 171
                            In DE +49
                            bot.jpg

                            NegaleinN 1 Reply Last reply
                            0
                            • NegaleinN Negalein

                              bei mir kommt trotz default Number in den Einstellungen immer ein Fehler im Log und Nachricht kommt nicht an.

                              whatsapp-cmb.0	2020-08-30 16:38:01.379	error	(24852) Please set the default phone number.
                              

                              Hab bereits meine Handynummer auf 2 Arten versucht.
                              instances - ioBroker (4).png instances - ioBroker (5).png
                              Wie habt ihr sie eingegeben?

                              bahnuhrB Online
                              bahnuhrB Online
                              bahnuhr
                              Forum Testing Most Active
                              wrote on last edited by
                              #17

                              @Negalein sagte in Test Adapter WhatsAPP-CMB:

                              Wie habt ihr sie eingegeben?

                              Fängt deine Handynummer wirklich mit 43 an ?


                              Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                              Danke.
                              gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                              ScreenToGif :https://www.screentogif.com/downloads.html

                              HomoranH 1 Reply Last reply
                              0
                              • bahnuhrB bahnuhr

                                @Negalein sagte in Test Adapter WhatsAPP-CMB:

                                Wie habt ihr sie eingegeben?

                                Fängt deine Handynummer wirklich mit 43 an ?

                                HomoranH Do not disturb
                                HomoranH Do not disturb
                                Homoran
                                Global Moderator Administrators
                                wrote on last edited by Homoran
                                #18

                                @bahnuhr sagte in Test Adapter WhatsAPP-CMB:

                                Fängt deine Handynummer wirklich mit 43 an ?

                                Ja! das ist ein Ösi ;-)

                                kein Support per PN! - Fragen im Forum stellen -
                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                1 Reply Last reply
                                0
                                • Ralla66R Ralla66

                                  @Negalein
                                  ohne 0 beim Händy
                                  also nicht 0171 sondern 171
                                  In DE +49
                                  bot.jpg

                                  NegaleinN Offline
                                  NegaleinN Offline
                                  Negalein
                                  Global Moderator
                                  wrote on last edited by
                                  #19

                                  @Ralla66 sagte in Test Adapter WhatsAPP-CMB:

                                  ohne 0 beim Händy

                                  ja, hab +43 680 bzw. +43680 probiert

                                  @bahnuhr sagte in Test Adapter WhatsAPP-CMB:

                                  Fängt deine Handynummer wirklich mit 43 an ?

                                  @Homoran sagte in Test Adapter WhatsAPP-CMB:

                                  Ja! das ist ein Ösi

                                  Lieber ein Ösi als ein Preusse 😉😝😝😝

                                  ° Node.js & System Update ---> sudo apt update, iob stop, sudo apt full-upgrade
                                  ° Node.js Fixer ---> iob nodejs-update
                                  ° Fixer ---> iob fix

                                  HomoranH 1 Reply Last reply
                                  0
                                  • NegaleinN Negalein

                                    @Ralla66 sagte in Test Adapter WhatsAPP-CMB:

                                    ohne 0 beim Händy

                                    ja, hab +43 680 bzw. +43680 probiert

                                    @bahnuhr sagte in Test Adapter WhatsAPP-CMB:

                                    Fängt deine Handynummer wirklich mit 43 an ?

                                    @Homoran sagte in Test Adapter WhatsAPP-CMB:

                                    Ja! das ist ein Ösi

                                    Lieber ein Ösi als ein Preusse 😉😝😝😝

                                    HomoranH Do not disturb
                                    HomoranH Do not disturb
                                    Homoran
                                    Global Moderator Administrators
                                    wrote on last edited by
                                    #20

                                    @Negalein sagte in Test Adapter WhatsAPP-CMB:

                                    Lieber ein Ösi als ein Preusse

                                    kommt immer auf den Blickwinkel an :rolling_on_the_floor_laughing:

                                    kein Support per PN! - Fragen im Forum stellen -
                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                    1 Reply Last reply
                                    1
                                    • NegaleinN Offline
                                      NegaleinN Offline
                                      Negalein
                                      Global Moderator
                                      wrote on last edited by
                                      #21

                                      hab mal auf Debug gestellt.
                                      Seh da aber auch nicht mehr.

                                      whatsapp-cmb.0	2020-08-30 16:56:30.174	debug	(6301) system.adapter.admin.0: logging true
                                      whatsapp-cmb.0	2020-08-30 16:56:26.597	error	(6301) Please set the default phone number.
                                      whatsapp-cmb.0	2020-08-30 16:56:15.895	info	(6301) starting. Version 0.1.3 in /opt/iobroker/node_modules/iobroker.whatsapp-cmb, node: v10.17.0, js-controller: 3.1.6
                                      whatsapp-cmb.0	2020-08-30 16:56:14.462	debug	(6301) statesDB connected
                                      whatsapp-cmb.0	2020-08-30 16:56:14.461	debug	(6301) States connected to redis: 0.0.0.0:9000
                                      whatsapp-cmb.0	2020-08-30 16:56:14.436	debug	(6301) States create System PubSub Client
                                      whatsapp-cmb.0	2020-08-30 16:56:14.434	debug	(6301) States create User PubSub Client
                                      whatsapp-cmb.0	2020-08-30 16:56:14.420	debug	(6301) Redis States: Use Redis connection: 0.0.0.0:9000
                                      whatsapp-cmb.0	2020-08-30 16:56:14.417	debug	(6301) objectDB connected
                                      whatsapp-cmb.0	2020-08-30 16:56:14.411	debug	(6301) Objects connected to redis: 0.0.0.0:9001
                                      whatsapp-cmb.0	2020-08-30 16:56:14.385	debug	(6301) Objects client initialize lua scripts
                                      whatsapp-cmb.0	2020-08-30 16:56:14.384	debug	(6301) Objects create User PubSub Client
                                      whatsapp-cmb.0	2020-08-30 16:56:14.383	debug	(6301) Objects create System PubSub Client
                                      whatsapp-cmb.0	2020-08-30 16:56:14.378	debug	(6301) Objects client ready ... initialize now
                                      whatsapp-cmb.0	2020-08-30 16:56:14.341	debug	(6301) Redis Objects: Use Redis connection: 0.0.0.0:9001
                                      whatsapp-cmb.0	2020-08-30 16:56:10.749	info	(5905) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      whatsapp-cmb.0	2020-08-30 16:56:10.748	info	(5905) terminating
                                      whatsapp-cmb.0	2020-08-30 16:56:10.246	info	(5905) Got terminate signal TERMINATE_YOURSELF
                                      whatsapp-cmb.0	2020-08-30 16:55:56.315	error	(5905) Please set the default phone number.
                                      whatsapp-cmb.0	2020-08-30 16:55:44.830	info	(5905) starting. Version 0.1.3 in /opt/iobroker/node_modules/iobroker.whatsapp-cmb, node: v10.17.0, js-controller: 3.1.6
                                      whatsapp-cmb.0	2020-08-30 16:55:39.606	info	(24852) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      whatsapp-cmb.0	2020-08-30 16:55:39.605	info	(24852) terminating
                                      whatsapp-cmb.0	2020-08-30 16:55:39.103	info	(24852) Got terminate signal TERMINATE_YOURSELF
                                      

                                      ° Node.js & System Update ---> sudo apt update, iob stop, sudo apt full-upgrade
                                      ° Node.js Fixer ---> iob nodejs-update
                                      ° Fixer ---> iob fix

                                      1 Reply Last reply
                                      0
                                      • NegaleinN Offline
                                        NegaleinN Offline
                                        Negalein
                                        Global Moderator
                                        wrote on last edited by
                                        #22

                                        direkt über den Link funktioniert es.

                                        https://api.callmebot.com/whatsapp.php?phone=+43680xxxxxxx&text=This+is+a+test&apikey=xxxxxx

                                        ° Node.js & System Update ---> sudo apt update, iob stop, sudo apt full-upgrade
                                        ° Node.js Fixer ---> iob nodejs-update
                                        ° Fixer ---> iob fix

                                        Ralla66R NegaleinN 2 Replies Last reply
                                        0
                                        • NegaleinN Negalein

                                          direkt über den Link funktioniert es.

                                          https://api.callmebot.com/whatsapp.php?phone=+43680xxxxxxx&text=This+is+a+test&apikey=xxxxxx

                                          Ralla66R Offline
                                          Ralla66R Offline
                                          Ralla66
                                          Most Active
                                          wrote on last edited by Ralla66
                                          #23

                                          @Negalein

                                          merkwürdig, habe die Version 0.1.0.
                                          Zwischen den Starts kein Stop im Log bei dir.
                                          Haste mal dein System neu gestartet ?

                                          bot 1.jpg

                                          NegaleinN 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

                                          428

                                          Online

                                          32.7k

                                          Users

                                          82.6k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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