Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter WhatsAPP-CMB

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test Adapter WhatsAPP-CMB

    This topic has been deleted. Only users with topic management privileges can see it.
    • dslraser
      dslraser Forum Testing Most Active @AlCalzone last edited by dslraser

      @AlCalzone sagte in Test Adapter WhatsAPP-CMB:

      @Bluefox Kurz getestet. API Key bekommen hat funktioniert. Testnachricht hat funktioniert, braucht allerdings knapp 2 Minuten bis sie ankommt.

      Außerdem wird der DP nicht bestätigt, soll das so?

      Kann ich 1:1 so bestätigen.

      Screenshot_20200828-162204_WhatsApp.jpg

      Matze1976 1 Reply Last reply Reply Quote 0
      • AlCalzone
        AlCalzone Developer last edited by

        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.

        dslraser 1 Reply Last reply Reply Quote 1
        • bahnuhr
          bahnuhr Forum Testing Most Active last edited by

          @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.

          1 Reply Last reply Reply Quote 0
          • dslraser
            dslraser Forum Testing Most Active @AlCalzone last edited by dslraser

            @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 Reply Quote 0
            • crunchip
              crunchip Forum Testing Most Active last edited by crunchip

              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.

              1 Reply Last reply Reply Quote 0
              • Stephan Schleich
                Stephan Schleich @Bluefox last edited by

                @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 Reply Quote 0
                • dslraser
                  dslraser Forum Testing Most Active last edited by

                  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)

                  crunchip Bluefox 2 Replies Last reply Reply Quote 0
                  • crunchip
                    crunchip Forum Testing Most Active @dslraser last edited by

                    @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

                    dslraser 1 Reply Last reply Reply Quote 0
                    • dslraser
                      dslraser Forum Testing Most Active @crunchip last edited by

                      @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
                      });
                      
                      
                      crunchip 1 Reply Last reply Reply Quote 0
                      • crunchip
                        crunchip Forum Testing Most Active @dslraser last edited by

                        @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.

                        1 Reply Last reply Reply Quote 0
                        • G
                          guergen @Bluefox last edited by guergen

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

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

                            @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 Reply Quote 0
                            • Negalein
                              Negalein Global Moderator last edited by

                              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?

                              Ralla66 bahnuhr 2 Replies Last reply Reply Quote 0
                              • Ralla66
                                Ralla66 Most Active @Negalein last edited by Ralla66

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

                                Negalein 1 Reply Last reply Reply Quote 0
                                • bahnuhr
                                  bahnuhr Forum Testing Most Active @Negalein last edited by

                                  @Negalein sagte in Test Adapter WhatsAPP-CMB:

                                  Wie habt ihr sie eingegeben?

                                  Fängt deine Handynummer wirklich mit 43 an ?

                                  Homoran 1 Reply Last reply Reply Quote 0
                                  • Homoran
                                    Homoran Global Moderator Administrators @bahnuhr last edited by Homoran

                                    @bahnuhr sagte in Test Adapter WhatsAPP-CMB:

                                    Fängt deine Handynummer wirklich mit 43 an ?

                                    Ja! das ist ein Ösi 😉

                                    1 Reply Last reply Reply Quote 0
                                    • Negalein
                                      Negalein Global Moderator @Ralla66 last edited by

                                      @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 😉😝😝😝

                                      Homoran 1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @Negalein last edited by

                                        @Negalein sagte in Test Adapter WhatsAPP-CMB:

                                        Lieber ein Ösi als ein Preusse

                                        kommt immer auf den Blickwinkel an 🤣

                                        1 Reply Last reply Reply Quote 1
                                        • Negalein
                                          Negalein Global Moderator last edited by

                                          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
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • Negalein
                                            Negalein Global Moderator last edited by

                                            direkt über den Link funktioniert es.

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

                                            Ralla66 Negalein 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            752
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            adapter tester
                                            47
                                            172
                                            31140
                                            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