victronenergy / dynamic-ess

MIT License
85 stars 7 forks source link

Node Red Dashboard UI not working #16

Closed banne123 closed 1 year ago

banne123 commented 1 year ago

Everything is activated as described, the battery is recognized in node red but on the UI all is blank. No graphs etc. What am I doing wrong?

Scherm­afbeelding 2023-07-08 om 22 33 00 Scherm­afbeelding 2023-07-08 om 22 32 30
banne123 commented 1 year ago

Also I'm getting this message

Scherm­afbeelding 2023-07-08 om 22 35 31
dirkjanfaber commented 1 year ago

On the screenshot it looks like you disconnected and disabled the dynamic ess node. It should look like this instead:

image

On the bottom left of the edit panel there is the button to enable the node.

image
banne123 commented 1 year ago

On the screenshot it looks like you disconnected and disabled the dynamic ess node. It should look like this instead:

image

On the bottom left of the edit panel there is the button to enable the node.

image

Scherm­afbeelding 2023-07-09 om 18 49 21 Scherm­afbeelding 2023-07-09 om 18 49 11

Even when its enabled I get the same error on deployment. Also its not showing anything on the dashboard. There is a red triangle now at the graphs in the editor

dirkjanfaber commented 1 year ago

You are missing the connection between the inject node and the dynamic ess node.

banne123 commented 1 year ago

You are missing the connection between the inject node and the dynamic ess node.

How do I fix this? Ess id and API code are added

dirkjanfaber commented 1 year ago

You can drag a connection from the end point of the inject node to the input point of the dynamic ess node.

Then the red dots on the other nodes. You probably need to check in the edit panel what is going on there. It should not be like that. Perhaps the quickest solution is to re-import the flow from the examples tab.

On Sun, Jul 9, 2023 at 9:27 PM banne123 @.***> wrote:

You are missing the connection between the inject node and the dynamic ess node.

How do I fix this? Ess id and API code are added

— Reply to this email directly, view it on GitHub https://github.com/victronenergy/dynamic-ess/issues/16#issuecomment-1627803873, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXUSQZWKZTQV6YDFZWNFI3XPMAZDANCNFSM6AAAAAA2DBNMW4 . You are receiving this because you commented.Message ID: @.***>

banne123 commented 1 year ago

You can drag a connection from the end point of the inject node to the input point of the dynamic ess node. Then the red dots on the other nodes. You probably need to check in the edit panel what is going on there. It should not be like that. Perhaps the quickest solution is to re-import the flow from the examples tab. On Sun, Jul 9, 2023 at 9:27 PM banne123 @.> wrote: You are missing the connection between the inject node and the dynamic ess node. How do I fix this? Ess id and API code are added — Reply to this email directly, view it on GitHub <#16 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXUSQZWKZTQV6YDFZWNFI3XPMAZDANCNFSM6AAAAAA2DBNMW4 . You are receiving this because you commented.Message ID: @.>

With reimporting the red triangles are gone, also the ESS says ok now. Still its not working because of invalid nodes for the graphs

Scherm­afbeelding 2023-07-10 om 09 04 58 Scherm­afbeelding 2023-07-10 om 09 04 53 Scherm­afbeelding 2023-07-10 om 09 06 34
banne123 commented 1 year ago

Ok problem found, I made new flows everytime and disabled the old flows. Thats obviously not the way to work, after I removed all the "old" flows and created a completely new one the issue is solved

dirkjanfaber commented 1 year ago

Glad that it works now. I'll close this issue.