How to connect / push data to influxdb from other server?

I’m trying to get some data (p1 Dutch smart-meter) from Domoticz into the influxdb which runs on my HA OS - system (add-on).

I created a database, user and password. But I do not get any data into influx. used this instructions for the export. Influxdb - Domoticz

Which port to use? I see 8086 and 3123 ? Also see some settings where you can set new connections? Do I need to create a new connection to give access for this data maybe?

I have the url from the HA server (on the same network) and tried with the port url:8086

How to get the data in? Thanks.


Any ideas / help how to achieve conecting from outside to influxdb in HA? Thanks :slight_smile:

I tried also with a different port 8123 but no.
These settings are in the domoticz config all on the local network:

Seems the add-on is using version 1.8 of InfluxDB.
Made sure the address InfluxDb is using is not localhome but the full ipaddress.
Than having a Remote Address, a password and the right port (it is mentioned in the add-on config page). Made it finally work.