Move Details.md to /plejd folder

This commit is contained in:
Victor Hagelbäck 2021-06-09 09:23:24 +02:00
parent 6f269de481
commit 71dbcc0b44
2 changed files with 2 additions and 2 deletions

28
plejd/Details.md Normal file
View file

@ -0,0 +1,28 @@
# Details for Home Assistant beginners
If you can reach your Home Assistant at [http://homeassistant.local:8123](http://homeassistant.local:8123) the links below should work.
## Mosquitto
Head over to Supervisor -> Add-on Store and search for `mosquitto broker`.
Install it and then start [mosquito addon link](http://homeassistant.local:8123/hassio/addon/core_mosquitto/info)
## Add api user for Mosquito
Add a Home Assistant user for the Plejd addon to be able to connect to Mosquito [Configuration -> Users](http://homeassistant.local:8123/config/users)
Call the user e.g. `mqtt-api-user`, set a password and save
## Plejd
Follow the `Easy Installation` in [README.MD](plejd/README.md)
And `Configuration Parameters` on the same page.
The only parameters needing a value are
* site
* username
* password
* mqttUsername e.g. `mqtt-api-user`
* mqttPassword
Now you can start the Plejd add-on
## Where are the lights?
Head over to [Configuration -> Integrations](http://homeassistant.local:8123/config/integrations) and click Configure on MQTT
After this step a new `Mosquito broker` should appear on the same page. If everything was setup correctly. It will list your lights under
`1 entity`/`n entities`

View file

@ -18,7 +18,7 @@ Plejd output devices typically appears as either lights or switches in Home Assi
| DIM-01 | - | Light | |
| DIM-02 | - | Light | |
| LED-10 | - | Light | |
| DAL-01 | - | - | Not supported, not released by Plejd |
| DAL-01 | - | - | Not tested, not supported |
| WPH-01 | - | Device Automation | type:button_short_press, subtype:button_1, button_2,button_3,button_4 |
| WRT-01 | - | Device Automation | type:button_short_press, subtype:button_1 |
| GWY-01 | - | - | |
@ -93,7 +93,7 @@ Browse your Hass.io installation using a tool that allows you to manage files, f
- Enjoy!
### Detailed Home Assistant instructions
[The details](../Details.md)
[The details](./Details.md)
### Install older versions or developemnt version