Restricting Node Output Data to the Gateway
-
Hi Everyone,
I have a gateway that requests data from one node at a time. Each node streams data readings from analog inputs 1 through 8. Including my request, the code looks like this:
1;0;2;1;17;
0;0;3;0;9;read: 1-1-0 s=0,c=1,t=17,pt=2,l=2:418
1;0;1;0;17;418
0;0;3;0;9;read: 1-1-0 s=0,c=1,t=17,pt=2,l=2:406
1;0;1;0;17;406
0;0;3;0;9;read: 1-1-0 s=0,c=1,t=17,pt=2,l=2:476
1;0;1;0;17;476
0;0;3;0;9;read: 1-1-0 s=0,c=1,t=17,pt=2,l=2:520
1;0;1;0;17;520
0;0;3;0;9;read: 1-1-0 s=0,c=1,t=17,pt=2,l=2:526
1;0;1;0;17;526
0;0;3;0;9;read: 1-1-0 s=0,c=1,t=17,pt=2,l=2:350
1;0;1;0;17;350
0;0;3;0;9;read: 1-1-0 s=0,c=1,t=17,pt=2,l=2:487
1;0;1;0;17;487
0;0;3;0;9;read: 1-1-0 s=0,c=1,t=17,pt=2,l=2:343
1;0;1;0;17;343My question is, can I "mute" the node from sending lines that look like:
"0;0;3;0;9;read: 1-1-0 s=0,c=1,t=17,pt=2,l=2:343" while sending lines that look like:
"1;0;1;0;17;343"? The information that I need is redundant and eliminating a line would result in less information to have to decode on my gateway side and would increase speed, as well. Another way of saying it is that I am only interested in the node ID and the payload, as I know the sensor ID base upon the data stream (0 - 7).Thank you for any suggestions - Baran
-
Disable debug in the configuration file..
-
Hi Again,
Thanks;)-.
-
This post is deleted!
Suggested Topics
-
Day 1 - Status report
Announcements • 23 Mar 2014, 22:45 • hek 24 Mar 2014, 20:12 -
Ghost Child
Troubleshooting • 26 days ago • FcNanoLed 22 days ago -
JSN-SR04T-V3.0 Coax cable extended
Troubleshooting • 21 days ago • bocalexandru 20 days ago -
JSN SR04T - Temperature Influencing Readings
Troubleshooting • 6 Sept 2019, 07:51 • Timbergetter 12 days ago -
NODs stop responding, but ping works.
Troubleshooting • 8 Mar 2025, 19:47 • Marcin 8 Mar 2025, 19:47 -
Can not compile MySensors on esp8266
Troubleshooting • 24 Aug 2024, 15:35 • TheoL 29 Aug 2024, 20:47