-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
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
Added LuciDeviceScanner to scan OpenWrt Luci-RPC enabled router's state. #2
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cool :-) Before I can accept it I would like to see some style / code clean up changes:
|
…in one place (external library would be nice but oh well).
balloob
added a commit
that referenced
this pull request
Apr 24, 2014
Added LuciDeviceScanner to scan OpenWrt Luci-RPC enabled router's state.
hansmbakker
added a commit
that referenced
this pull request
May 31, 2015
Fixes for Chromecast volume
aa755
referenced
this pull request
in aa755/home-assistant
Nov 14, 2016
tracking accuracy, logging from a dummy account.
2 tasks
balloob
pushed a commit
that referenced
this pull request
Feb 8, 2017
* Create a file for zwave workarounds. Add sensor->binary_sensor for fgfs101 (#2) * Don't use default None
balloob
pushed a commit
that referenced
this pull request
Jul 18, 2019
balloob
pushed a commit
that referenced
this pull request
Jul 18, 2019
chemelli74
added a commit
that referenced
this pull request
Sep 4, 2021
* Fix fjaraskupan dependency for tests * update package list * Typo * hadolint fixes * hadolint fixes #2 * Cleanup * Rewording
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Just to play with it, implemented tracker for devices on Luci-based router.
For the time being, just getting MAC addresses from ARP table, and name->MAC mappings from dhcp configuration. As I'm planning to write my own logic backend for which this is sufficient, it's enough for me, but it may not work that well with the vanilla logic (due to ARP entries having short lifetime and quiet devices not sending any).
I'm not sure there's any low-power approach how to ensure that devices are present in the first place though.. (DHCP leases for example aren't that good way to track presence of hosts either.)