mgerczuk
mgerczuk
Ich habe heute einen "Smoke Test" gemacht: es werden Daten empfangen und es gibt keine Fehlermeldungen. Allerdings habe ich nur den NEXA ohne Solarpanele in Betrieb gehabt, kein Setzen von...
Die App API sieht doch ein wenig anders aus. Ich versuche mich mal dran...
Ich habe unter https://github.com/mgerczuk/nexa-mqtt einen Fork erstellt.
I'll try to strip all Kafka etc. from the telemetry server and add the MQTT datastore from erwin314. I hope this will run as a service on a Raspberry Pi....
It is in fact quite easy to run the fleet-telemetry server on a Raspi: - Checkout the tesla repository on the Raspi - Merge the erwin314 MQTT changes (more later)...
https://github.com/mgerczuk/fleet-telemetry-raspi has the compilable source still with single value MQTT. When you use Let's encrypt with apache a valid config.json looks like: { "host": "", "port": 4444, "log_level": "debug", "logger":...
> Yes, you need to setup the proxy command as well for auth token and config send I'll write my own "proxy" since something must periodically refresh the tokens and...
What do you need Tesla confirmation for? I followed https://developer.tesla.com/docs/fleet-api/getting-started/what-is-fleet-api and https://developer.tesla.com/docs/fleet-api/authentication/third-party-tokens and got my tokens without any delay. The Cloudflare tunnel looks interesting! But I guess it costs money?...