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

Filling a linechart with data (forecast) and then adding actual values clears the forecast values after some messages #835

Open
6 tasks
whyme12 opened this issue Apr 11, 2024 · 0 comments

Comments

@whyme12
Copy link

whyme12 commented Apr 11, 2024

What are the steps to reproduce?

See attached file with an example flow.
The button "press first" injects forecast data.
The button "press multiple times" injects random values.
example_flow.json

Sometimes after the first press, sometimes after multiple presses, the forecast data gets deleted and only the random values persists.

Not sure if this is a bug or intended or if I did something wrong here.
I tried multiple versions, without topic, same topic, different topic, nothing seams to change the behaviour.

What happens?

I pull PV forecast data from https://forecast.solar/ and add the forecast values to a line chart.
Then when my inverter reports production, I want to add those values to the same chart.
Adding the production values works only for a few messages, then the forecast Data gets deleted.

Here are some screenshots. As you can see, the green data is the injected random value.
some_data_visible
After another button press, the forecast data is gone and only the green data is visible.
forecast_data_gone

What do you expect to happen?

I would expect that the forecast data will persist and does not get deleted after some new data gets added.

Please tell us about your environment:

  • Node-RED-Dashboard version: 3.6.5
  • Node-RED version: 3.1.8
  • node.js version: v16.20.2
  • npm version: 8.19.4
  • Platform/OS: x86_64 Ubuntu Server with Docker
  • Browser: Edge
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

1 participant