GermanBluefox / node-red-vis

Web visualisation for node-red.
Other
15 stars 7 forks source link

Help to troubleshoot! #19

Open martynwendon opened 7 years ago

martynwendon commented 7 years ago

Hey there,

I've been using node-red-vis for quite some time now and have just installed the latest npm version in order to migrate my Views to a new host.

I have a strange issue whereby some of the data only seems to get updated in Edit mode and not View mode.

In the attached screenshot you can see what I mean, on the left is the original host which is running 0.7.9 - here you can see the Editor and then the View mode working perfectly with all the data updating in real-time from node-red.

On the right is the new host with 0.10.15 running, here, strangely, the View mode only has the gauges updating correctly real-time from node-red.

I've tried deleting and recreating the strings, moving them around on the canvas, even moving some of the strings to a new View.

From what I can see the data is flowing correctly (as the gauges are getting updated correctly) and the Object IDs are all correct (in the screenshot on the right you can see all the correct data in the Editor)

Any thoughts on how I can troubleshoot this problem?

Thanks for your help!

Martyn

vis

martynwendon commented 7 years ago

Just thought I'd add to the above, I put some simple debug statements in conn.js and confirmed that all data is getting sent across the socket as expected.

Not sure what more I can do from here as it seems to be an issue further into ioBroker.vis side?

vis2

GermanBluefox commented 7 years ago

I deactivated update of the widgets in edit mode because of performance issue.

2017-02-15 20:44 GMT+01:00 martynwendon notifications@github.com:

Just thought I'd add to the above, I put some simple debug statements in conn.js and confirmed that all data is getting sent across the socket as expected.

Not sure what more I can do from here as it seems to be an issue further into ioBroker.vis side?

[image: vis2] https://cloud.githubusercontent.com/assets/1092273/22992263/0dad5412-f3b7-11e6-8132-a71e590f6d33.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GermanBluefox/node-red-vis/issues/19#issuecomment-280117478, or mute the thread https://github.com/notifications/unsubscribe-auth/AEXqgMPAEP543ZzaFODm5IDTOM8KHvUJks5rc1WsgaJpZM4MBhZC .

martynwendon commented 7 years ago

OK, but it's not in edit mode where I'm saying there's a problem?

I've labelled the screenshot in RED to hopefully make it clearer!

In the Live version on the right you can see that the gauges have updated, but the strings haven't.

I also mentioned above that I've added some debug into conn.js and you can see that the Live version is receiving the data over the socket correctly - again, the gauges have updated but the strings haven't.

Hope that makes the issue clearer.

vis