Average bars node issue

Hello,

I’ve implemended the average bars node into my node-red project but there is one issue. It looks to me that all average values is linked to the wrong x legend when using Daily display. Values seems to be logged on UTC time and not local time. Any idea on how to solve this one?

Make a small flow showing the problem and post it here.

Hi,
I got comfused by the debugging in node-red showing the correct time. Well... the host time was two hours wrong. Looks like I need to set up some kind of ntp sync.

Kind regards

O

1 Like

The debug node runs in the browser and shows browser local time. The server runs in the node-red machine and uses the servers time.
Check whether it is the host time that is wrong, or whether it has not been configured with the correct timezone.

1 Like