* Adding documentation for Sense HAT lights.
Lights component page plus cross referencing from the Sense HAT
sensors component page.
* Update light.sensehat.markdown
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.
* Document blacklist_domains of InfluxDB
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
* Adapt changes to InfluxDB include/exclude changes.
The config options used there are now following the same scheme as the
ones in recorder and similar components.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
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