Turn off Vera Wifi?

In my house I get a network called “vera_12702”) how do I turn it off? I have the vera unit hooked into the network via ethernet and have a different AP for my other wireless networks. I just want less networks in the house if possible.

Thanks.

Dashboard, toolbox, advanced, Net & WiFi.
It’s at the bottom of the page.
WiFi on Yes or No

JOD.

That’s where I thought it should be - here is what my screen looks like;

That option shows when you select items like ‘Vera is a switch’ (assuming you have it plugged into a regular router etc)

On the screen you sent a screen shot of pick the third option “Through another gateway on my network. Vera is a switch.” Additional options should display. Scroll down to WiFi on, select Off.

In UI6, it doesn’t seem possible to perform a manual network configuration. I’m defaulted to ‘Automatically configure.’ When choosing 'Manually configure," clicking ‘Save and apply’ does nothing.

I simply want to turn the access point feature off since I use other devices on my network to provide WiFi.

There is a bug in UI6 that the place to turn off wifi seems to have been omitted.

Until you “upgrade” to UI5 or UI7, you can turn off wifi with the following LUA statement:

os.execute("wifi down")

Place that statement in the LUA startup code area. You find the link to the startup code section in APPS tab (sorry, not near my Vera to be more specific).

[quote=“aa6vh, post:7, topic:167254”]There is a bug in UI6 that the place to turn off wifi seems to have been omitted.

Until you “upgrade” to UI5 or UI7, you can turn off wifi with the following LUA statement:

os.execute("wifi down")

Place that statement in the LUA startup code area. You find the link to the startup code section in APPS tab (sorry, not near my Vera to be more specific).[/quote]

Found it. Thank you. That seems to be working for now. I thought I was doing something wrong.

I’ve been looking for a way to turn off the WIFI. I had to contact tech support the first time. I recently had to do a reset and didn’t want to wast my time with them again. One easy line of code…

[quote=“xycmu, post:8, topic:167254”][quote=“aa6vh, post:7, topic:167254”]There is a bug in UI6 that the place to turn off wifi seems to have been omitted.

Until you “upgrade” to UI5 or UI7, you can turn off wifi with the following LUA statement:

os.execute("wifi down")

Place that statement in the LUA startup code area. You find the link to the startup code section in APPS tab (sorry, not near my Vera to be more specific).[/quote]

Found it. Thank you. That seems to be working for now. I thought I was doing something wrong.[/quote]

This worked for me running Vera Edge version 171707
Thank you.