You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -40,15 +40,15 @@ To satisfy this requirement while keeping the device isolated, your router shoul
40
40
41
41
For Wi-Fi-Devices, discovery is done by connecting to the Tapo-Cloud-Service or use local udp-discovery.
42
42
If enabled, all devices stored in your cloud account will be detected even if they are not in your local network.
43
-
From cloud you can get more informations such as "Device-Alias" as from udp-discovery.
43
+
From cloud you can get more information such as "Device-Alias" as from udp-discovery.
44
44
But you need to know the IP-Adress of your device. This must be set manually in the thing configuration.
45
45
46
-
UDP-Discovery can find only devices which are online in your local network and get less informations as from cloud.
47
-
But therefore it set's device-ip and protocol automaticly.
46
+
UDP-Discovery can find only devices which are online in your local network and get less information as from the cloud.
47
+
But therefore it set's device-ip and protocol automatically.
48
48
If you have problems with udp-discovery, try to set the advanced setting 'broadcastAddress' to your local subnet ('e.g. 192.168.0.255').
49
49
Default is '255.255.255.255'
50
50
51
-
You can combine both discovery methods to get any informations from local devices.
51
+
You can combine both discovery methods to get any information from local devices.
52
52
If you enable setting 'onlyLocalOnlineDevices' results will only generated for local online devices but with the combined data of cloud discovery.
53
53
RF-Devices will be discovered by the hub they are connected to.
54
54
You can discover them manually or use ´backgroundDiscovery´
@@ -68,7 +68,7 @@ The thing has the following configuration parameters:
68
68
| password | Password of your Tapo-Cloud |
69
69
| cloudDiscovery | Use Cloud Discovery-Service to get all in Tapo-App registered devices. Includes DeviceName. IP-Address and Encryption has to set manually |
70
70
| udpDiscovery | Use UDP Discovery-Service to discover online devices in the local network. Includes Encryption and IP-Address. Results will be merged with cloud discovery |
71
-
| onlyLocalOnlineDevices |[advanced] Uses Cloud and UPD-Discovery to get more informations but will only discover online devices via UDP |
71
+
| onlyLocalOnlineDevices |[advanced] Uses Cloud and UPD-Discovery to get more information but will only discover online devices via UDP|
72
72
| broadcastAddress |[advanced] Set broadcast address to your local subnet if you have problems with default address |
73
73
| discoveryInterval |[advanced] Interval in minutes when a background device scan should be executed. Default is 60 |
0 commit comments