erwin314
erwin314
The code hase been updated with the issues mentioned in the comments above. - There is now support for MQTT topics: metrics, alerts and errors. - Other minor changes and...
Add detailed MQTT [README.md](https://github.com/teslamotors/fleet-telemetry/pull/220/commits/b2a58f2d209868811c88d7701f4567ce7b84d09b#diff-8c37119bd842719b2d02ac65a73ac91a2406668123a673ab723cbbdc9e2085b2) explaining architecture, design choices, and configuration
> @erwin314 is there something I can help with to get this fixed? I tried to build your code and currently fail to do so. Thanks for reaching out and...
Hi everyone, I've updated the code, and it should now pass all the tests. However, I'm still unsure if investing my time in this is worthwhile, as it's unclear whether...
> There is 1 suggestion I would like to make, currently you return a json object for each topic, I would rather see the value directly. > ... > Why...
> > > @erwin314 is there something I can help with to get this fixed? I tried to build your code and currently fail to do so. > > >...
> ... > So to summarize: > > 1. I think you are using the wrong approach by going to the transformers which seems to be invented for the simple...
I have updated the way the MQTT values are formatted. They now directly contain the value as json, so they are no-longer wrapped in an extra value entry. And the...
I've added MQTT support for connectivity events, with one topic per VIN. I assume there's at most one connectivity (dis)connected at a time? Regarding ConnectionID, it seems to change every...
> This is great work, thanks for all your hard work on it! Thank you! > Looks like there are conflicts to merge. If you can fix those, then let's...