DHCP server addon with Web UI

Hi,
I have completed an addon for HomeAssistant that provides a DHCP server with several features (it’s based on ‘dnsmasq’ instead of the ISC DHCP server which is also end-of-life).
The addon comes also with an UI that allows to easily sort and filter the list of DHCP clients in the network.

Here’s the addon: GitHub - f18m/ha-addon-dnsmasq-dhcp-server: An Home Assistant addon that allows to use dnsmasq as a DHCP server

I’m now using that as my home network DHCP server since several days without any issue.
Hope it can be useful to others as well!

Francesco

2 Likes

great work!

1 Like

why not activate this also as a dns server ?

Yes, it would be possible to use also the DNS part of dnsmasq.
So far I didn’t activate it as I’m not much interested.
But it would be a nice new feature, indeed.
In meanwhile you can run dnsmasq as a DNS server using the Core Addon named “core_dnsmasq”