Commit graph

453 commits

Author SHA1 Message Date
swevictor
d99a54e849 Release of 0.14.0 2025-08-05 20:31:14 +02:00
Victor
b3c6334f0c
Improve MQTT behavior and add experimental parsing for color temp support from Plejd API (#298)
* Update underlying docker containers and dependencies.
* Minor linting and code issues fixes
* Update supported devices section
* Improve Mqtt message properties - retain, etc.
- Retain discovery messages
- Don't retain others
- Set QoS to 1 consistently to ensure at least once delivery
- Set session timeout to ensure a reasonable TTL on messages
* Code and logic to remove any retained mqtt messages for SET/STATE/AVAILABILITY
* Temporary restructure of init flow for mqtt.
- No longer wait for HA birth message
- Don't listen to incoming messages until old retained messages have been purged.
- More details in https://github.com/icanos/hassio-plejd/issues/218
* Fix lingering incorrect access of connectedDevice.id
* Fix to avoid Home Assistant setting retain flag on MQTT SET STATE messages
* Parse new TRAIT=15, assuming this means dimmable and tunable white
* Clarify TRAITS bitmask values
* Add experimental parsing for color temp support from Plejd API
* Lint fixes
* Remove null coalescing operator since we don't compile code
* Handle case where outputSettings is null in PlejdApi
* Solve MQTT errors due to deprecated api color_temp and unsupported removal of retained state messages
2025-08-05 19:55:50 +02:00
swevictor
a789d913d7 Update version and changelog for 0.13.0 release 2025-08-05 10:36:05 +02:00
swevictor
fbfe239421 Add support for DWN-02 from dev to master 2025-08-05 10:35:42 +02:00
swevictor
1b9889c0ee Patch notes for new DIM-01 hardware 2025-08-05 09:43:37 +02:00
swevictor
41785f5ed9 Release of 0.12.0 2025-08-04 17:05:14 +02:00
Tom Aafloen
0f3cee0284
Add DIM-01 support, hardware id 22 (#318)
Merge of PR to add support for DIM-01, hw id 22.
2025-08-04 16:38:36 +02:00
Victor
7bdcc60205
Merge pull request #308 from mathiasbk/master
Added Home assistant Yellow to tested devices
2024-11-22 13:08:41 +01:00
mathiasbk
9f7dd45ac8 Added Home assistant Yellow to tested devices 2024-11-22 10:47:37 +01:00
swevictor
544172d806 Update changelog with release PR 2023-10-06 14:18:56 +02:00
Victor
37148c18c4
Merge pull request #290 from icanos/develop
Release 0.11.0
2023-10-06 05:13:59 -07:00
swevictor
1c0cb66e03 Update release notes and config to prepare for 0.11.0 2023-10-06 14:12:37 +02:00
swevictor
fd14d51144 Update readme and add support for DWN-01 2023-10-06 14:11:52 +02:00
swevictor
9146f9c7d3 Lint and code style fixes 2023-10-06 14:11:23 +02:00
swevictor
1f2c2df5ca Improve handling of too short BLE time update messages 2023-10-06 14:02:04 +02:00
swevictor
75306827ae Improve user-facing logging and BLE id handling in device registry and PlejdBLEHandler
- Resolves #265
2023-10-06 11:57:09 +02:00
swevictor
ae8e41ec41 Only add a BLE output id once during discovery to account for grouping in DWN devices 2023-10-03 21:56:04 +02:00
swevictor
14ba127182 Add support for DWN-01 smart tunable downlight 2023-10-02 08:58:11 +02:00
swevictor
5f77638ca3 Add support for the DAL-01 Dali broadcast with dimmer and tuneable white support 2023-08-25 15:57:00 +02:00
swevictor
979adea7f0 Merge branch 'feature/set-device-name-null' into develop 2023-08-22 13:56:07 +02:00
swevictor
17e382f00a Merge branch 'develop' 2023-08-22 13:06:57 +02:00
swevictor
8dfbb9c177 Update changelog with final 0.10.0 PR 2023-08-22 13:05:33 +02:00
Victor
d58050b521
Merge pull request #280 from icanos/develop
Release 0.10.0
2023-08-22 12:02:58 +02:00
swevictor
a30e5b07d7 Update changelog to prepare for 0.10.0 release 2023-08-22 12:02:09 +02:00
swevictor
ed217176e9 Set entity name to null to indicate entity is the default entity for the device
Due to HA change as per https://developers.home-assistant.io/blog/2023-057-21-change-naming-mqtt-entities/
2023-08-18 20:07:40 +02:00
swevictor
a10f475a3a Update copyright year in README 2023-08-18 19:55:37 +02:00
swevictor
16f817d195 Normalize Dockerfile line ending 2023-08-17 15:37:06 +02:00
swevictor
61427224a0 Add .gitattributes to force git not changing line endings for developers 2023-08-17 12:04:10 +02:00
swevictor
63b6bb4ca3 Fix line endings for shell scripts 2023-08-16 17:03:09 +02:00
swevictor
cacd9fc4ba Linting of all fixes 2023-08-16 15:32:53 +02:00
swevictor
fc23230490 Remove unneeded npm scripts 2023-08-16 15:29:22 +02:00
swevictor
6403b3443e Merge branch 'develop' of https://github.com/icanos/hassio-plejd into develop 2023-08-16 15:28:31 +02:00
swevictor
4c520ecb58 Improve linting and code styles configuration and npm scripts 2023-08-16 15:28:14 +02:00
swevictor
cc04d1ea0c Improve linting and code styles configuration and npm scripts 2023-08-16 15:27:17 +02:00
swevictor
38a235eddf Prepare for version 0.10.0 release 2023-08-16 15:02:01 +02:00
swevictor
f60ef88efc Improve README.md and Details.md 2023-08-16 15:01:31 +02:00
swevictor
5b7490a8bd Merge branch 'feature/new-devices-2022-10' of https://github.com/icanos/hassio-plejd into feature/new-devices-2022-10 2023-08-15 15:46:37 +02:00
swevictor
46231e55cb Update readme to clarify support new device types
- SPR-01
- LED-75

Closes #232, #250
2023-08-15 15:45:47 +02:00
swevictor
aaad0ebf61 Add description to device types to improve clarity 2023-08-15 15:18:53 +02:00
swevictor
efac28fc30 Change API entity definition from enum to string for relevant types 2023-08-15 15:18:52 +02:00
swevictor
f016058b57 Update the device list with new devices
- Based on the device list from @SM6WGG in https://github.com/icanos/hassio-plejd/issues/250#issuecomment-1269535099
2023-08-15 15:18:52 +02:00
swevictor
c76f8006b5 Improve documentation - clarify that username is normally email address 2023-08-15 15:18:52 +02:00
swevictor
12a8f4e475 Catch errors due to unknown device type to avoid addon crashing 2023-08-15 15:18:52 +02:00
Victor
d987a6f2cc
Merge pull request #272 from timjackson/readme-updates
Update installation instructions for newer HA/clarify manual install
2023-08-14 14:04:56 +02:00
Tim Jackson
60fd01709e Update the installation instructions to reflect more recent versions of Home Assistant, and add additional clarity to the manual installation 2023-05-26 23:27:09 +02:00
swevictor
a03f2556d6 Add description to device types to improve clarity 2022-10-16 14:40:15 +02:00
swevictor
d9d4f9bac8 Change API entity definition from enum to string for relevant types 2022-10-16 14:36:40 +02:00
swevictor
0ed2ad849c Update the device list with new devices
- Based on the device list from @SM6WGG in https://github.com/icanos/hassio-plejd/issues/250#issuecomment-1269535099
2022-10-16 14:35:43 +02:00
swevictor
9561a0586d Improve documentation - clarify that username is normally email address 2022-10-16 09:41:48 +02:00
swevictor
4fb0267ad4 Catch errors due to unknown device type to avoid addon crashing 2022-10-06 09:35:15 +02:00