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

See the last 24 with exact time ticks #27

Open
Poeschie opened this issue Jul 5, 2023 · 1 comment
Open

See the last 24 with exact time ticks #27

Poeschie opened this issue Jul 5, 2023 · 1 comment

Comments

@Poeschie
Copy link

Poeschie commented Jul 5, 2023

Hi, I i use your state trails to monitor different states of mashines. I get an array of objects from a plc by MQTT which is seperated by a switch node and passed to each of the 18 state trail nodes.
The Input looks like this:
image
So when one mashine changes its state all other mashines are also updated (with same status as before).

Dashboard looks like this:
image

My problem is that i want to see the last 24h hours with exact time ticks. So now it is 16:36 and i see this time on the right side of the bar. Everything fine. On the left side i want to see 16:36 or 16:37 yesterday. If u look at the screenshot there are different times so every bar has a different scaling. How can i fix my flow to see the last 24h so all mashines have the same scaling.

Any hints?

@hotNipi
Copy link
Owner

hotNipi commented Jul 5, 2023

What affects is the logic of combined similar states. And that logic is per instance and depends on data. The left most visible state is the state satisfying the configured period. If you turn combining off, the timelines across multiple instances may be more aligned. But it adds state break lines and for long period as you have it may make the graph pretty unreadable.

The widget is created for single event chain but never for comparing different event flows.
Multiline widget is asked many times but I haven't found any good solution to make it in the way that it does not kill users browser. Thus recommend the grafana for such stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants