<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with wifimanager]]></title><description><![CDATA[A list of topics that have been tagged with wifimanager]]></description><link>http://community.onion.io/tags/wifimanager</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 03:39:36 GMT</lastBuildDate><atom:link href="http://community.onion.io/tags/wifimanager.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 11 Nov 2018 19:04:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[wifi-connection-problems - reroute]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/3248/wifi-connection-problems">Wifi Connection problems</a> reroute</p>
<p dir="auto">Still having problems while using wifi with the Omega2. I use a macbook (2010) and want to connect the omgea via wifi to the internet so I can resume the wifisetup/wifimanager. When I am working with my ' ordinary' wifi connection to our router (FRITZ!Box 7581 UI) no problem. As soon as I connect to the Omega using wifi the router in't recognized and no connection to the internet is allowed. I want to update my omega2 and start my IOT projects. Please, any ideas/suggestion for this issue?<br />
Regards<br />
A dutchy with IOT ideas.</p>
]]></description><link>http://community.onion.io/topic/3259/wifi-connection-problems-reroute</link><guid isPermaLink="true">http://community.onion.io/topic/3259/wifi-connection-problems-reroute</guid><dc:creator><![CDATA[Ger Buurman 0]]></dc:creator><pubDate>Sun, 11 Nov 2018 19:04:38 GMT</pubDate></item><item><title><![CDATA[Connecting hotspot of NodeMCU WiFiManager to Omega2 WiFimanager is not working]]></title><description><![CDATA[<p dir="auto">Hello Guys,</p>
<p dir="auto">I have one purpose to connect Omega2 with the hotspot of NodeMCU.</p>
<p dir="auto">I'm trying the traditional way in Omega2, like using "wifisetup", search and connect.<br />
In NodeMCU I have configure static IP (10.0.1.1) subnet (255.255.255.0).</p>
<p dir="auto">Whereas Omega2 is able to search hotspot of NodeMCU and able to connect it, but as soon as I checked in Omega2 "ifconfig", I din't see any connection between Omega2 and NodeMCU.<br />
Also I tried to "ping 10.0.1.1", but it doesn't worked.</p>
<p dir="auto">So just to check wifimanager of omega2 is working or not, I have tried to connect with router and its work pretty well.<br />
Also to test wifimanager of NodeMCU is working or not, I have tried connecting with my PC and it also works pretty well and I able to do the right stuff with this.</p>
<p dir="auto">In Omega2, on command "wifimanager -v" gives below output:<br />
AutoConnectAP1: access point of NoceMCU<br />
.-------------------------------------------------------------------------------<br />
Current Count: 6<br />
Number of configured nets: 6<br />
trying to connect to... "AutoConnectAP1"<br />
wwan network is set up... false,<br />
wwan network is set up... false,<br />
wwan network is set up... false,<br />
wwan network is set up... false,<br />
wwan network is set up... false,<br />
wwan network is set up... false,<br />
wwan network is set up... false,<br />
wwan network is set up... false,<br />
wwan network is set up... false,<br />
wwan network is set up... false,<br />
wwan network is set up... false,<br />
ran out of configured networks... no station available<br />
.-------------------------------------------------------------------------------<br />
Please suggest me what to do to make it work.</p>
<p dir="auto">Thanks</p>
]]></description><link>http://community.onion.io/topic/3143/connecting-hotspot-of-nodemcu-wifimanager-to-omega2-wifimanager-is-not-working</link><guid isPermaLink="true">http://community.onion.io/topic/3143/connecting-hotspot-of-nodemcu-wifimanager-to-omega2-wifimanager-is-not-working</guid><dc:creator><![CDATA[Nitin Patil]]></dc:creator><pubDate>Sat, 15 Sep 2018 10:18:37 GMT</pubDate></item><item><title><![CDATA[remove last Network]]></title><description><![CDATA[<p dir="auto">Hello</p>
<p dir="auto">If you remove the last configured Network from your /etc/config/wireless</p>
<pre><code>wifisetup remove -ssid 'yourssid'
wifimanager
ifconfig
apcli0    Link encap:Ethernet  HWaddr XXXXXXXXXXXXXXX
          inet addr:192.168.1.15  Bcast:255.255.255.0  Mask:255.255.255.0
          inet6 addr: XXXXXXXXXXXXXXX Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3 errors:0 dropped:0 overruns:0 frame:0
          TX packets:95 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
