pimw1
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.  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:   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...