homebridge-levoit-humidifiers 1.7.0-beta2 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -8
- package/images/homebridgeUI.png +0 -0
- package/images/services.png +0 -0
- package/images/services2.png +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -50,18 +50,19 @@ This plugin was forked from [RaresAil's Levoit Air Purifiers repo](https://githu
|
|
|
50
50
|
|
|
51
51
|
### Details
|
|
52
52
|
|
|
53
|
-
<a href="url"><img src="
|
|
54
|
-
<a href="url"><img src="
|
|
55
|
-
<a href="url"><img src="
|
|
56
|
-
<a href="url"><img src="
|
|
57
|
-
<a href="url"><img src="
|
|
58
|
-
<a href="url"><img src="
|
|
59
|
-
<a href="url"><img src="
|
|
53
|
+
<a href="url"><img src="images/services2.png" width=25% height=25%></a>
|
|
54
|
+
<a href="url"><img src="images/auto.png" width=25% height=25%></a>
|
|
55
|
+
<a href="url"><img src="images/manual.png" width=25% height=25%></a>
|
|
56
|
+
<a href="url"><img src="images/display.png" width=25% height=25%></a>
|
|
57
|
+
<a href="url"><img src="images/light.png" width=25% height=25%></a>
|
|
58
|
+
<a href="url"><img src="images/sleep.png" width=25% height=25%></a>
|
|
59
|
+
<a href="url"><img src="images/services.png" width=25% height=25%></a>
|
|
60
60
|
|
|
61
61
|
### Configuration
|
|
62
62
|
|
|
63
63
|
- Via the Homebridge UI, enter the Homebridge VeSync Client plugin settings.
|
|
64
64
|
- Enter your VeSync app credentials.
|
|
65
|
+
- Select which controls you want exposed. Humidifier (Auto Mode) and the Humidity Sensor can not be hidden.
|
|
65
66
|
- Setup the platform plugin as a child bridge for better performance
|
|
66
67
|
- Save and restart Homebridge.
|
|
67
68
|
|
|
@@ -71,9 +72,14 @@ credentials are only stored in the Homebridge config and not sent to any server
|
|
|
71
72
|
You can also do this directly via the Homebridge config by adding your credentials to the config file under platforms.
|
|
72
73
|
Replace the values of `username` and `password` with your credentials.
|
|
73
74
|
|
|
74
|
-
You can turn off optional controls via the `accessories` section of the config.
|
|
75
|
+
You can turn off optional controls via the `accessories` section of the config or through the plugin UI settings.
|
|
75
76
|
The Humidifier (Auto mode) slider and the Humidity sensor cannot be turned off and will always be exposed.
|
|
76
77
|
|
|
78
|
+
Via UI:
|
|
79
|
+
|
|
80
|
+
<img src="images/homebridgeUI.png" width="500"/>
|
|
81
|
+
|
|
82
|
+
Via config.json:
|
|
77
83
|
```json
|
|
78
84
|
{
|
|
79
85
|
"platforms": [
|
|
Binary file
|
package/images/services.png
CHANGED
|
Binary file
|
package/images/services2.png
CHANGED
|
Binary file
|
package/package.json
CHANGED