#sorry, i'm not super technical - i meant
1 messages ยท Page 1 of 1 (latest)
good question, it's a tp link of some sort
one sec though
archer vr1600v
it's just a default one from my isp so nothing crazy, but it's doing the job for now
A bit hard to find its manual: https://www.telair.com.au/docs/guides/1910020873_ArcherA0VR1600v(AU)_UG_V1.0.1.pdf
TP Link also has emulators here: https://www.tp-link.com/en/support/emulator/
According to 11.1.3 there should be a reserve list for existing reserved DHCP leases. I assume you want to always give the device the same ip?
For example on this one you can go to Advanced (top) > Network > Lan Settings and see all of the leases and current clients: https://emulator.tp-link.com/VR900vV2_new/index.htm
yeah, so i found the list of DCHP leases and where to add them
but the problem is i have a bunch of wifi devices (we got shelly switches in our place), the tv, phones, computers, now i'm playing with esp devices
some things i want to have a DCHP lease on it (like my esp devices) but the router doesn't have a way to show all devices that are connected to the network
See the nmap thing here: <#general-archived message>
Can you show me a picture of your router's web interface?
for example, refreshing the router page that has the list of devices will change what devices are available
Please use imgur or other image sharing web sites, and share the link here.
Image posting is blocked in most channels to discourage people from sharing text as images. Sharing text as images assumes that everybody sees the world as you do, which isn't the case. Some people are colour blind, or have visual impairment that means they can't make sense of an image of text.
yeah, i was going to give that a shot - it sounds like it'll be good
There's also things like this (also see alternatives listed below): https://github.com/jokob-sk/Pi.Alert
But it's not directly integrated to HA or simple to set up.
here's the web interface https://i.imgur.com/IW0MXKA.png
so according to my router, there's only 17 devices connected
which is wrong because we have like 15 shelly relays that are all connected
and as far as i can tell, if i go into the advanced tab there's not a place of connected devices and their ip address
If you click Advanced can you see more?
Unfortunately I couldn't find an emulator for your specific device to check myself.
It's also not evident how or when it updates this list or where the data comes from.
i've scoured through advanced time and time again and i can't find any list
there is this https://i.imgur.com/IUV46fA.png
Assuming all the devices use DHCP the router should know about them as it has to keep a leases list in memory or on disk but the software might be ๐ฉ.
which is also in the advanced section
so like i said earlier, i'm not super tech savvy - for a very long time i didn't know what the difference between static and dchp things are, so i've set up a bunch of stuff as static unfortunately
i think when they're set as static from the device they don't tend to show up in the router options, although sometimes they still do which is super confusing
That could explain it then. There's two ways to set a static ip. You can set it on the device but the router knowns nothing about that so if it's within the DHCP range you can get ip conflicts. Bad idea. You also can't resolve the hostname through the router. The other choice is to let the router assign a ip but reserve the device's MAC so it always gets the same one. Better.
I rarely use static ips but if I do, such as for my proxmox servers, I assign them outside the DHCP range on the server itself but also reserve it in the router's DHCP list so I can resolve the name.
also given this is just a cheap router from my isp i'm surprised it's doing so well, but it could just be that it's not the best software ๐
yeah, that makes a lot of sense - when i started DCHP sounded so scary and i couldn't find where the setting was in my router, so i just gave up and used static, but once i found out how to do DCHP it was better
You could switch your devices over to DHCP.
yeah, i was going to at some point
it's mainly just the shellys i think at this point
which is annoying when there's so many of them
It's usually not really important for a switch or socket to have the same ip. You've got DNS and they communicate "indirectly" via MQTT, I guess?
yeah, that's true
also random question you may know the answer to - if i were to change my router's ssid, would having everything have DCHP mean i don't have to reconnect everything to my router?
No you still have to change the SSID in all the devices.
ach, i was worried about that
well yeah, i'll stick to the DCHP changes when i've got a minute then
You can run nmap (Zenmap GUI) on your PC as well btw. For mobile there's apps like Fing and Network Analyzer that can scan your network