mirror of
https://github.com/sudoxnym/sleepd.git
synced 2026-04-14 11:37:11 +00:00
Update README.md
Updated README. Added Known Devices list Changed to (tcp/ssl)://(MQTT User):(MQTT Pass)@(HA URL):(port) as per a merge request, but for some reason when I accepted it didn't change it, so doing it manually.
This commit is contained in:
parent
8310b8b822
commit
4314466d9f
1 changed files with 5 additions and 2 deletions
|
|
@ -2,7 +2,10 @@
|
||||||
<h1>SAAS - Sleep As Android Status</h1>
|
<h1>SAAS - Sleep As Android Status</h1>
|
||||||
<h2>Description:</h2>
|
<h2>Description:</h2>
|
||||||
Sleep As Android Status is my solution for wake/sleep state within HA. It listens for the Sleep As Android MQTT Messages, so it does require being on the same network. As of 0.0.4 Buttons that link with the Companion app have been added.</br>
|
Sleep As Android Status is my solution for wake/sleep state within HA. It listens for the Sleep As Android MQTT Messages, so it does require being on the same network. As of 0.0.4 Buttons that link with the Companion app have been added.</br>
|
||||||
<h3>This integration works best with a Xioami MiBand (7 or older) mixed with the Notify app and Sleep As Android configured.</h3>
|
<h4>This integration works best with a Xioami MiBand (7 or older) mixed with the Notify app and Sleep As Android configured.</h4>
|
||||||
|
<h3>Known working:</h3>
|
||||||
|
Xioami Mi Band 7, 8 and 9 may work, but they have a different os that jumps through hoops to work.</br>
|
||||||
|
Garmin Fenix 7X with Garmin Alternative, <b>NOT</b> the free one.</br>
|
||||||
<h3>This integration will create 8 Sensors, 8 Buttons, 1 service, and 1 device per user:</h3>
|
<h3>This integration will create 8 Sensors, 8 Buttons, 1 service, and 1 device per user:</h3>
|
||||||
<h3>Sensors</h3>
|
<h3>Sensors</h3>
|
||||||
Message Received *State</br>
|
Message Received *State</br>
|
||||||
|
|
@ -86,7 +89,7 @@ awk -F ", " '{print $17}' | grep authKey | tail -1 | awk -F "=" '{print $2}'</pr
|
||||||
2. Settings wheel in top right > Services > Automation</br>
|
2. Settings wheel in top right > Services > Automation</br>
|
||||||
3. MQTT</br>
|
3. MQTT</br>
|
||||||
3a. URL
|
3a. URL
|
||||||
<pre>(tcp/ssl)://[username][:password]@host.domain[:port]</pre>
|
<pre>(tcp/ssl)://(MQTT User):(MQTT Pass)@(HA URL):(port)</pre>
|
||||||
3b. Topic > something recognizable. You need this exact topic in HA Integration Config.</br>
|
3b. Topic > something recognizable. You need this exact topic in HA Integration Config.</br>
|
||||||
3c. Client ID > I set the same, not sure if it should be, but it works.</br>
|
3c. Client ID > I set the same, not sure if it should be, but it works.</br>
|
||||||
3d. Test > Wait for "Success" toast message</br>
|
3d. Test > Wait for "Success" toast message</br>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue