hassio-plejd/plejd/CHANGELOG.md
2023-10-06 14:18:56 +02:00

30 KiB
Raw Permalink Blame History

Changelog hassio-plejd Home Assistant Plejd addon

0.11.0 (2023-10-06)

Full Changelog

Closed issues:

  • DWN-01 #287
  • Lights detected but cannot control them via HA. Going to unknown / unavailable in MQTT logbook #285
  • 0.10.0 breaks DAL-01 #284
  • Seems to just be looping #283
  • Failed to start discovery. Operation already in progress #282
  • Warning after HASS upgrade to 2023.8 #279
  • Discovery timeout because of gateway #278
  • Non-existing fields of connectedDevice are accessed in PlejdBLEHandler.js breaking time sync #265
  • Unable to retrieve session token response: Request failed with status code 404 #264
  • Used to work, can't find suitable bt device #263
  • Reconnecting loop keeps going after devices found, this makes them unavailable. #261
  • disconnecting after a few days #252

Merged pull requests:

0.10.0 (2023-08-22)

Full Changelog

Closed issues:

  • Names doubled in 2023.8 #277
  • HA Configuration failed #276
  • Unable to find correct BT characteristics #273
  • LED 75 #271
  • [plejd-mqtt] Initializing MQTT connection for Plejd addon #262
  • Problem starting up Plejd Addon #258
  • [installation] Repository not showing up in Add-on Store #256
  • Help needed #251
  • LED-75 causes addon to fail #250
  • Errors reported in the log. #249
  • Devices not added as entities #248
  • New devices #246
  • site name #242
  • 404 from cloud login #241
  • Stuck in Reconnecting BLE #240
  • BLE Connection lost after some time and can't be reestablished. #239
  • Getting a couple off error version with the latest #238
  • Log hardwareId of unknown devices at a lower verbosity level #237
  • Unable to find a bluetooth adapter that is compatible #234
  • Scences become "unavailable" at random instances #233
  • SPR-01 dont work #232
  • Brightness control missing for one of my devices DIM-01 #230
  • Dosn´t work after latest Hassio update #223
  • New devices #220
  • Unknown output id null #219

Merged pull requests:

0.9.1

Full Changelog

Closed issues:

  • DIM-01 New FW not discovered correctly #215

Merged pull requests:

0.9.0 (2022-04-10)

Full Changelog

Closed issues:

  • Installation of 0.8.0-beta failed #235
  • CTR-01 switches no longer come up in HA #205
  • Resetting entire addon in 1 minute #200
  • CTR-01 not switching #196

Merged pull requests:

0.8.0-beta (2021-06-14)

Full Changelog

BREAKING - READ BELOW FIRST

Release 0.8 and later will break ALL EXISTING DEVICES from earlier versions. Unique mqtt id:s will change, meaning HA will create new devices. Scenes will be added as scenes not as switches. Devices will be installed to Areas named by the rooms defined in the Plejd app (can be changed)

Recommendations to minimize impact

  • Optionally install MQTT explorer to bulk-delete discovered devices. If so - start MQTT explorer, connect, restart Plejd addon and then delete from MQTT explorer
  • Shut down Plejd addon, disable autostart
  • Reboot HA
  • Go to Configuration => Integration => MQTT. Go to entities and after that devices and remove all Plejd devices (should be listed as unavailable)
  • Upgrade addon to latest version and start
  • All devices should now be back. With luck they will have the same HA id:s as before so most things should work. Room assignments, icons, automations, scenes, etc will have to be gone though.
  • If all else fails you can uninstall the Plejd addon and the Mqtt addon (which should remove all Mqtt devices after restart), re-install and get back the same device id:s as you had before.

Closed issues:

  • Repostitory structure for 0.7.1 is not compliant #202
  • Configuration instruction outdated #189
  • Cant turn on lights after update #183
  • Discovery finds lights but claims not to #182
  • MQTTS connection problems with mqtt@~3.0.0 #181
  • Adding repository to HACS #180
  • WPH-01 buttons to trigger generic automations in HA #172
  • Scene id and device id can overlap meaning mqtt commands overlap #161
  • Add to "Tested on" section #122
  • USB Bluetooth adapter #101
  • Ignores devices if they have same name #91
  • Scene does not change state #85

Merged pull requests:

0.7.1 (2021-03-25)

Full Changelog

