Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement reqest: Show AP Mac address #329

Closed
stefanbode opened this issue Apr 4, 2017 · 4 comments
Closed

Enhancement reqest: Show AP Mac address #329

stefanbode opened this issue Apr 4, 2017 · 4 comments
Labels
enhancement Type - Enhancement that will be worked on

Comments

@stefanbode
Copy link
Contributor

stefanbode commented Apr 4, 2017

Small request to add the AccessPoint MAC address in the feedback of:

void state_mqttPresent(char* svalue, uint16_t ssvalue)

String routerMAC;
routerMAC = WiFi.BSSIDstr();
snprintf_P(svalue, ssvalue, PSTR("%s, "Wifi":{"AP":%d, "SSID":"%s", "RSSI":%d, "ApMAC":"%s"}}"),
svalue, sysCfg.sta_active +1, sysCfg.sta_ssid[sysCfg.sta_active], WIFI_getRSSIasQuality(WiFi.RSSI()), routerMAC.c_str() );

With this enhancement I can check to which of my AP the thing is finally connected. They all have the same SSID. Therefore the MAC is the only working identifier.

@davidelang
Copy link
Collaborator

davidelang commented Apr 4, 2017 via email

@stefanbode
Copy link
Contributor Author

stefanbode commented Apr 5, 2017

Hi David, this is not what I requested. The clientID is fine and need no extra implementation. The function WiFi.BSSIDstr(); give you the MAC address of the Wifi Access Point the client is connected to. This is something different. I have 6 Accesspoint and therefore it is sometimes not easy to understand why RSSI is that low, if you don't know, which AP is really connected. This information is currently not included.

@ionciubotaru
Copy link

ionciubotaru commented Apr 5, 2017

Just add a pull request and @arendst will decide or not to include it in the next release

@arendst
Copy link
Owner

arendst commented Apr 8, 2017

Implemented in next release

@arendst arendst added the enhancement Type - Enhancement that will be worked on label Apr 8, 2017
arendst added a commit that referenced this issue Apr 10, 2017
4.1.3 20170410
* Add user configuarble GPIO to module S20 Socket and Slampher
* Add support for Sonoff SC (#112)
* Set PWM frequency from 1000Hz to 910Hz as used on iTead Sonoff Led
firmware (#122)
* Set Sonoff Led unconfigured floating outputs to 0 to reduce exceptions
due to power supply instabilities (#122)
* Add Access Point Mac Address to Status 11 and Telemetry (#329)
* Fix DS18B20 negative temperature readings (#334)
arendst added a commit that referenced this issue Apr 10, 2017
4.1.3 20170410
* Add user configuarble GPIO to module S20 Socket and Slampher
* Add support for Sonoff SC (#112)
* Set PWM frequency from 1000Hz to 910Hz as used on iTead Sonoff Led
firmware (#122)
* Set Sonoff Led unconfigured floating outputs to 0 to reduce exceptions
due to power supply instabilities (#122)
* Add Access Point Mac Address to Status 11 and Telemetry (#329)
* Fix DS18B20 negative temperature readings (#334)
arendst added a commit that referenced this issue Apr 10, 2017
4.1.3 20170410
* Add user configuarble GPIO to module S20 Socket and Slampher
* Add support for Sonoff SC (#112)
* Set PWM frequency from 1000Hz to 910Hz as used on iTead Sonoff Led
firmware (#122)
* Set Sonoff Led unconfigured floating outputs to 0 to reduce exceptions
due to power supply instabilities (#122)
* Add Access Point Mac Address to Status 11 and Telemetry (#329)
* Fix DS18B20 negative temperature readings (#334)
@arendst arendst closed this as completed Apr 29, 2017
curzon01 pushed a commit to curzon01/Tasmota that referenced this issue Sep 6, 2018
4.1.3 20170410
* Add user configuarble GPIO to module S20 Socket and Slampher
* Add support for Sonoff SC (arendst#112)
* Set PWM frequency from 1000Hz to 910Hz as used on iTead Sonoff Led
firmware (arendst#122)
* Set Sonoff Led unconfigured floating outputs to 0 to reduce exceptions
due to power supply instabilities (arendst#122)
* Add Access Point Mac Address to Status 11 and Telemetry (arendst#329)
* Fix DS18B20 negative temperature readings (arendst#334)
curzon01 pushed a commit to curzon01/Tasmota that referenced this issue Sep 6, 2018
4.1.3 20170410
* Add user configuarble GPIO to module S20 Socket and Slampher
* Add support for Sonoff SC (arendst#112)
* Set PWM frequency from 1000Hz to 910Hz as used on iTead Sonoff Led
firmware (arendst#122)
* Set Sonoff Led unconfigured floating outputs to 0 to reduce exceptions
due to power supply instabilities (arendst#122)
* Add Access Point Mac Address to Status 11 and Telemetry (arendst#329)
* Fix DS18B20 negative temperature readings (arendst#334)
curzon01 pushed a commit to curzon01/Tasmota that referenced this issue Sep 6, 2018
4.1.3 20170410
* Add user configuarble GPIO to module S20 Socket and Slampher
* Add support for Sonoff SC (arendst#112)
* Set PWM frequency from 1000Hz to 910Hz as used on iTead Sonoff Led
firmware (arendst#122)
* Set Sonoff Led unconfigured floating outputs to 0 to reduce exceptions
due to power supply instabilities (arendst#122)
* Add Access Point Mac Address to Status 11 and Telemetry (arendst#329)
* Fix DS18B20 negative temperature readings (arendst#334)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type - Enhancement that will be worked on
Projects
None yet
Development

No branches or pull requests

4 participants