You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
So when one mashine changes its state all other mashines are also updated (with same status as before).
Dashboard looks like this:
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?
The text was updated successfully, but these errors were encountered:
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.
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:
So when one mashine changes its state all other mashines are also updated (with same status as before).
Dashboard looks like this:
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?
The text was updated successfully, but these errors were encountered: