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

Mit der V0.3.3 verbindet sich die Instanz nicht mehr mit der AWTRIX #41

Closed FHaussmann closed 1 year ago

FHaussmann commented 1 year ago

The problem

Mit dem letzten Update stellte sich das Problem ein dass die Instanz nach der Installation sich nicht mehr mit der AWTRIX verbindet. Ein de- / neu-installieren brachte keine Besserung. Die AWTRIX ist auf der neuesten Version 0.70. Gibt es noch andere Möglichkeiten die Verbindung wieder herzustellen ?

Version of nodejs

16.15.0

Version of ioBroker js-controller

4.0.24

Version of Adapter

0.3.3

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 @FHaussmann!

  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!
FHaussmann commented 1 year ago
host.IOBroker | 2023-07-11 08:02:23.549 | error | startInstance system.adapter.awtrix-light.0 Adapter dependency not fulfilled on any host: required adapter "admin" has wrong version. Installed "6.3.5", required ">=6.6.0"! -- | -- | -- | --
reihd commented 1 year ago

war bei mir auch so, laut Anforderungen, braucht es eine höhere admin Version als es sie offiziell gibt. Habe dann Backup wiederhergestellt und da lief es wieder. Solange bleibe ich auf der alten Version bis es admin in dieser Version wenigstens als beta gibt.

klein0r commented 1 year ago

braucht es eine höhere admin Version als es sie offiziell gibt.

Braucht halt eine Beta-Version (und die gibts natürlich): https://github.com/ioBroker/ioBroker.admin/tree/master#660-2023-07-05

Bitte demnächst das Changelog lesen bevor man Alpha-Versionen von GitHub installiert 😄

https://github.com/klein0r/ioBroker.awtrix-light/blob/371a4a4613398617b89f5d8b6b2fcf81ce8861e9/README.md?plain=1#L62-L68

mi28havoc commented 1 year ago

Vielleicht noch für die "Mutigen" unter euch -> Console: "iob upgrade admin@6.6.0"

hatte keine Probleme danach 👍