-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pub/Sub requirement seems to be overkill #2
Comments
I agree, it's overkill, but it was the quickest way for me while waiting for the http dispatcher PR you mentioned to be merged. |
Not sure if there is any movement on that PR. Are there any alternatives which are fully self hosted? |
Now that there is an MQTT dispatcher for the tesla-fleet telemetry server (see release v0.6.0) can we get MQTT support in this telemetry server? or anything really to avoid having to host our own "cloud" pubsub? I have an MQTT broker (same one teslamate is connected to actually) already receiving all tesla fleet telemetry events. Was hoping to use teslamate to "transform" them into home assistant devices as the teslamate integration is already more mature. |
I might work on it in the coming weeks. In the meantime feel free to init some PR if you have nodejs skills. |
+1 for MQTT! |
Currently this project relies to the following:
I think the hurdle ( and the costs) of having Pub/Sub is overkill for most projects, It would make more sense to directly do an HTTP post towards this project.
There is a PR open to implement a HTTP dispatcher.
teslamotors/fleet-telemetry#91
Would create a cleaner integration, the issue with the HTTP dispatcher is that it is does not support ACK, but currently I think having the Pub/Sub http post does not ack the messages as well, so no difference here.
The text was updated successfully, but these errors were encountered: