pimw1

Results 49 comments of pimw1

+1 . It has been suggested by me the discussion session too: https://github.com/awawa-dev/HyperHDR/discussions/247 This would be really handy.

Same issue here, with version 2021.11b1. It shows the following error: Logger: frontend.js.latest.202110280 Source: components/system_log/__init__.py:190 First occurred: 22:10:21 (1 occurrences) Last logged: 22:10:21 http://192.168.178.2:8123/hacsfiles/custom-sidebar/custom-sidebar.js:162:66 Uncaught TypeError: Cannot read properties of...

Hi Rene, did you find any solution for this? I'm strugling with the same.

Thanks for letting me know. @all: could someone please help us out? My setup is straightforward: - HA-Bidge -> Home Assistant -> Conbee II (Deconz) ->Philips Hue light bulbs. -...

Hi all, i am able to adjust the color light by calling the REST API directly: ``` curl -X POST \ -H "Authorization: Bearer mysupersecrettoken" \ -H "Content-Type: application/json" \...

Sure, thanks for helping me :) See the output below. ![image](https://user-images.githubusercontent.com/74881023/117994369-c6d41a00-b340-11eb-8d4e-4a12734725e5.png) edit: when executing, the light turns on, but in full white, no color.

I think/hope that i've got a solution: i'm sending out the below http requests: ![image](https://user-images.githubusercontent.com/74881023/118018718-6f41a880-b358-11eb-8bb5-264b97683d9e.png) ![image](https://user-images.githubusercontent.com/74881023/118018815-90a29480-b358-11eb-8996-eede05b9eb31.png) When testing, all four buttons are working (TEST ON, Test Dim, Test OFF, Test...

Hi, í've finetuned it a bit to get the smoothest response from Hyperion (with transition = 0.5). I also got to know that "color items" also need brightness variable in...

High, i've improved upon the solution. The most important one is that **the overheating security contained a bug**: a on_value_range will not trigger when the device is booted while already...

Thanks sanderlv! Inline comments are added to the code. At a very high level, the scripts are generic pieces of logic that are reutilized by several triggers (physical button presses...