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

[Bug]: Incorrect translation of duration state ("icon" instead of "duration") #131

Closed AdamK-DE closed 3 months ago

AdamK-DE commented 3 months ago

I'm sure that

Version of awtrix-light firmware

1

The problem

die namen der objekte der expert apps sind falsch:

duration = Symbol icon = Symbol

zudem: hatte netzwerk-probleme. awtrix meldet da teils timeouts udn teils err 500 im log.. 3000ms oder so? prob: das deaktiviert die apps dann aber anscheinend gar nicht mehr. auch 10min später nicht. evtl hier die sende-versuche hoch setzen? nach 2min war alles wieder ok aber wurden trotzdem nicht deaktiviert.

iobroker.current.log (in debug mode!)

No response

Version of nodejs

1

Version of ioBroker js-controller

2

Version of adapter

3

github-actions[bot] commented 3 months ago

Thanks for reporting a new issue @AdamK-DE!

  1. Please make sure your topic is not covered in the documentation
  2. Please attach all necessary log files (in debug mode!), screenshots and other information to reproduce this issue
  3. Search for the issue topic in other/closed issues to avoid duplicates!
  4. Ensure that you use the latest available beta version of this adapter (not the current stable version): 1.1.0

    Otherwise this issue will be closed.

klein0r commented 3 months ago

no debug log attached

AdamK-DE commented 3 months ago

jepp, behoben. sehe das aktivieren der apps nun auch beim kopieren :) thanx!

admin.0 2024-05-16 13:06:10.497 warn awtrix-light has an invalid jsonConfig: [{"instancePath":"/items/_customApps/items/customApps/items/16/data","schemaPath":"#/items/allOf/2/then/properties/data/type","keyword":"type","params":{"type":"object"},"message":"must be object"},{"instancePath":"/items/_customApps/items/customApps","schemaPath":"#/patternProperties/%5E.%2B/allOf/42/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"/items/_customApps","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/8/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]
admin.0 2024-05-16 13:05:13.768 warn awtrix-light has an invalid jsonConfig: [{"instancePath":"/items/_customApps/items/customApps/items/16/data","schemaPath":"#/items/allOf/2/then/properties/data/type","keyword":"type","params":{"type":"object"},"message":"must be object"},{"instancePath":"/items/_customApps/items/customApps","schemaPath":"#/patternProperties/%5E.%2B/allOf/42/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"/items/_customApps","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/8/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]
awtrix-light.1 2024-05-16 13:04:57.567 info Using settings of other instance: awtrix-light.0
awtrix-light.1 2024-05-16 13:04:57.565 info Starting - connecting to http://192.168.178.111:80/
awtrix-light.0 2024-05-16 13:04:57.530 info Starting - connecting to http://192.168.178.113:80/
awtrix-light.1 2024-05-16 13:04:57.486 info starting. Version 1.2.0 in /opt/iobroker/node_modules/iobroker.awtrix-light, node: v18.19.0, js-controller: 5.0.17
klein0r commented 3 months ago

@AdamK-DE Ich musste übrigens mal wieder selbst schauen, was Du mit den Beschreibungen hier meinst. Bitte gib Dir mehr Mühe bei den Fehler-Reports... und nur 1 Thema pro Issue. Ich gebe mir hier ja auch alle Mühe und investiere sehr viel Zeit in die Adapter-Pflege.

AdamK-DE commented 3 months ago

ja, sorry..

prob: du machst das hier immer so schnell zu! man findet es dann gar nicht mehr.. nehme dann irgendein issue aus ner email etc und poste halt immer da noch was ;)


... das progress ding eben entdeckt! wow! klappt beim testen 1A ABER irgendwo haben die expert apps noch den wurm drinn. beim init also ohne werte bleiben die uhren als schwarz.. restart der instanz reicht dann aber..

stelle hier gerade eben um. nun getrennt die 2 uhren. ist besser so im handling. diverse apps kopiert und teils eigene pro uhr.


bastle gerade mit expert ne wetter app inkl individuellen icon je nach wetter gerade.. mal sehen.. dazu muss man ja erstmal 20 bildchen auf 8x8 bringen unter beachtung dieser codes dafür von weatherunderground....

per blockly aber expert app individuel setzen klappt 1A! :)

klein0r commented 3 months ago

prob: du machst das hier immer so schnell zu!

Weil die abgefragten Infos ja im Issue nicht enthalten sind und die Fehlerbeschreibung unverständlich ist. Ein Debug-Log fehlt auch. Daher der Hinweis

Otherwise this issue will be closed.