Home Assistant Add-on: PostgreSQL + TimescaleDB

So i installed TimescaleDB

databases:
  - homeassistant
timescale_enabled:
  - homeassistant
timescaledb:
  telemetry: basic
  maxmemory: 512MB
  maxcpus: '4'
max_connections: 20
system_packages: []
init_commands: []

Installed pgAdmin4

ssl: false
certfile: fullchain.pem
keyfile: privkey.pem
system_packages: []
init_commands: []
leave_front_door_open: false

Try to add the TimescaleDB to pgAdmin4 but no luck

77b2833f-timescaledb port 5432  >> not working
could not translate host name "77b2833f-timescaledb " to address: Name does not resolve
? So what todo to add it to  pgAdmin4  ?

Iám on Hasso  5.10   core-2021.2.3  running on a VM

Update 21-2-2021
Thanks to SanderdW from the DSMR Reader Add-on for Home Assistant it is working.

So for other people struggling with the same
After install TimesclaeDB look in the main screen look at Hostname and this situation 7cd0051d-timescaledb

2 Likes