</code></pre>
<p dir="auto">You won't be able to disconnect from that network,<br />
witout removing them in the wifi-face list and then reboot</p>
<pre><code>vi /etc/config/wireless
config wifi-device 'ra0'
        option type 'ralink'
        option mode '9'
        option channel 'auto'
        option txpower '100'
        option ht '20'
        option country 'US'
        option disabled '0'

config wifi-iface
        option device 'ra0'
        option network 'wlan'
        option mode 'ap'
        option encryption 'psk2'
        option key '12345678'
        option ApCliAuthMode 'removeThis'
        option ApCliEncrypType 'removeThis'
        option ssid 'Omega-XXXX'
        option ApCliSsid 'removeThis'
        option ApCliPassWord 'removeThis'
        option ApCliEnable '1'

wifimanager


ifconfig
apcli0    Link encap:Ethernet  HWaddr XXXXXXXXXXXXXXX
          inet addr:192.168.1.15  Bcast:255.255.255.0  Mask:255.255.255.0
          inet6 addr: XXXXXXXXXXXXXXX Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3 errors:0 dropped:0 overruns:0 frame:0
          TX packets:95 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

reboot

ifconfig
apcli0    Link encap:Ethernet  HWaddr XXXXXXXXXXXXXXX          
          inet6 addr: XXXXXXXXXXXXXXX Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
</code></pre>
<p dir="auto">aslong as there's no configuration for an other Network the wifimanager won't change anything.<br />
Is there some command or something that can make that change without rebooting?</p>
]]></description><link>http://community.onion.io/topic/2775/remove-last-network</link><guid isPermaLink="true">http://community.onion.io/topic/2775/remove-last-network</guid><dc:creator><![CDATA[Fabian Nydegger 0]]></dc:creator><pubDate>Fri, 09 Mar 2018 14:06:49 GMT</pubDate></item><item><title><![CDATA[Omega2+ - First time setup - can&#x27;t connect to a WiFi AP]]></title><description><![CDATA[In case someone reads this thread in the future searching for a solution of problems with WiFi - this thread is really helpful - http://community.onion.io/topic/1149/omega2-fails-to-connect-to-wifi/26
]]></description><link>http://community.onion.io/topic/2714/omega2-first-time-setup-can-t-connect-to-a-wifi-ap</link><guid isPermaLink="true">http://community.onion.io/topic/2714/omega2-first-time-setup-can-t-connect-to-a-wifi-ap</guid><dc:creator><![CDATA[Pavel Kucera]]></dc:creator><pubDate>Sat, 10 Feb 2018 19:35:55 GMT</pubDate></item><item><title><![CDATA[WiFi Stops Working after Router reboot or power-loss]]></title><description><![CDATA[Look at: https://community.onion.io/topic/2446/omega2-cannot-reconnect-to-wifi-automatically
]]></description><link>http://community.onion.io/topic/2373/wifi-stops-working-after-router-reboot-or-power-loss</link><guid isPermaLink="true">http://community.onion.io/topic/2373/wifi-stops-working-after-router-reboot-or-power-loss</guid><dc:creator><![CDATA[Jakub K]]></dc:creator><pubDate>Fri, 27 Oct 2017 08:54:17 GMT</pubDate></item><item><title><![CDATA[Omega2 0.1.10 b160 wifi driver buffer overflow - kernel panic]]></title><description><![CDATA[@zal-to there are other builds you can use, but you would know that if you cared about finding solutions.  btw, there is a new wifi driver under development by onion devs.
]]></description><link>http://community.onion.io/topic/2334/omega2-0-1-10-b160-wifi-driver-buffer-overflow-kernel-panic</link><guid isPermaLink="true">http://community.onion.io/topic/2334/omega2-0-1-10-b160-wifi-driver-buffer-overflow-kernel-panic</guid><dc:creator><![CDATA[Douglas Kryder]]></dc:creator><pubDate>Sun, 03 Sep 2017 12:23:32 GMT</pubDate></item><item><title><![CDATA[Wifi setup - possible to change default behaviour?]]></title><description><![CDATA[@Chris-Stratton
OP wants to connect to some Wifi AP (a "router", some solar panel equipment, etc) which doesn't have Internet connection
using the web based Setup Wizard.
2nd step: he will choose that AP's network - set SSID, Security, Password and click Configure Wi-Fi.
Omega's response: Configuring ... and after a while ... Unable to connect to SSID Please try again
Meanwhile APCLI LINK UP, connection established, ifconfig OK, /etc/config/wireless OK although every Please try again attempt appends a record to the file.
It seems this config can be set manually by wifisetup or UCI or editing the /etc/config/wireless file - without problem.
I don't know - is this "reverse" config worse than the usual one (when that solar panel equipment's client connects to Omega's AP) or not?
]]></description><link>http://community.onion.io/topic/2299/wifi-setup-possible-to-change-default-behaviour</link><guid isPermaLink="true">http://community.onion.io/topic/2299/wifi-setup-possible-to-change-default-behaviour</guid><dc:creator><![CDATA[György Farkas]]></dc:creator><pubDate>Sat, 19 Aug 2017 21:54:20 GMT</pubDate></item><item><title><![CDATA[wifimanager over 90% CPU usage - Omega2p]]></title><description><![CDATA[@György-Farkas said in wifimanager over 90% CPU usage - Omega2p:

@Venet
I am watching my O2+ via serial terminal and / or via ssh (connecting to Omega's Wifi AP).
I can not run wifimanager and top at the same  to see  that nice

%CPU
99 % {wifimanager}

How did you do that?

I see. On my Omega2 wifimanager was set to run on boot, so I didn't start it manually.
I think the problem with wifimanager is that if it is run manually it never completes (as others also found in another thread).
]]></description><link>http://community.onion.io/topic/1902/wifimanager-over-90-cpu-usage-omega2p</link><guid isPermaLink="true">http://community.onion.io/topic/1902/wifimanager-over-90-cpu-usage-omega2p</guid><dc:creator><![CDATA[Venet]]></dc:creator><pubDate>Thu, 30 Mar 2017 20:24:29 GMT</pubDate></item><item><title><![CDATA[WiFi SSID with an apostrophe]]></title><description><![CDATA[No, you're not the only one who stumbled across this.  It's 5 years later, and the Omega still has issues joining and staying joined with, a network with apostrophe's in the SSID?
We are shipping 250 end items per year to paying customers - paying a lot, I might add.  Anyone know of a solution that doesn't require a custom hack job into each product that has already been shipped?  Anyone from Onion listening?
Cheers.
]]></description><link>http://community.onion.io/topic/1808/wifi-ssid-with-an-apostrophe</link><guid isPermaLink="true">http://community.onion.io/topic/1808/wifi-ssid-with-an-apostrophe</guid><dc:creator><![CDATA[mikeH]]></dc:creator><pubDate>Mon, 11 Jul 2022 16:33:37 GMT</pubDate></item><item><title><![CDATA[Error trying to connect to WiFi - Someone reply please :&#x27;|]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/1631/error-trying-to-connect-to-wifi">Error trying to connect to WiFi</a></p>
]]></description><link>http://community.onion.io/topic/1706/error-trying-to-connect-to-wifi-someone-reply-please</link><guid isPermaLink="true">http://community.onion.io/topic/1706/error-trying-to-connect-to-wifi-someone-reply-please</guid><dc:creator><![CDATA[Jean Aramburú]]></dc:creator><pubDate>Tue, 21 Feb 2017 22:02:34 GMT</pubDate></item><item><title><![CDATA[[workaround] Omega2+ &quot;wifimanager&quot; command never completes]]></title><description><![CDATA[@David-Ehnebuske said in [workaround] Omega2+ "wifimanager" command never completes:

After doing a "factory reset" on my Omega2+ it boots up nicely and its AP shows up. But if I connect to it, all I get is an "Index of /console/" page in the web browser.

After a factory reset if http://192.168.3.1 returns "Index of /console", You need to go to http://192.168.3.1/setup-wizard/ and follow the wizard.
]]></description><link>http://community.onion.io/topic/1514/workaround-omega2-wifimanager-command-never-completes</link><guid isPermaLink="true">http://community.onion.io/topic/1514/workaround-omega2-wifimanager-command-never-completes</guid><dc:creator><![CDATA[Stefano P.]]></dc:creator><pubDate>Sat, 11 Feb 2017 16:53:36 GMT</pubDate></item></channel></rss>