dfreckleton Is there a way to set a fixed IP address for the smart plugs? I can't find anything in the web console.
archie Hi @dfreckleton , As @SaaX has correctly pointed out, if you have the esphome variant of the plug you can add a static ip address to the wifi component in the esphome configuration: https://esphome.io/components/wifi.html If you have the tasmota variant, you can use the wifi command, as documented here: https://tasmota.github.io/docs/Commands/#wi-fi Hope that helps