Jump to content

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


  • 0

Aqara T1M - color controls


Question

Posted (edited)

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? :)

 

Edited by Ilyu

1 answer to this question

Recommended Posts

  • 0
  • Inquirer
  • Posted (edited)

    Please login or register to see this code.

     

    @tinman@jgab

     

    Please login or register to see this code.

     
    Not sure whats wrong with the format here :D
    Edited by Ilyu

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Answer this question...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...