-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Ft dashboard - #1958 #2083
Ft dashboard - #1958 #2083
Conversation
For the black background i've used left padding 2 to allign with table ( padding 1 and frame 1):
The spacing is imho good. Dashboard will mostly have more lines. |
Is there a way to remove the scheduler entries in the dashboard? |
if you don't give the schedule entry a name, it will be excluded. Is there a reason why you would not like scheduler entries not to be shown? It was a late addition. |
My current scheduler entries are only for creating the remote thermostat and are therefore quite uninteresting for the dashboard. If that doesn't work, I can live with them just fine. Otherwise I find the dashboard very practical. Thanks |
We could add an option to the Scheduler like 'include in Dashboard' @MichaelDvP ? or @mattreim do all your Scheduler entries need a name? Do you call them via the API? |
The entries don't actually need a name and I don't want to call them either. |
no, was it always like that or did you make a change to the Scheduler entries? |
@MichaelDvP do you you think we should use the solid blue hover-over color in the rest of the app, like in Scheduler, Custom Entities, Configurations.... ? |
Sometimes, temporary, while scanning the bus, sadly yes. |
we can also adjust the web code to only show the parent tree node (e.g. the device) only if it has children (the data entities). Or perhaps better in the C++ code. It's an easy add. This only happens at startup when EMS-ESP is discovering new devices. I'm not at home so can't test on a live system, I've been coding this using dummy data all week. |
I have now removed the name and now it looks like this. Even with the new version. |
Then it's something else causing it, either an EMS device that doesn't have values yet or Custom Entities or Analog or Temp Sensors. Can you spot what is missing? |
Please check if it is fixed with https://github.com/MichaelDvP/EMS-ESP32/releases/tag/latest |
Only for scheduler? Global for all scheduler entities? Seems not right to me. |
agree...leave as is. |
This is what it looks like after 30 minutes of running time. And I only have the two scheduler entries and nothing else. |
and if you have time check with the latest .45? |
Yes, of course |
Now I've waited 10 minutes and it still looks exactly the same. |
ok, thanks, I'll do some more testing. if I can't find it I'll send you a debug version which will output what the dashboard is using. |
Oh, this is scheduler with no named entities, this is a typo, i'll fix in my dev. |
thanks Michael - I fixed that yesterday but it was still stuck in my local branch |
Implements #1958 - The dashboard
plus other fixes, changes.