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
how frequently to check if the light changed state (e.g. via Wink or other external means) [default: 10000]
52
+
how frequently to check if the light changed state (e.g. via Wink or other external
53
+
means) [default: 10000]
47
54
48
55
-t <topic-prefix>
49
56
Prefix for the mqtt topic used for device status/control [default: home/wink/]
@@ -64,13 +71,23 @@ If you have a topic prefix of `home/wink/`, and a device id with `1` named `Fan`
64
71
65
72
Messages on the discovery topic follow a format that works with home assistant MQTT discovery. For details, see [converter.rs](https://github.com/mikekap/wink-mqtt-rs/blob/master/src/converter.rs).
66
73
74
+
### HTTP Server
75
+
76
+
An HTTP server is started (by default on port 3000) to let you see a quick UI of what your wink sees. Visit `http://192.168.1.123:3000/` in your browser to see it (replacing `192.168.1.123` with however you reach your wink).
77
+
78
+
In addition, there's an (unstable) REST API to control the wink exposed via this server. The endpoints are:
79
+
```
80
+
# List of devices, as well as current attribute values
0 commit comments