From 6cb88625ac52666cba3afc2a091a997e6257ff21 Mon Sep 17 00:00:00 2001 From: steveredden Date: Mon, 13 Sep 2021 12:48:16 -0500 Subject: [PATCH] reword --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 146d11c..4e46a88 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ sudo npm install -g homebridge-kasa-lightstrip Device names and IP Addresses must be configured manually in current state: -#### Example +### Example ```json platforms: [ @@ -58,12 +58,13 @@ platforms: [ } ] ``` + * **platform** (mandatory): the name of this plugin * **accessories** (mandatory): array containing the devices and their info: * **name** (mandatory): the name of the accessory to create * **ip** (mandatory): the IP address of the device * *debug* (optional): boolean to enable more verbose logging -## Errors +## Errors in Debug Logs -Errors are expected due to the nature of the implementation: Flooding your devices with `python-kasa` calls will result in several dropped connections. Just try to move the "Brightness" meter more quickly so it only attempts to set one value, etc! +If you have enabled debug logging, erorrs like `ConnectionResetError: [Errno 104] Connection reset by peer` are common due to the nature of the implementation: Flooding your devices with rapid `python-kasa` calls may result in several dropped connections!