FOR NOW SOLVED WITH A WORKARROUND
https://flows.nodered.org/node/node-...ntrib-throttle
Hi guys,
Well since i checked my influxdb i did see double value's all the time after a status and value gets updated by 1 device.
I have a virtual device in homeseer that updates now and then together the value's (status and Value)
So when it updates and i check the output in node-red it triggers 2x, 1 time for status and one time for value in a second..
is there a way to get rid of it?
It kinda messes up my database now.
its setup for testing like this:
HOMESEERDEVICE ----> DebugWindow msg.payload.
regards
https://flows.nodered.org/node/node-...ntrib-throttle
Hi guys,
Well since i checked my influxdb i did see double value's all the time after a status and value gets updated by 1 device.
I have a virtual device in homeseer that updates now and then together the value's (status and Value)
So when it updates and i check the output in node-red it triggers 2x, 1 time for status and one time for value in a second..
is there a way to get rid of it?
It kinda messes up my database now.
its setup for testing like this:
HOMESEERDEVICE ----> DebugWindow msg.payload.
regards
Code:
10/26/2020, 10:07:38 AM[URL="http://192.168.1.12:1880/#"]node: GASTEST[/URL]msg.payload : Object object ref: 3399 name: "YESTERDAY" location: "Gas Total" location2: "Gas Check" value: 3.069 status: "3.068" last_change: "/Date(1603703259852+0100)/" 10/26/2020, 10:07:38 AM[URL="http://192.168.1.12:1880/#"]node: GASTEST[/URL]msg.payload : Object object ref: 3399 name: "YESTERDAY" location: "Gas Total" location2: "Gas Check" value: 3.069 status: "3.069" last_change: "/Date(1603703259857+0100)/"
Comment