this post was submitted on 06 Aug 2026
0 points (NaN% liked)

homeassistant

20399 readers
2 users here now

Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.

Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation

Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk

founded 3 years ago
MODERATORS
 

How do I find out what IPs to give, my IP doesnt stay the same? The local IP is hardly the one they want, it wouldnt make sense I think.

you are viewing a single comment's thread
view the rest of the comments
[–] Nugscree@lemmy.world 0 points 2 weeks ago (1 children)

You could get a free dynDNS name with noip.com (you'll need to verify the domain every month by logging in) this way even if you have a dynamic ip, it automatically gets updated via the hostname if you set this in your router (most brands should be able to do this).

[–] 3abas@lemmy.world 0 points 2 weeks ago (1 children)

That wouldn't work for this...

A domain, a full fledged one or a free dyndns subdomain tells the world how to communicate with your ip, but it isn't involved when you talk to the world.

When your software is hitting the API from your network, all the API sees is your IP address, it has no knowledge of any urls that may point to it.

OP just needs to hope their IP address doesn't change regularly, and give them their public IP to whitelist.

[–] Nugscree@lemmy.world 0 points 2 weeks ago

Seems to be working fine for my VPN tunnel I use to get access to my home network, instead of an IP, it has the hostname + port to connect to it and technically I do have a non static IP. The hostname gets resolved via noip.com in this case to an IP address.