Closed issues:

  • Can't connect to device: TypeError: Cannot read property 'dimmable' #175

Merged pull requests:

0.7.0 (2021-03-23)

Full Changelog

Closed issues:

  • [plejd-ble] Unable to connect. Software caused connection abort #173
  • All logs seam to be OK but it´s not working anyway #171
  • Include rooms as lights does not work in 0.6.1 #169

Merged pull requests:

0.6.2 (2021-02-27)

Full Changelog

Closed issues:

  • Include rooms as lights does not work in 0.6.1 #169

0.6.1 (2021-02-20)

Full Changelog

Implemented enhancements:

  • Feature Request: Support setting the Plejd Network System Clock #130

Closed issues:

  • Set Plejd devices' clock hourly #165

0.6.0 (2021-01-30)

Full Changelog

Implemented enhancements:

  • Code restructure testing/input/code review #158
  • Offline mode #148

Fixed bugs:

  • Brightness level incorrect with RTR-01 and WPH-01 #159

Closed issues:

  • [plejd-api] Unable to retrieve session token response: Request failed with status code 403 Error: Request failed with status code 403 #162
  • Can't turn on/off lights after last update #157
  • Brightness level incorrect when changing with RTR-01 or WPH-01 #138
  • plejd-ble reconnect attempts #123
  • unable to retrieve session token response: Error: Request failed with status code 404 and 403 #99
  • Unable to scan BT Plejd #97

0.5.1 (2021-01-30)

Full Changelog

Merged pull requests:

  • Fix CRLF line endings that snuck into plejd.sh #155 (SweVictor)

0.5.0 (2021-01-30)

Full Changelog

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 guide, 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:

  • Remove or fix mqtt settings code #147
  • Errors in BLE cause addon to reinitialize #143
  • 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
  • startWriteQueue() - Nothing happens #120
  • Reverse transition: revisit #68

Merged pull requests:

0.4.8 (2020-11-24)

Full Changelog

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:294 UnhandledPromiseRejectionWarning: 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:

0.4.7 (2020-06-12)

Full Changelog

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)

Full Changelog

Closed issues:

  • Installation issue #83
  • Addon needs to manually be restarted #79
  • Cant install v 0.4.4 #77

Merged pull requests:

0.4.5 (2020-03-26)

Full Changelog

Merged pull requests:

  • fixed build error and upped version #81 (icanos)

0.4.4 (2020-03-19)

Full Changelog

Implemented enhancements:

  • Disabled AppArmor Policy since there's been a lot of issues with that.

Closed issues:

  • Apparmor in latest version #74
  • No devices added #70

Merged pull requests:

  • disabled apparmor since lots of issues with that #76 (icanos)

0.4.3 (2020-03-13)

Full Changelog

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:

  • updated to comply with new api version #73 (icanos)

0.4.2 (2020-03-03)

Full Changelog

Closed issues:

  • Error: Cannot find module './scene.manager' in 0.4.0 #65

Merged pull requests:

  • reworked write queue and added configurable wait time #67 (icanos)

0.4.1 (2020-02-29)

Full Changelog

Merged pull requests:

  • added missing file to dockerfile #66 (icanos)

0.4.0 (2020-02-29)

Full Changelog

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:

  • scene support, wph-01 and write queues #64 (icanos)

0.3.4 (2020-01-27)

Full Changelog

New features:

  • connectionTimeout configuration 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)

Full Changelog

Merged pull requests:

  • resolved missing device bug and new version #52 (icanos)

Closed issues:

  • v0.3.1, DBusError: Software caused connection abort #50

0.3.2 (2020-01-24)

Full Changelog

Merged pull requests:

  • potential bug fixed and new version #51 (icanos)

0.3.1 (2020-01-24)

Full Changelog

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:291 MaxListenersExceededWarning: 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:

  • added sorted list of devices discovered #44 (icanos)

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:

  • added error handling for writing to Plejd #34 (icanos)

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:

  • resolved container build error #33 (icanos)

0.2.2

Implemented enhancements:

  • Stability improvements

0.2.1 (2020-01-08)

Full Changelog

Implemented enhancements:

  • stability improvements

Merged pull requests:

0.2.0 (2019-12-31)

Full Changelog

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:

0.1.4 (2019-12-11)

Full Changelog

0.1.3 (2019-12-11)

Full Changelog

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