added some config and logging
This commit is contained in:
parent
8413bc65ee
commit
c87eee2d2c
6 changed files with 46 additions and 19 deletions
|
|
@ -12,6 +12,8 @@ I am in no way affiliated with Plejd and am solely doing this as a hobby project
|
|||
**Did you like this? Consider helping me continue the development:**
|
||||
[Buy me a coffee](https://www.buymeacoffee.com/w1ANTUb)
|
||||
|
||||
[](https://gitter.im/hassio-plejd/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||
|
||||
## Getting started
|
||||
To get started, make sure that the following requirements are met:
|
||||
|
||||
|
|
@ -88,6 +90,7 @@ mqttBroker | URL of the MQTT Broker, eg. mqtt://localhost
|
|||
mqttUsername | Username of the MQTT broker
|
||||
mqttPassword | Password of the MQTT broker
|
||||
includeRoomsAsLights | Adds all rooms as lights, making it possible to turn on/off lights by room instead. Setting this to false will ignore all rooms. *Added in v. 5*.
|
||||
connectionTimeout | Number of seconds to wait when scanning and connecting. Might need to be tweaked on platforms other than RPi 4. Defaults to: 2 seconds.
|
||||
|
||||
## I want voice control!
|
||||
With the Google Home integration in Home Assistant, you can get voice control for your Plejd lights right away, check this out for more information:
|
||||
|
|
@ -98,6 +101,15 @@ Check this out for more information on how you can get your Plejd lights control
|
|||
https://www.home-assistant.io/integrations/homekit/
|
||||
|
||||
## Changelog
|
||||
*v 0.3.4*:
|
||||
* NEW: `connectionTimeout` configuration parameter to enable tweaking of wait time on connection, usable for RPi 3B+.
|
||||
* FIX: Reworked some logging to get better understanding of what happens.
|
||||
|
||||
*v 0.3.0*:
|
||||
* NEW: New BLE manager, DBus instead of noble
|
||||
* FIX: Adding entities as devices now as well
|
||||
* FIX: Bug fixes
|
||||
|
||||
*v 0.2.8*:
|
||||
* FIX: Reset characteristic state on disconnect
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue