Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: HTML Titel änderbar #1639

Closed
1 task
geronet1 opened this issue May 24, 2024 · 2 comments
Closed
1 task

Feature Request: HTML Titel änderbar #1639

geronet1 opened this issue May 24, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request fixed dev fixed

Comments

@geronet1
Copy link
Contributor

Platform

ESP32

Assembly

I did the assebly by myself

nRF24L01+ Module

No response

Antenna

circuit board

Power Stabilization

Elko (~100uF)

Connection picture

  • I will attach/upload an Image of my wiring

Version

0.8.93 ETH

Github Hash

1b73e49

Build & Flash Method

VSCode - Platform IO (build & flash)

Setup

Debug Serial Log output

No response

Error description

Ich hab drei Fenster mit Ahoy offen und man kann sie nicht unterscheiden da immer nur Index im Titel steht.
Am besten wäre es wenn man einen Hostnamen im Setup setzen kann und dieser erscheint im Titel als auch auf der Hauptseite links oben.

@geronet1 geronet1 added the bug Something isn't working label May 24, 2024
@rmayergfx
Copy link

rmayergfx commented May 25, 2024

@lumapu
Bitte den Tag BUG entfernen. Ist ja kein Bug sondern ein Feature Request.

@geronet1
Habe bei mehreren AhoyDTU mir so beholfen, das ich den DarkMode an- bzw. ausgeschaltet habe. Somit sieht man zumindest optisch schon mal einen kleinen Unterschied bei 2 verschiedenen Systemen. Bei mehreren wird es dann schon etwas komplizierter.
Zudem ändert sich der Titel ja mit dem jeweils angewählten Untermenue, Index, Daten Verlauf.
Ich empfehle dir eine lokale Hilfsseite zu bauen mit 3 iFrames, da kannst du über die Frames den jeweiligen von dir gewünschten Titel der WR schreiben, und im iFrame die Seite deiner Wahl aufrufen und hast mit einem Aufruf immer alle 3 Ahoy in einer Ansicht.
Siehe https://www.a-coding-project.de/ratgeber/html/frames

<frameset cols="33%, 33%, 33%" > 
<frame name="linkerFrame" src="http://IP_AHOYDTU_1/history">
<frame name="mittlererFrame" src="http://IP_AHOYDTU_2/history">
<frame name="rechterFrame" src="http://IP_AHOYDTU_3/history">
</frameset> 

@lumapu
Denk mal darüber nach, ob man vielleicht in AhoyDTU für die Webseite die Hintergrundfarbe selbst definieren kann in einem Feld bei den Settings, dann könnte sich jeder die passende Farbe selbst aussuchen und man hätte eine optische Unterscheidung.

@lumapu lumapu added enhancement New feature or request and removed bug Something isn't working labels May 25, 2024
@lumapu
Copy link
Owner

lumapu commented May 25, 2024

passt zu #1199

@lumapu lumapu added the fixed dev fixed label May 30, 2024
lumapu added a commit that referenced this issue May 30, 2024
* show device name in html title #1639
* update AsyncWebserver library to `3.2.2`
@lumapu lumapu closed this as completed Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixed dev fixed
Projects
None yet
Development

No branches or pull requests

3 participants