Navigation

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

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    Test Adapter Awtrix-Light (Awtrix 3)

    This topic has been deleted. Only users with topic management privileges can see it.
    • AtomicIX
      AtomicIX @haus-automatisierung last edited by AtomicIX

      @haus-automatisierung
      Ok, ich probiere es jetzt mal besser zu beschreiben.
      Sonoff Temperatur geht ohne Probleme:

      {
        "_id": "sonoff.0.Dusche.DS18B20_Temperature",
        "common": {
          "type": "number",
          "role": "value.temperature",
          "read": true,
          "write": false,
          "unit": "°C",
          "name": "Dusche DS18B20  Temperature",
          "custom": {
            "influxdb.0": {
              "enabled": true,
              "storageType": "",
              "aliasId": "",
              "changesOnly": true,
              "debounce": 1000,
              "changesRelogInterval": 0,
              "changesMinDelta": 0
            }
          }
        },
        "native": {},
        "type": "state",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        },
        "from": "system.adapter.admin.0",
        "user": "system.user.admin",
        "ts": 1650717135975
      }
      

      Der Netatmo Tem DP brint nach kurzer Zeit " Undefined:

      {
        "type": "state",
        "common": {
          "name": "Temperature",
          "type": "number",
          "role": "value.temperature",
          "read": true,
          "write": false,
          "unit": "°C"
        },
        "from": "system.adapter.netatmo.0",
        "user": "system.user.admin",
        "ts": 1686392463100,
        "_id": "netatmo.0.5f451b174be7c35c0a5ef69f.70-ee-50-5e-d1-d4.02-00-00-8d-d2-46.Temperature.Temperature",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      }
      

      Wenn ich für den Netatmo DP einen Alias erstelle mit Mixted, läuft es alles gut, nur (wie schon du sagtest, keine Dezimal Filter) :

      {
        "common": {
          "name": "Aussentemp",
          "desc": "Manuell erzeugt",
          "role": "state",
          "type": "mixed",
          "read": true,
          "write": true
        },
        "type": "state",
        "native": {},
        "_id": "0_userdata.0.Aussentemp",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        },
        "from": "system.adapter.admin.0",
        "user": "system.user.admin",
        "ts": 1686390004944
      }
      

      Stelle ich den Alias DP auf "zahl" , bekomme ich das selbe Problem, wie vom Netatmo DP.

      Ich hoffe das ist so verständlicher?

      EDIT:

      iobroker@ioBroker:~$ iobroker state get 0_userdata.0.Aussentemp
      {"val":25.6,"ack":true,"ts":1686393064341,"q":0,"c":"script.js.Garten.Test.Aussentemp","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1686393064341}
      iobroker@ioBroker:~$
      
      
      haus-automatisierung 1 Reply Last reply Reply Quote 0
      • haus-automatisierung
        haus-automatisierung Developer Most Active @AtomicIX last edited by

        @atomicix sagte in Test Adapter Awtrix-Light:

        Wenn ich für den Netatmo DP einen Alias erstelle mit Mixted

        Zeig doch mal den Alias? Und bitte die Ausgabe vom Befehl oben...

        AtomicIX 1 Reply Last reply Reply Quote 0
        • AtomicIX
          AtomicIX @haus-automatisierung last edited by

          @haus-automatisierung
          Sorry, hatte ich eben aktualisiert:

          iobroker@ioBroker:~$ iobroker state get 0_userdata.0.Aussentemp
          {"val":25.6,"ack":true,"ts":1686393064341,"q":0,"c":"script.js.Garten.Test.Aussentemp","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1686393064341}
          iobroker@ioBroker:~$

          haus-automatisierung 1 Reply Last reply Reply Quote 0
          • R
            Rushmed Most Active last edited by

            Hallo,

            ich habe generell Verbinbdungsprobleme mit dem Adapter und der Ulanzi.

            Hier ein Log von mehreren Adapterneustarts:

            
            awtrix-light.0
            2023-06-10 12:50:43.954	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
            
            awtrix-light.0
            2023-06-10 12:50:43.952	info	terminating
            
            awtrix-light.0
            2023-06-10 12:50:43.931	error	Exception-Code: ECONNABORTED: timeout of 3000ms exceeded
            
            awtrix-light.0
            2023-06-10 12:50:43.930	error	AxiosError: timeout of 3000ms exceeded at RedirectableRequest.handleRequestTimeout (/opt/iobroker/node_modules/iobroker.awtrix-light/node_modules/axios/dist/node/axios.cjs:3047:16) at RedirectableRequest.emit (node:events:513:28) at Timeout.<anonymous> (/opt/iobroker/node_modules/follow-redirects/index.js:164:12) at listOnTimeout (node:internal/timers:569:17) at process.processTimers (node:internal/timers:512:7)
            
            awtrix-light.0
            2023-06-10 12:50:43.929	error	unhandled promise rejection: timeout of 3000ms exceeded
            
            awtrix-light.0
            2023-06-10 12:50:43.928	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
            
            awtrix-light.0
            2023-06-10 12:50:43.877	info	error ECONNABORTED from /api/apps: timeout of 3000ms exceeded
            
            awtrix-light.0
            2023-06-10 12:50:40.744	warn	You should update your Awtrix Light - supported version of this adapter is 0.68 (or later). Your current version is 0.67
            
            awtrix-light.0
            2023-06-10 12:49:42.626	info	error ECONNABORTED from /api/stats: timeout of 3000ms exceeded
            
            awtrix-light.0
            2023-06-10 12:49:39.501	info	starting. Version 0.0.13 (non-npm: klein0r/ioBroker.awtrix-light#b8ad47fdc5391c97e3c9470d606a277322cf2777) in /opt/iobroker/node_modules/iobroker.awtrix-light, node: v18.16.0, js-controller: 4.0.24
            
            awtrix-light.0
            2023-06-10 12:49:03.865	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
            
            awtrix-light.0
            2023-06-10 12:49:03.864	info	terminating
            
            awtrix-light.0
            2023-06-10 12:49:03.859	error	Exception-Code: ECONNABORTED: timeout of 3000ms exceeded
            
            awtrix-light.0
            2023-06-10 12:49:03.858	error	AxiosError: timeout of 3000ms exceeded at RedirectableRequest.handleRequestTimeout (/opt/iobroker/node_modules/iobroker.awtrix-light/node_modules/axios/dist/node/axios.cjs:3047:16) at RedirectableRequest.emit (node:events:513:28) at Timeout.<anonymous> (/opt/iobroker/node_modules/follow-redirects/index.js:164:12) at listOnTimeout (node:internal/timers:569:17) at process.processTimers (node:internal/timers:512:7)
            
            awtrix-light.0
            2023-06-10 12:49:03.858	error	unhandled promise rejection: timeout of 3000ms exceeded
            
            awtrix-light.0
            2023-06-10 12:49:03.857	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
            
            awtrix-light.0
            2023-06-10 12:49:03.803	info	error ECONNABORTED from /api/apps: timeout of 3000ms exceeded
            
            awtrix-light.0
            2023-06-10 12:49:00.693	warn	You should update your Awtrix Light - supported version of this adapter is 0.68 (or later). Your current version is 0.67
            
            awtrix-light.0
            2023-06-10 12:49:00.339	info	starting. Version 0.0.13 (non-npm: klein0r/ioBroker.awtrix-light#b8ad47fdc5391c97e3c9470d606a277322cf2777) in /opt/iobroker/node_modules/iobroker.awtrix-light, node: v18.16.0, js-controller: 4.0.24
            
            awtrix-light.0
            2023-06-10 12:48:54.009	info	starting. Version 0.0.13 (non-npm: klein0r/ioBroker.awtrix-light#b8ad47fdc5391c97e3c9470d606a277322cf2777) in /opt/iobroker/node_modules/iobroker.awtrix-light, node: v18.16.0, js-controller: 4.0.24
            
            awtrix-light.0
            2023-06-10 12:48:53.728	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            
            awtrix-light.0
            2023-06-10 12:48:53.726	info	terminating
            
            awtrix-light.0
            2023-06-10 12:48:53.223	info	Got terminate signal TERMINATE_YOURSELF
            
            awtrix-light.0
            2023-06-10 12:48:18.468	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
            
            awtrix-light.0
            2023-06-10 12:48:18.466	info	terminating
            
            awtrix-light.0
            2023-06-10 12:48:18.456	error	Exception-Code: ECONNABORTED: timeout of 3000ms exceeded
            
            awtrix-light.0
            2023-06-10 12:48:18.456	error	AxiosError: timeout of 3000ms exceeded at RedirectableRequest.handleRequestTimeout (/opt/iobroker/node_modules/iobroker.awtrix-light/node_modules/axios/dist/node/axios.cjs:3047:16) at RedirectableRequest.emit (node:events:513:28) at Timeout.<anonymous> (/opt/iobroker/node_modules/follow-redirects/index.js:164:12) at listOnTimeout (node:internal/timers:569:17) at process.processTimers (node:internal/timers:512:7)
            
            awtrix-light.0
            2023-06-10 12:48:18.455	error	unhandled promise rejection: timeout of 3000ms exceeded
            
            awtrix-light.0
            2023-06-10 12:48:18.455	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
            
            awtrix-light.0
            2023-06-10 12:48:18.397	info	error ECONNABORTED from /api/apps: timeout of 3000ms exceeded
            
            awtrix-light.0
            2023-06-10 12:48:14.533	warn	You should update your Awtrix Light - supported version of this adapter is 0.68 (or later). Your current version is 0.67
            
            awtrix-light.0
            2023-06-10 12:48:14.156	info	starting. Version 0.0.13 (non-npm: klein0r/ioBroker.awtrix-light#b8ad47fdc5391c97e3c9470d606a277322cf2777) in /opt/iobroker/node_modules/iobroker.awtrix-light, node: v18.16.0, js-controller: 4.0.24
            
            awtrix-light.0
            2023-06-10 12:48:06.825	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            
            awtrix-light.0
            2023-06-10 12:48:06.823	info	terminating
            
            awtrix-light.0
            2023-06-10 12:48:06.818	info	Got terminate signal TERMINATE_YOURSELF
            

            2f96cc35-6d9e-4919-8680-226db0454afe-grafik.png

            Adapterversion 0.0.13
            AWTRIX light sollte 0.68 sein aber 0.67 wird angezeigt. Das Problem ist ja bekannt.

            Die Verbindung hat auch schonmal geklappt aber hielt dann nicht lange.
            Das WebUI von AWTRIX ist erreich- und steuerbar.
            Die Steuerung per MQTT funktioniert auch nicht aber die DPs werden erstellt.

            Was mache ich falsch? Was kann ich tun?

            haus-automatisierung 1 Reply Last reply Reply Quote 0
            • haus-automatisierung
              haus-automatisierung Developer Most Active @Rushmed last edited by

              @rushmed sagte in Test Adapter Awtrix-Light:

              Was mache ich falsch? Was kann ich tun?

              Das ist ja ein Netzwerk / WLAN-Thema und da kann der Adapter ja erstmal nichts für. Ich würde mal einen anderen Standort probieren. Ansonsten hatte irgendjemand hier im Thread auch mal über Probleme gesprochen, wenn das 5GHz Netz die gleiche SSID hat. Ich habe damit keinerlei Probleme im UniFi Umfeld.

              R 2 Replies Last reply Reply Quote 0
              • haus-automatisierung
                haus-automatisierung Developer Most Active @AtomicIX last edited by

                @atomicix sagte in Test Adapter Awtrix-Light:

                Sorry, hatte ich eben aktualisiert:

                Das sieht ja richtig aus. Aber warum mixed? Muss mit number (Zahl) genauso funktionieren.
                Und was hat es jetzt mit dem Geheimnisvollen Alias auf sich? Darf den niemand sehen?

                AtomicIX 1 Reply Last reply Reply Quote 1
                • AtomicIX
                  AtomicIX @haus-automatisierung last edited by

                  @haus-automatisierung Wenn ich auf Zahl stelle, bekomme ich wieder "Undefined"

                  Der Alias ist ein DP, der über ein Blockly einfach nur vom Netatmo DP Aktualisiert wird:

                  block.png

                  aussen.png

                  1 Reply Last reply Reply Quote 0
                  • R
                    Rushmed Most Active @haus-automatisierung last edited by Rushmed

                    @haus-automatisierung Danke für die Antwort.
                    Ich glaube nicht dass es ein Netzwerproblem ist. Wie geasgt, das WebUI ist erreich und steuerbar und über die Ulanzi kann ich auch Updates laden.

                    Lt. UDM sieht die Verbindung auch gut aus, da habe ich deutlich schlechtere Devices ohne probleme laufen:
                    91f1bfee-1842-47f9-bed4-771b4e62ad67-grafik.png

                    Ich probier trotzdem mal mit dem Standort rum.

                    Diese Meldung kommt auch häufig:
                    0755e614-098d-43cc-afc1-46117de41bbd-grafik.png

                    DJMarc75 haus-automatisierung 2 Replies Last reply Reply Quote 0
                    • DJMarc75
                      DJMarc75 @Rushmed last edited by

                      @rushmed Vertraue niemals Werten einer GUI 😉

                      1 Reply Last reply Reply Quote 0
                      • haus-automatisierung
                        haus-automatisierung Developer Most Active @Rushmed last edited by

                        @rushmed sagte in Test Adapter Awtrix-Light:

                        Ich glaube nicht dass es ein Netzwerproblem ist.

                        Und Du hast nur die IP konfiguriert? Manche haben hier schon eine komplette URL mit http:// angegeben. Das ist natürlich falsch.

                        R 1 Reply Last reply Reply Quote 0
                        • R
                          Rushmed Most Active @haus-automatisierung last edited by

                          @haus-automatisierung Jepp, nur die IP.
                          2668de2a-e485-46e5-bf7b-885ded76c330-grafik.png

                          DJMarc75 1 Reply Last reply Reply Quote 0
                          • DJMarc75
                            DJMarc75 @Rushmed last edited by

                            @rushmed unter Umständen ist Dein System auch nicht ganz "grade" ?!
                            schau Dir mal

                            iob diag
                            

                            an...
                            hat aber hier dann im Thread nix zu suchen 😉

                            R 1 Reply Last reply Reply Quote 0
                            • R
                              Rushmed Most Active @DJMarc75 last edited by

                              @djmarc75 Das sieht gut aus.

                              DJMarc75 1 Reply Last reply Reply Quote 0
                              • DJMarc75
                                DJMarc75 @Rushmed last edited by

                                @rushmed sagte in Test Adapter Awtrix-Light:

                                Das sieht gut aus.

                                Meine Frau auch ... aber von meiner Frau poste ich hier nicht die Ausgabe 😀

                                Die Ausgabe von Dir (iob diag) wäre trotzdem interessant zu sehen aber ist hier leider nicht im Beitrag sinnvoll da hier getestet wird und jeder Tester eigentlich auf einem sauberen und aktuellem System unterwegs sein sollte - und auch weiss was er macht.

                                R 1 Reply Last reply Reply Quote 0
                                • R
                                  Rushmed Most Active @DJMarc75 last edited by

                                  @djmarc75 Marc, das hab ich doch verstanden. Deswegen hab ich die Ausgabe hier nicht gepostet.

                                  1 Reply Last reply Reply Quote 1
                                  • tobasium
                                    tobasium last edited by

                                    Hallo Zusammen,

                                    ich kann irgendwie die ganzen apps nicht deaktivieren.

                                    Bsp:
                                    App hum deaktivieren:
                                    cf8f9619-a20b-4276-9429-8a6c343771ed-image.png

                                    App wird nicht deaktiviert im Log erscheint:
                                    1d3086a5-8c06-4409-8568-2a7c96cc4cfb-image.png

                                    Versuch 2:
                                    5a7445fb-1166-4732-8a21-bc82278cbc44-image.png

                                    nichts passiert im Log.

                                    App bleibt aktiviert.

                                    Hat hier jemand einen Tip was ich falsch mache.

                                    haus-automatisierung Ben1983 2 Replies Last reply Reply Quote 0
                                    • haus-automatisierung
                                      haus-automatisierung Developer Most Active @tobasium last edited by haus-automatisierung

                                      @tobasium true senden. Der state hat die Rolle button. Mach doch mal den Expertenmodus aus 😉
                                      Und natürlich nur unbestätigte Werte setzen. ioBroker Grundlagen anschauen!

                                      tobasium 1 Reply Last reply Reply Quote 1
                                      • Ben1983
                                        Ben1983 @tobasium last edited by Ben1983

                                        @tobasium Das "active" aktiviert nur die anzeige auf der Uhr, also holt die App in den Vordergrund. sie wird dadurch nicht wirklich aktiviert / deaktiviert.

                                        tobasium 1 Reply Last reply Reply Quote 0
                                        • tobasium
                                          tobasium @Ben1983 last edited by

                                          @ben1983 wie deaktiviere ich die ganzen Apps dann? Da es den State visible ja nicht mehr gibt?

                                          Vielen Dank vorab.

                                          haus-automatisierung 1 Reply Last reply Reply Quote 0
                                          • tobasium
                                            tobasium @haus-automatisierung last edited by

                                            @haus-automatisierung Vielen Dank. Ich bin aber auch blöd. Ich wollte die Apps deaktivieren hab das mit dem visible state vertauscht. Den gibt es ja nicht mehr.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            790
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            165
                                            2155
                                            882621
                                            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