Skip to content

Releases: sanjoyg/dirigera_platform

Possible Fix for Light Issue

31 May 18:46
Compare
Choose a tag to compare

Changed async_schedule_ha_state to schedule_ha_state

Light/Bulb Fix and Propagation of Events & Diagnostic Category

25 May 13:50
Compare
Choose a tag to compare

Fixes

  1. Lights/Bulb have a peculiar issue with the hub version that exists with me. When a brightness/color temp is set an event is generated with some intermediate value and then after two seconds the right value is set. This causes a jump in sliders, now the first update after making changes is ignored.

  2. Diagnostic category for battery % in controller

Breaking Changes

Also due to complexity around having patch command to control state of device_set but no available GET for device sets breaking the feature to hide individual bulbs

Light/Bulb Fix and Propagation of Events

25 May 13:43
Compare
Choose a tag to compare

Lights/Bulb have a peculiar issue with the hub version that exists with me. When a brightness/color temp is set an event is generated with some intermediate value and then after two seconds the right value is set. This causes a jump in sliders, now the first update after making changes is ignored.

Also due to complexity around having patch command to control state of device_set but no available GET for device sets breaking the feature to hide individual bulbs

Event Progagation Fix

21 May 11:02
73bf5a0
Compare
Choose a tag to compare
Merge pull request #49 from Sikerdebaard/patch-1

Fix event propagation

Responsiveness Fix to Brightness

19 May 05:56
Compare
Choose a tag to compare

Fix to handle light_level, color_tempertature, color_hue and color_saturation in the hub events. However there is an issue with the dirigera hub, when the set brightness or temperature or hue is called with async, it initates an async update which gives the stale state and then it follows up with the correct state

Scene Fixes

16 May 07:16
a66bbce
Compare
Choose a tag to compare
Merge pull request #45 from slajob/main

update Trigger field reference to prevent pydantic validation error

Updated Base Lib Version

13 May 07:59
Compare
Choose a tag to compare
1.7.1

Updated base lib version

Induced Properties

10 May 18:01
Compare
Choose a tag to compare

Smaller code footprint, better event processing.
Battery % reflected for most controllers

Suggested Area Populated Based on Room

22 Apr 19:56
34d44cc
Compare
Choose a tag to compare
Merge pull request #43 from bjorncs/bjorncs/suggested-area

Pre-populate area name based on Dirigera room definition

Scene Support

20 Apr 04:51
25f0525
Compare
Choose a tag to compare
Create pull_request_template.md

Small PR template to remeber to update baselib in two places and squash commit to make list clean