Status quo: user perspective #37
Replies: 4 comments 11 replies
-
this is an addition to help with the "generate a virtual light in HA topic": `light:
this will give you a entity that has rgbw support and color wheel etc. this might be helpful as well: Ps: your integration works great for me now =) |
Beta Was this translation helpful? Give feedback.
-
Hi @senna1992, could you provide me the device ids of your devices that currently use the fallback so that I can add the corresponding model codes for auto detection of the corresponding device class? |
Beta Was this translation helpful? Give feedback.
-
Hi sure :)
This is the ID of chihiros backlight (setting: brightness only) "dycomffb36c71c2bf"
This is the ID of chihiros C2 (setting: brightness only) "dync2ncb08109274d1"
This is the ID of chihiros wrgb 2 (settings: rgb, white) "DYNWRGBF64B5365158E"
:)
…________________________________
From: Michael Dietrich ***@***.***>
Sent: Friday, August 30, 2024 8:03:09 PM
To: TheMicDiet/chihiros-led-control ***@***.***>
Cc: senna1992 ***@***.***>; Mention ***@***.***>
Subject: Re: [TheMicDiet/chihiros-led-control] Status quo: user perspective (Discussion #37)
Hi @senna1992<https://github.com/senna1992>, could you provide me the device ids of your devices that currently use the fallback so that I can add the corresponding model codes for auto detection of the corresponding device class?
—
Reply to this email directly, view it on GitHub<#37 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BDT5ST4B7V3OQO7GMKABZUTZUCXV3AVCNFSM6AAAAABMMI4GLSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANJQGIZDSMQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Update I:
Connection is staple if an usb-extension cord is used. this is common for nearby zigbee/Bt/wifi radios since they share the frequency.
--> i ordered some esp boards to try using them as bt proxies.
--> it might be enabeling me to integrate my fluval light as well - since there's some early stage esp integration for them.
( https://community.home-assistant.io/t/fluval-aquasky-ble-rgb-light/259598/142?page=7)
//
Big Thanks for making this possible!
As of yesterday, i did not know your integration existed! A hidden gem.
for now i can say that this adapter works (will update list with all conformed good ones from below if posted by someone):'
TP Link UB400 Nano: https://www.amazon.de/gp/product/B07NQ5YGDW
for now i can say that this adapter does not work:
RPI 4 (CM4 with wifi+bt)
this light is detected correctly:
wrgb universal 800mm
this light works, controleld by fallback-mode:
backlight (native support: brightness change)
c2, after unpairing from app, (native support: brightness change)
wrgb II 60cm (native support: wrgb + brightness)
i am currently testing how to combine those lights the rgb lights so, it shows up as one rgb light:
my workaround:
create new helper "input_boolean" -> map it to the state of the entites combined (exclusive and method) -> have an automation set the helper based on the entities state.
my first "solution" / idea:
have a function node in nodered, which sets all the entites to some predefined level (each has its own level).
add call service node with "service light turn on" after function node
add an helper "input boolean" as trigger for this function node.
This way i can have my 2 tanks show the same light scene with no hassle.
my second idea: (how to have 1 entity in HA as quick reference to the light being on or off)
in addition to my time based shedule for switching on and off the lights, i added one more input_boolean helper.
this helper is set to "off" when lights are switched off / on based on the automation.
if this helper is changed manually, it directly triggeres the requested "call service" node, which is part of the given automation.
This helper then can be made visible with "tile" cards or similar, so that it fits visually seemless within light entites.
Beta Was this translation helpful? Give feedback.
All reactions