Can not get teslamate working #3180
Replies: 9 comments 17 replies
-
Well, teslamate cannot connect to the database at 5432. You need to check that. |
Beta Was this translation helpful? Give feedback.
-
What gives |
Beta Was this translation helpful? Give feedback.
-
Just ran into this myself after changing my network. The way I solved it was to destroy the teslamate docker network
and then restart the app
|
Beta Was this translation helpful? Give feedback.
-
I started over and removed all of the old databases, folders, and connections. I am using version 16 for Postgres, and sure enough, I am back to the "waiting for Postgres at database:5432" on my Synology. The database shows as "system is ready for accept connections" My yaml is a copy of the latest one with the passwords and keys changed as expected. I keep hitting the same wall every time I attempt this. |
Beta Was this translation helpful? Give feedback.
-
How would you do that? I have the network ports at the router open, but not
sure how docker works that way. Am I the only one with the issue?
…On Thu, Nov 28, 2024, 12:45 PM eliluong ***@***.***> wrote:
I would try to expose the postgres ports next
—
Reply to this email directly, view it on GitHub
<#3180 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB72USOEF6RPZ7NJLZRSM432C5QFDAVCNFSM6AAAAABSVMZQQKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBQHE2DQOA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
okay, all in the same network but with the same error. Has anyone been able to get this working on a synology?
|
Beta Was this translation helpful? Give feedback.
-
The solution to this is to fix your TeslaMate docker config - |
Beta Was this translation helpful? Give feedback.
-
Hello, I have the same problem and opened a bug report here #4458 (comment) |
Beta Was this translation helpful? Give feedback.
-
Can you give me more details on this, please? I am not sure I fully
understand what I need to do.
…On Wed, Jan 1, 2025 at 5:19 AM dobunzli ***@***.***> wrote:
I found finally the problem: you have to set an allow rule for the Docker
bridge network into the Synology NAS firewall to resolve the DNS and
connexions issues. Everything is working now !
—
Reply to this email directly, view it on GitHub
<#3180 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB72USOJOA64SN3KEEXR7CT2IPFNVAVCNFSM6AAAAABSVMZQQKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNZQHE3DOMQ>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hello, I am trying to set up teslamate for my vehicle. This is the first time I use docker so I am pretty lost... I followed a tutorial, that made me set the following environment:
For the instalation of teslamate
I have googled a lot but I have not been able to find a solution. The only thing that I can say is that, on teslamate logs, I can see an endles list of:
waiting for postgres at database:5432
waiting for postgres at database:5432
waiting for postgres at database:5432 ...
The log file does not have anything else, and keeps being updated every two seconds or so. So I think it is clear that something here is not working fine.
I have entered on the postgress database directly, and it seems its working:
psql -h 172.20X.X -p 5432 -U XXXX
teslamate=# SELECT version();
version
PostgreSQL 14.7 (Debian 14.7-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
(1 row)
Does anybody have an idea how to make it work?
Beta Was this translation helpful? Give feedback.
All reactions