sydspost / Domoticz-WiZ-connected-plugin

Domoticz WiZ connected plugin
MIT License
5 stars 6 forks source link

Dont see device #16

Closed Mimouss56 closed 2 years ago

Mimouss56 commented 2 years ago

Hi, I need some help for found my devices All my devices are with ip 192.168.1.* and find on DHCP I need to know what subnet and port i need to write

image

Mimouss56 commented 2 years ago

Right now i wrote 192.168.1.0/24 but nothing work

sydspost commented 2 years ago

The subnet config you made is ok. But the plugin does a recursieve DNS lookup to determ the hostname of the device. So please setup An DNS server, f.i. on yout router, OR add the devices with their FQDN and ip-address to the /etc/hosts file of your Domoticz server

Mimouss56 commented 2 years ago

Can you explain how can i do in linux for setup DNS server or add the devices with their FQDN and ip-address to the /etc/hosts file ?