17 KiB
Changelog hassio-plejd Home Assistant Plejd addon
0.5.0
New features:
- Improved transitions due to new per-device queue of commands
- Completely rewritten and improved logging for js to improve code structure and user experience
Implemented enhancements:
- Adjust code to airbnb style guid, including eslint rules and prettier config
- Updated dependencies
- Improved readme with info about installation, debugging, and logging
Fixed bugs:
- Fix wrong initial brightness when transitioning turned-off lights
- Fix includeRoomsAsLights setting
Closed issues:
- Cannot read property 'length' of undefined - when turning of the light #134
- Idea: Add device id and shouldRetry to writeQueue #128
- Request: Clarify versions/readme #126
- light.turn_off turns the lights on #124
- Reverse transition: revisit #68
Merged pull requests:
- Feature/code style #150 (SweVictor)
- Improved logging #149 (SweVictor)
- Feature/per device write queue #144 (SweVictor)
- Fix wrong initial brightness when transitioning turned-off lights #142 (SweVictor)
- Fix includeRoomsAsLights and improve logging #141 (SweVictor)
- Update README.md #140 (buffedelic)
- multiple fixes for improved lifecycle and errors #137 (JohnPhoto)
- Bump axios from 0.19.0 to 0.21.1 in /plejd #133 (dependabot[bot])
- Improve transitioning of brightness #127 (SweVictor)
- Bump ini from 1.3.5 to 1.3.8 in /plejd #116 (dependabot[bot])
- Remove dead code #113 (thomasloven)
- Bump bl from 1.2.2 to 1.2.3 in /plejd #112 (dependabot[bot])
0.4.8 (2020-11-24)
Closed issues:
- Unable to install #111
- No state change on scene #109
- UnhandledPromiseRejectionWarning: DBusError: Failed to activate service 'org.bluez': timed out #108
- UnhandledPromiseRejectionWarning: DBusError: Failed to activate service 'org.bluez': timed out #107
- UnhandledPromiseRejectionWarning: DBusError: Operation already in progress #106
- failed to start discovery. Make sure no other add-on is currently scanning #103
node:294UnhandledPromiseRejectionWarning: DBusError: Does Not Exist #95- Error after RPI 3 B+ setup #94
- Installation instruction needs to be changed #90
- Losing connection #80
- Looks like it detects my divices but i still get some errors #75
- Support for Accesories #71
Merged pull requests:
- Bump lodash from 4.17.15 to 4.17.19 in /plejd #93 (dependabot[bot])
0.4.7 (2020-06-12)
Closed issues:
- Plejd app cant find devices after hassio.plejd connected #87
- plejd-ble: disconnecting / what do i do wrong:( #82
- Reverse transition: revisit #68
Merged pull requests:
0.4.6 (2020-05-06)
Closed issues:
Merged pull requests:
0.4.5 (2020-03-26)
Merged pull requests:
0.4.4 (2020-03-19)
Implemented enhancements:
- Disabled AppArmor Policy since there's been a lot of issues with that.
Closed issues:
Merged pull requests:
0.4.3 (2020-03-13)
Fixed bugs:
- Updated add-on to work with the API changes made by Plejd.
Closed issues:
- Error: unable to retrieve the crypto key. error: Error: Request failed with status code 400 #72
- plejd-ble: warning: wasn't able to connect to Plejd, will retry. #69
Merged pull requests:
0.4.2 (2020-03-03)
Closed issues:
- Error: Cannot find module './scene.manager' in 0.4.0 #65
Merged pull requests:
0.4.1 (2020-02-29)
Merged pull requests:
0.4.0 (2020-02-29)
New features:
- Implemented support for Plejd scenes, each scene appears as a switch in Home Assistant.
- WPH-01 is supported and generates two switches (left and right button).
- Write queues, finally able to incorporate Plejd devices in HA automations/scenes etc.
Closed issues:
- voluptuous.error.MultipleInvalid: extra keys not allowed @ data['schema'] #61
- Can't install R pi3+ #62
- Plejd plugin installation fail #60
- dBus Error? #59
- Connection problem with 3.4 #56
- Scene triggering via MQTT #43
- Reverse transition: #26
- light transition: not supported? #15
Merged pull requests:
0.3.4 (2020-01-27)
New features:
connectionTimeoutconfiguration parameter to enable tweaking of wait time on connection, usable for RPi 3B+.
Implemented enhancements:
- Reworked some logging to get better understanding of what happens.
Merged pull requests:
0.3.3 (2020-01-24)
Merged pull requests:
Closed issues:
- v0.3.1, DBusError: Software caused connection abort #50
0.3.2 (2020-01-24)
Merged pull requests:
0.3.1 (2020-01-24)
Merged pull requests:
0.3.0 (2020-01-24)
New features:
- New BLE manager, DBus instead of noble
Closed issues:
- Entities without devices #28
- noble warning: unknown peripheral in ver 0.2.0 #24
node:291MaxListenersExceededWarning: Possible EventEmitter memory leak detected. #19
Merged pull requests:
0.2.10 (2020-01-18)
Merged pull requests:
0.2.9 (2020-01-18)
Merged pull requests:
0.2.8 (2020-01-16)
Fixed bugs:
- FIX: Reset characteristic state on disconnect
Merged pull requests:
0.2.7 (2020-01-16)
Fixed bugs:
- Added exception handling to unsubscribing lastData characteristic if already disconnected
Merged pull requests:
0.2.6 (2020-01-15)
Merged pull requests:
0.2.5 (2020-01-14)
Closed issues:
- Scene ID always 0 #35
Merged pull requests:
0.2.4 (2020-01-14)
Merged pull requests:
0.2.3 (2020-01-14)
Closed issues:
- parse error: Expected string key before ':' at line 1, column 4 #17
- Raspberry Pi4 Hassos - Installation exited #32
Merged pull requests:
0.2.2
Implemented enhancements:
- Stability improvements
0.2.1 (2020-01-08)
Implemented enhancements:
- stability improvements
Merged pull requests:
0.2.0 (2019-12-31)
New features
- Include rooms as lights
Implemented enhancements:
- stability improvements
Fixed bugs:
- noble warning: unknown peripheral #1
Closed issues:
- parse error: Expected string key before ':' at line 1, column 4/code 404 #18
- Cannot find module './plejd' #13
- Cannot add repo #11
- REL-02 #8
- Http error on line 1 #7
- DIM-2 and MQTT auto discover issue? #6
- Switch / Light #5
- Devices not loading after restart of HA #4
- Error building #3
Merged pull requests:
- merge to 0.2.0 #23 (icanos)
- Remove old reference to plejd.js #14 (treet)
- rewritten the ble communication layer #12 (icanos)
- more stability improvements #9 (icanos)
0.1.4 (2019-12-11)
0.1.3 (2019-12-11)
Closed issues:
- DIM-02 only one entity per device detected #2
0.1.1
Fixed bugs:
- Fixed missing reference on startup, preventing add-on from starting
0.1.0
New features:
- Rewrote the BLE integration for more stability
Fixed bugs:
- discovery wasn't always sent
0.0.9:
New features:
- Added support for Plejd devices with multiple outputs (such as DIM-02)
Fixed bugs:
- bug preventing add-on from building
Initial (2019-12-04)
New features:
- Initial version of the addon created!
* This Changelog was partially generated by github_changelog_generator