2.5 PKI Admin issues #45
dwright1542
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current test setup:
T Echo(office) <----> TBeam Supreme(roof) <-------------12km-------------------------> RAK solar Node
SNR from -1 to +.25
If I use python and remote command,request-telemetry, the Solar Node thru TCP from the TBeam to the RAK, it works just fine. However, If I try from the T Echo (connected serially), it times out to the RAK waiting for Telemetry.
This is absolutely reproducible, even after reboots. All running 2.5.6.
Thoughts?
meshtastic --tcp 192.168.100.60 --dest !a6f9595c --request-telemetry
Connected to radio
Sending device_metrics telemetry request to !a6f9595c on channelIndex:0 (this could take a while)
Telemetry received:
Battery level: 90.00%
Voltage: 4.06 V
Total channel utilization: 6.94%
Transmit air utilization: 1.24%
Uptime: 455264 s
meshtastic --serial com6 --dest !a6f9595c --request-telemetry
Connected to radio
Sending device_metrics telemetry request to !a6f9595c on channelIndex:0 (this could take a while)
Aborting due to: Timed out waiting for telemetry
Beta Was this translation helpful? Give feedback.
All reactions