I spent a day wondering why `ubus` wouldn't report changes to the device list in the ARP table before digging into the packets and discovering that it only looks at `hostapd.*`. Since I don't use the AP on my router, this won't work for me. I would have been thrilled to know in advance that it doesn't apply to my use case. I've added a line at the top that clarifies what it looks for, and I've added a block of troubleshooting steps because they were fresh in my mind and might help others in the future. I see a lot of posts in the forums about, "what the heck is <insert component> doing?" Knowing how to look at packets with tcpdump and wireshark is a useful skill.
If I put in the config file cache: 3600 it still used 1200. After looking at the code it turned out cache_value: 3600 is what should be used in the config file.
* Added some clarifying information
Added additional details about automatic discovery of the gateway on the network and how to configure it, found that many user have had to restart the gateway to get the configurator working, so also added a note about that
* Small changes
* Plug GarageQTPi in the documentation.
I contacted Paulus a while back and he said it would be a great idea to plug my project in the docs. I just now go around to it. I figured this would be a good place to add it. Let me know if you want anything changed. Thanks!
* Small changes
* inserted important hint concering glance server config
I think many users will stumble over the option to configure glance as webserver (-w) or server (-s). This will speed up your configuration time.
* Merge details
I needed to install an additional application for this to work so have added the command above.
This may not be the case for all, but is helpful to have all commands for completeness (at least i think so)
Updated the documentation to include info about how sources work. Verified this is how they work as I didn't have some devices showing up until I streamed to them.
* Add support of modbus input registers query
Documentation updated according pull request.
Add support of modbus input registers query
* Update sensor.modbus.markdown
Removed some extra space.
* Update according main PR change
config option name was changed.