klein0r / ioBroker.awtrix-light

Integrate your Awtrix Light device (e.g. Ulanzi TC001) via HTTP
https://haus-automatisierung.com
MIT License
62 stars 4 forks source link

Missing history app icons #50

Closed chmaryniok closed 1 year ago

chmaryniok commented 1 year ago

The problem

Icon von Hstorie Apps werden nicht mehr angezeigt. In Version 0.2.0 gab es noch Icons für history Apss, nach einem update auf v0.5.1 und einem neustart der Instanz sind diese verschwunden.

Version of nodejs

v16.19.1

Version of ioBroker js-controller

v7.0.3

Version of Adapter

v0.5.1

Operating system running ioBroker

Linux

Checklist of files to include below

Additional information & file uploads

No response

github-actions[bot] commented 1 year ago

Thanks for reporting @chmaryniok!

  1. Check if this topic is not covered in the documentation
  2. Ensure that you use the latest beta version: NPM version
  3. Attach all necessary log files in debug mode, screenshots and other information to reproduce this issue
  4. Search for the issue topic in other/closed issues to avoid duplicates!
klein0r commented 1 year ago

Screenshot?

chmaryniok commented 1 year ago

Wovon genau?

image PXL_20230725_074407705 MP

klein0r commented 1 year ago

Ah ich dachte auf der Weboberfläche fehlt das Icon zum konfigurieren.

In dem Fall bräuchte ich (wie Du oben schon angehakt hast), ein Log im Debug-Loglevel.

chmaryniok commented 1 year ago

Ok, kann ich heute Abend nachreichen. Also Log vom erstellen der History App?

chmaryniok commented 1 year ago

Zeitpunkt 16:35 ist ungeführ das neu Anlagen des akkuhistory Elements bei dem das ICON fehlt iobroker.2023-7-25.log

klein0r commented 1 year ago

Okay und was genau fehlt da nun? Der Adapter übermittelt scheinbar alles richtig an Awtrix-Light

chmaryniok commented 1 year ago

Also wie auf dem Foto zu erkennen fehlt das Icon. Hat sich was an der Diagramm breite verändert, so dass das Icon rausfliegt? Oder übersehe ich eine einstelltung im Adapter?

chmaryniok commented 1 year ago

also: 2023-07-25 16:35:36.523 - debug: awtrix-light.0 (95777) sending "POST" request to "/api/custom?name=akkuhistory" with data: {"color":"#FF0000","background":"#000000","line":[37,45,53,64,63,66,62,61,57,71,86],"autoscale":true,"icon":4,"repeat":1,"lifetime":160}

"icon":4 --> müsste doch 6362 sein und 4 als duration, oder? passt nicht zu den settings:

image

klein0r commented 1 year ago

"icon":4 --> müsste doch 6362 sein und 4 als duration, oder?

Danke, das war ein ziemlich blöder copy-paste Fehler. Ist ab 0.6.1 behoben