agbpatro
agbpatro
We have updated instructions and documentation regarding this [here](https://developer.tesla.com/docs/fleet-api#2024-01-02-adding-support-for-registering-vehicles-for-fleet-telemetry)
https://github.com/teslamotors/fleet-telemetry/blob/main/Makefile#L47 change this to ```sh integration: generate-certs @echo "** RUNNING INTEGRATION TESTS **" ./test/integration/pretest.sh docker-compose -p app -f docker-compose.yml build docker-compose -p app -f docker-compose.yml up -d --remove-orphans ./test/integration/test.sh docker-compose...
> @agbpatro / @aaronpkahn could I get eyes on this again? I am still evaluating the value proposition for it. We already have support ZMQ for which small scale developers...
For [ChargeState](https://github.com/teslamotors/fleet-telemetry/blob/0431c0fa97158bbac5d2c7fb2eb0b517e2c95530/protos/vehicle_data.proto#L12) , value should be stored in [string](https://github.com/teslamotors/fleet-telemetry/blob/0431c0fa97158bbac5d2c7fb2eb0b517e2c95530/protos/vehicle_data.proto#L213)
I see yeah. That is not supported yet. Will update the thread here once its available
please read the note about https://github.com/teslamotors/fleet-telemetry?tab=readme-ov-file#backendsdispatchers
@jordan-bonecutter would you have any guidance on how to debug this issue?
Hi there Have you tried setting up the way described in https://github.com/teslamotors/fleet-telemetry/pull/62#issue-1878023909?
> [@patrickdemers6](https://github.com/patrickdemers6) it does look like partitioning by VIN is already happening without needing to change the kafka settings. Where is that getting set in the existing implementation? see all...