NEWS
Test Adapter Awtrix-Light (Awtrix 3)
-
Kurz eine andere Frage - wo sind die verwendeten Fonts von Awtrix hinterlegt? Ist das eine Sache die aus der Firmware kommt?
Ein Besucher machte mich bei meiner Awtrix auf einen "Design Fail" aufmerksam. Das A würde aussehen wie ein R, was bei der Sensorbezeichnung AUSSEN zwangsläufig dazu führt das man RUSSEN daraus liest.
Hier müsste nur ein Pixel entfernt werden, das es aussieht wie ein "richtiges" A. Ist vermutlich ein Issue was an den Awtrix Entwickler gehen sollte - oder?
-
Ich bekomme es nicht hin, diese Forumseite zu durchsuchen, und alles durch zu lesen dauert mir zu lange - daher frage ich hier direkt:
Ich betreibe die Awtrix mit der 0.7.1 und dem aktuellen Adapter.
Wo sind denn plötzlich die Augen hin, der der Awtrix anzeigen kann?
Wenn auf meinem Tablet an der Wand was wichtiges passiert hab ich die mir immer anzeigen lassen, aber jetzt kommt diese Fehlermeldung:awtrix-light.0 2023-07-26 15:01:24.528 warn (switch) Unable to execute action: AxiosError: Request failed with status code 500 awtrix-light.0 2023-07-26 15:01:24.527 warn received 500 response from /api/switch with content: "FAILED"
Wenn das an der aktuellen Firmware liegt, kann mir jemand sagen wie ich die downgraden kann, ohne den Awtrix am Rechner anschließen zu müssen?
Finde HIER keine Infos hierzu.
Danke schon mal
-
@michaelnorge Das mit den Augen liegt an der neuen Firmware.
Zurück kommt man
https://github.com/Blueforcer/awtrix-light/releases/tag/0.70
ulanzi_firmware.bin auswählen und herunterladen.Geräte-IP/update -> Firmware-Datei auswählen -> Update Firmware
-
@mcu Genial, hat geklappt! 1000 Dank :-))))
-
Uiiii - mit der 0.71 Firmware kann man auch Ringtone Dateien abspielen. Wird das der Adapter ggf. auch unterstützen?
-
Hi!
Now that I can show any information from ioBroker I fell in love with this adapter. This works great for "apps" But what is the idea to display "notifications" with e.g. "Spotify"? I have the current playing song in spotify in spotify-premium.0.player.trackName But when I use your adapter in "App mode" this will always be displayed. But I need this only when the value in spotify-premium.0.player.trackName changes and only one time. What is the best way to do this with your adapter? I saw "blocky" in your documentation. Is this the way to go?
-
@bravestarr sagte in Test Adapter Awtrix-Light:
I saw "blocky" in your documentation. Is this the way to go?
Yes
example:
-
@djmarc75
Aber es geht auch mit App:wird nur dann angezeigt, wenn Spotify läuft
-
@czarno13 No the app is always active and does not disapear or appear when a song is played.
What works is this:
// Create a state change listener for spotify-premium.0.player.trackName on({ id: 'spotify-premium.0.player.trackName', change: 'ne', ack: true }, function (obj) { if (!obj || !obj.state || obj.state.val === null) { console.warn('Invalid trackName state object or null value.'); return; } const newTrackName = obj.state.val; const notificationText = `Now playing: ${newTrackName}`; if (newTrackName.trim() === '') { console.warn('Track name is empty.'); return; } // Send the notification to Awtrix display sendTo('awtrix-light', 'notification', { text: notificationText, repeat: 1, duration: 5, stack: true, wakeup: true }, (res) => { if (res && res.error) { console.error(res.error); } }); });
-
@bravestarr
no, for me it works exactly like that, it only displays something when spotify is playing -
@bravestarr Please set all of Code in Code Tags. Thanks.
-
@czarno13 said in Test Adapter Awtrix-Light:
@bravestarr
no, for me it works exactly like that, it only displays something when spotify is playingYes, but what I wanted and accomplished with the notice triggered by the js adapter is when a songs starts its name is briefly displayed and disappears after 3 seconds. I do not want to keep the song visible while spotify is playing.
BTW: how can I display an icon cia id in the js notice?
-
@mcu done
-
@bravestarr Warum eigentlich auf englisch ??? Du hast in Deinen vergangenen Beiträgen in deutsch geschrieben.... ist das Schikane oder ein Scherz ??
-
@djmarc75 ich kann auch deutsch, aber so verstehen es mehr Leute. Das hilft ja auch anderen wenn ich dumme Fragen stelle
-
@bravestarr sagte in Test Adapter Awtrix-Light:
so verstehen es mehr Leute
definitiv nicht - im deutschen Forum
Das Blockly schon probiert ?
Das ist nämlich genau für so was vorgesehen. -
@jb_sullivan sagte in Test Adapter Awtrix-Light:
Uiiii - mit der 0.71 Firmware kann man auch Ringtone Dateien abspielen.
Was ist daran neu in der Version?
-
@jb_sullivan sagte in Test Adapter Awtrix-Light:
Mir persönlich kommt es so vor, als ob der Adapter eine Art Datenbank nutzt, welche im Hintergrund eingelesen wird.
Ich hab Dir das doch schon öfter hier erklärt: Der Adapter selbst macht hier gar nichts. Die komplette Konfigurationsseite kommt so aus dem Admin-Adapter. Also: Keine "Datenbank" o.ä. Das ist pures JavaScript im Frontend auf dem Client.
Du hast ja richtig viele Apps eingerichtet, oder? Ich könnte mir vorstellen, dass die Validierung der Felder nie für hunderte Felder getestet wurde. Eventuell ist das nicht sehr performant. Das wäre auch ein Issue für den Admin-Adapter und man müsste das mal genau untersuchen mit verschiedenen Clients/Browsern usw.
-
@haus-automatisierung bei mir tritt folgendes Verhalten manchmal auf:
Abends wird das Display mit power = false deaktivert.
der Adapter meldet ca. 2-4 min später:
2023-07-26 22:04:55.074 - warn: awtrix-light.0 (802) (custom?name=gridpower) Unable to update custom app "gridpower": AxiosError: timeout of 3000ms exceeded 2023-07-26 22:14:39.220 - error: awtrix-light.0 (802) Unable to perform action for indicator.1.active - API is not connected (device not reachable?) 2023-07-26 22:14:39.224 - error: awtrix-light.0 (802) Unable to perform action for indicator.3.active - API is not connected (device not reachable?) 2023-07-26 22:14:39.228 - error: awtrix-light.0 (802) Unable to perform action for apps.storagepower.visible - API is not connected (device not reachable?)
danach keine Fehlermeldung mehr.
Das Gerät wird morgens wieder aktiviert (display.power = true)
Daraufhin ca. 30s später:
2023-07-27 06:00:36.240 - error: awtrix-light.0 (802) Unable to perform action for display.power - API is not connected (device not reachable?)
dann ist ca. 30min Ruhe und dann fängt es so an:
2023-07-27 06:30:50.152 - error: awtrix-light.0 (802) Unable to perform action for apps.pvpower.visible - API is not connected (device not reachable?) 2023-07-27 06:30:52.194 - error: awtrix-light.0 (802) Unable to perform action for apps.pvpower.visible - API is not connected (device not reachable?) 2023-07-27 06:30:58.149 - error: awtrix-light.0 (802) Unable to perform action for apps.pvpower.visible - API is not connected (device not reachable?) 2023-07-27 06:31:00.169 - error: awtrix-light.0 (802) Unable to perform action for apps.pvpower.visible - API is not connected (device not reachable?) 2023-07-27 06:31:02.068 - error: awtrix-light.0 (802) Unable to perform action for apps.pvpower.visible - API is not connected (device not reachable?) 2023-07-27 06:31:04.126 - error: awtrix-light.0 (802) Unable to perform action for apps.pvpower.visible - API is not connected (device not reachable?) 2023-07-27 06:31:06.184 - error: awtrix-light.0 (802) Unable to perform action for apps.pvpower.visible - API is not connected (device not reachable?) 2023-07-27 06:31:08.198 - error: awtrix-light.0 (802) Unable to perform action for apps.pvpower.visible - API is not connected (device not reachable?) 2023-07-27 06:31:10.228 - error: awtrix-light.0 (802) Unable to perform action for apps.pvpower.visible - API is not connected (device not reachable?) 2023-07-27 06:31:14.182 - error: awtrix-light.0 (802) Unable to perform action for apps.pvpower.visible - API is not connected (device not reachable?) 2023-07-27 06:31:16.174 - error: awtrix-light.0 (802) Unable to perform action for apps.pvpower.visible - API is not connected (device not reachable?)
Das Gerät ist aus.
Neustart und alles läuft einwandfrei.
Die Meldung, dass nicht conected ist, scheint also zu stimmen, aber keine Ahnung, ob das Gerät auch startet durch display.power = true
(Mit meinen manuellen Versuchen hat es bis jetzt geklappt, allerdings ist morgens das display, wenn ich ins Büro komme manchmal dunkel)=>(Geräthängt dauerhaft am USB) -
@ben1983 sagte in Test Adapter Awtrix-Light:
display.power = true
damit hängt es zusammen.... habs auch .. ich mach die dann auf brightness 0 ..
dann macht die kein disco.. scheint als ob die in Batterie schonmodus geht .. und macht das WIFI aus..
reconnected sich dann aber nicht