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

[Enhancement]: App Anzeigedauer über Datenpunkt steuern #138

Closed juergiboy closed 2 months ago

juergiboy commented 2 months ago

I'm sure that

Version of awtrix-light firmware

0.96

The problem

Da ich, abhängig von den jeweiligen Umständen, gerne die Anzeigedauer der Apps anpassen möchte, würde ich mir wünschen diese auch über einen Datenpunkt per Skript steuern zu können. Die Anpassung in der Instanz ist ja nicht über ein Skript möglich. Die API gibt das ja eigentlich her (duration), daher sollte das doch umsetzbar sein?

iobroker.current.log (in debug mode!)

No response

Version of nodejs

v18.20.2

Version of ioBroker js-controller

6.0.1

Version of adapter

1.2.1

github-actions[bot] commented 2 months ago

Thanks for reporting a new issue @juergiboy!

  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!

    Otherwise this issue will be closed.

klein0r commented 2 months ago

Die Anpassung in der Instanz ist ja nicht über ein Skript möglich.

Geht schon, aber wäre nicht schön das Instanz-Objekt zu bearbeiten (da dann die Instanz jedes mal neustartet). Macht der Admin ja auch so.

Die API gibt das ja eigentlich her (duration), daher sollte das doch umsetzbar sein?

Ja, und wenn man eine dynamische App haben möchte, wo man alles selbst bestimmt, legt man eine Experten-App an. Da kann man die Dauer dann über einen Datenpunkt steuern. Geht schon alles.