- Newest
- Most votes
- Most comments
The checkin
and signals
topics are specific to the FleetWise service and and cannot be subscribed by clients. That's why the IoT Policy only allows a vehicle (FWE) to publish to them. As the details are to provide FleetWise with status of the vehicle (checkin) and the signal telemetry (signals), what are you looking to do with the data? Understanding that will help get a resolution for you.
Has the vehicle been provisioned?
I assumed from the error message that the reserved topic might not exist.
https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/provision-vehicles.html
I created Thing through <Connect one device> in AWS IoT Core console. Then, I put in the correct policy, and moved the certificate safely to the vehicle. If there was an authentication issue with my Thing, FWE would not have been installed in my vehicle. But I checked that FWE was installed and working properly. The question is, can't I subscribe to only checkins and signals topics? I can subscribe to decoder_manifests and collection_schemes topics, and I could also see which messages were published. What's the problem? I really want to solve this problem.
I created Thing through <Connect one device> in AWS IoT Core console. Then, I put in the correct policy, and moved the certificate safely to the vehicle. If there was an authentication issue with my Thing, FWE would not have been installed in my vehicle. But I checked that FWE was installed and working properly. The question is, why can't I subscribe to only checkins
and signals
topics? I can subscribe to decoder_manifests
and collection_schemes
topics, and I could also see which messages were published. What's the problem? I really want to solve this problem. Please help me...
Relevant content
- asked 7 months ago
- asked 12 days ago
- asked a year ago
- asked 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 8 months ago
I just wanted to subscribe to MQTT Topic, because I wanted to make sure the data was being sent from FWE to AWS Fleetwise. Is there any way I can see the process of data being transferred other than the MQTT Topic subscription? Thank you for your answer.
There is! the FWE log files, accessible via
journalctl
, will show connection to the cloud and verification that signals were sent. You may have to increase the logging level, which is set in the/etc/aws-iot-fleetwise/config-0.json
file. Cloud side, CloudWatch Logs and Metrics will help measure incoming signals, errors, and other conditions.Thanks a lot. I will check my config-0.json file.