We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! First, thank you for this tool.
I have a problem. I'm using this tool with yours https://github.com/saury/raspberry-pi-wifi-presence-with-mac-address to get Mac addresses of online devices.
I have in presence.wifi the Mac address from my iPhone, but home bridge doesn't detect it.
Always Occupied statue: 0
I've tested with other Mac addresses in presence.wifi but nothing.
my presence.wifi
78:11:dc:fd:xx:xx 8c:be:be:31:yy:yy d4:9a:20:66:zz:zz
my config.json { "accessory": "WifiPresence", "name": "My iPhone", "room": "Casa", "clients": ["d4:9a:20:66:zz:zz"], "file": "/opt/wifipresence/presence.wifi" }, { "accessory": "WifiPresence", "name": "My iPad", "room": "Casa", "clients": ["78:11:dc:fd:xx:xx"], "file": "/opt/wifipresence/presence.wifi"
{ "accessory": "WifiPresence", "name": "My iPhone", "room": "Casa", "clients": ["d4:9a:20:66:zz:zz"], "file": "/opt/wifipresence/presence.wifi" }, { "accessory": "WifiPresence", "name": "My iPad", "room": "Casa", "clients": ["78:11:dc:fd:xx:xx"], "file": "/opt/wifipresence/presence.wifi"
The text was updated successfully, but these errors were encountered:
Hi @cokete, replace "clients" json key with "mac" in config.json. Until this is fixed.
Sorry, something went wrong.
No branches or pull requests
Hello! First, thank you for this tool.
I have a problem. I'm using this tool with yours https://github.com/saury/raspberry-pi-wifi-presence-with-mac-address to get Mac addresses of online devices.
I have in presence.wifi the Mac address from my iPhone, but home bridge doesn't detect it.
Always Occupied statue: 0
I've tested with other Mac addresses in presence.wifi but nothing.
my presence.wifi
my config.json
{ "accessory": "WifiPresence", "name": "My iPhone", "room": "Casa", "clients": ["d4:9a:20:66:zz:zz"], "file": "/opt/wifipresence/presence.wifi" }, { "accessory": "WifiPresence", "name": "My iPad", "room": "Casa", "clients": ["78:11:dc:fd:xx:xx"], "file": "/opt/wifipresence/presence.wifi"
The text was updated successfully, but these errors were encountered: