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

homeassistant

20424 readers
3 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
[โ€“] SkunkWorkz@lemmy.world 0 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

They want the IP that your ISP assigned to your modem. So go to https://whatismyipaddress.com/ to see the IP addresses.

However your ISP can change the IP address whenever they want. If you really need to be sure your IP address never changes then get a VPS with a static IP then run a VPN on it so you can tunnel your connection through that VPS. This way you will always have the same IP even if you change ISP or move.

[โ€“] talentedkiwi@sh.itjust.works 0 points 3 weeks ago* (last edited 3 weeks ago)

Another good one ifconfig.me it can be used from a terminal to easily get your IP address

curl ifconfig.me

Super simple and clean response back too.