Welcome to Smart Home Forum by FIBARO
Dear Guest,
as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.
As a member you can:
- Start new topics and reply to others
- Follow topics and users to get email updates
- Get your own profile page and make new friends
- Send personal messages
- ... and learn a lot about our system!
Regards,
Smart Home Forum by FIBARO Team
Question
Ilyu 0
Hi,
I got the Aqara T1M and was able to pair it with my Home Center 3. (via Zigbee)
In addition to my dimmer (in my room) I got 2 new devices for the main light and the ring.
Unfortunately I am only able to change the brightness and the color saturation but not the color it self.
I was wondering if it is somehow possible (with maybe a quick app?) to get some kind of color picker for the light or do I have to eventually get a aqara hub? (I dont care about effects, just want the colors)
Also I wonder if it's somehow possible to combine the 3 devices and their states. I have a button (not a switch) in my room with the dimmer behind.
I know the T1M is not able to be dimmed via the dimmer (it starts pulsating) so I have to deactivate that function fully. But I would like both of the T1M devices to be set to Off and On when I press the button in my room - is that possible?
Or the other way around would be even better: If one or both of the lights (main/ring) is on then the dimmer is on and if I press it it will switch the light off. Wierd to describe but I guess you guys get where I am at.
I can live with the button always turning on both lights. The good thing is also, that the color temp and brightness is saved and reused when I turn the light on/off with the button. (hopefully that would be the case for color aswell)
Thanks in advance!
Edit: I guess the basic logic would be having 2 QA's for the MAIN and the RING light and in the methods for turning the device on and off the following logic needs to run:
The dimmer always turns on both lights and also disconnects both zigbee connections when turning off.
With that information I would assume something like this could work:
e.g. for QA-MAIN LIGHT
Method: TURN ON
IF DIMMER == OFF{
DIMMER = ON;
RING = OFF;
}else{
MAIN = ON;
}
Method: TURN OFF
IF RING == ON{
MAIN = OFF;
}else{
DIMMER = OFF;
}
Is something like this possible or am I drifting too far?
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.