Releases: awilliams/wifi-presence
Releases · awilliams/wifi-presence
v0.3.0
v0.2.0
v0.1.2
v0.1.1
v0.1.1 - 2022-03-11
Changed
- Adds support for hostapd-mini (non-full version). When using this version of hostapd, wifi-presence will consider all devices as disconnected at startup.
Changed
- Change some JSON attribute field names to match Home Assistant usage.
- Do not update state when config changes name only.
Home Assistant Support v0.1.0
Update CHANGELOG with v0.1.0
v0.0.3
Beta Release v0.0.2
v0.0.2 - 2021-02-25
Added
- Add
-version
flag
Changed
- Handle case where client transitions to different SSID on same AP
- Build with Go 1.16
Beta Release v0.0.1
This is an initial beta release of wifi-presence
.
Downloads
- OpenWrt package: wifi-presence_0.0.1-1_mips_24kc.ipk
- Linux MIPS standalone binary: wifi-presence.linux.mips
OpenWrt
The following commit is required: openwrt/openwrt@1ccf4bb. This is expected to be part of the 21.02.x release.
As an alternative, the following patch can be applied to the 19.07.x branch before building an OpenWrt image:
diff --git a/package/network/services/hostapd/files/hostapd-full.config b/package/network/services/hostapd/files/hostapd-full.config
index 5c9fbed2e4..764c76728e 100644
--- a/package/network/services/hostapd/files/hostapd-full.config
+++ b/package/network/services/hostapd/files/hostapd-full.config
@@ -394,3 +394,4 @@ CONFIG_TAXONOMY=y
# Services can connect to the bus and provide methods
# that can be called by other services or clients.
CONFIG_UBUS=y
+CONFIG_CTRL_IFACE_MIB=y
diff --git a/package/network/services/hostapd/files/wpa_supplicant-full.config b/package/network/services/hostapd/files/wpa_supplicant-full.config
index e5a6752a8e..2e64f22e8c 100644
--- a/package/network/services/hostapd/files/wpa_supplicant-full.config
+++ b/package/network/services/hostapd/files/wpa_supplicant-full.config
@@ -618,3 +618,4 @@ CONFIG_IBSS_RSN=y
# Services can connect to the bus and provide methods
# that can be called by other services or clients.
CONFIG_UBUS=y
+CONFIG_CTRL_IFACE_MIB=y