-
Notifications
You must be signed in to change notification settings - Fork 6
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
Not sending updates to ABRP #25
Comments
Hey @jAr4s, thanks for opening the issue here. At first glance, I do not see any issue with your compose file. It also looks like that the ABRP container is able to connect to your MQTT instance properly. Could you please try to connect to MQTT using a client (MQTT explorer for example and check what state of the car is being broadcast? PS: You might want to generate a new API key for ABRP, because you inadvertently published it in your issue message. |
I had the same issue. After I restarted TeslaMate everything started working. |
|
So from the looks of it, it looks like everything is configured properly, that MQTT is broadcasting properly, and that teslamate-abrp is able to read the MQTT topic. Could you please check what is being published at teslamate/cars/1/state ? |
@fetzu Asleep, or after waking up the car (by checking it in the Tesla app) - online. |
That's strange. The issue might be that teslamate-abrp is not getting the right data from MQTT.
|
which I cannot access. Sorry I am a newbie in the docker and I used default docker-compose.yml file from the manual https://docs.teslamate.org/docs/installation/docker |
Sorry to only be replying so late.
This will use an older docker image for mosquitto (but I know that this one works) |
I can confirm changing the docker compose file settings as suggested above fixes the problem.
|
@jAr4s can you confirm it worked for you as well so we can close this issue? |
I had this same issue on a new install and changing the mosquitto image to |
EDIT: Nevermind. I might have found the reason why @jAr4s configuration wasn't working: it seems like the image eclipse-mosquitto:2 is bit more strict with authentification and is throwing up issues when trying to authentificate even though the server is not set up for it (and it seems like eclipse-mosquitto:1.6 largely ignored this). If you are having the same issues, just remove the "MQTT_USERNAME" and "MQTT_PASSWORD" from all services (teslmate and teslamate_ABRP) and you should be fine. If authentification is setup on our MQTT (eclipse-mosquitto) service, it should be fine. |
Hi, I have a problem. Don't know what am I doing wrong. Here is my (censored) composer file:
Everything builds without any issues, telamate is working fine. I can see when I am subscribing MQTT topic that the data is being published by MQTT correctly.
In the Teslamate-ABRP logs I have this:
Do you see any wrong inputs in my docker-compose file above?
The text was updated successfully, but these errors were encountered: