I’m using a Fibaro RGBW controller through Vera. Trying to implement the color wheel or color picker but am getting different color numbers from Vera than what color wheel is looking for. From Vera: #8000090000 but when I change the color wheel I get: #446CFF. Is there a way to translate the info from Vera into the appropriate color for color wheel?
Sorry I’m not being clear. In Vera…I have the Fibaro installed and the RGB Controller plugin that controls the color change. In Home Remote, I added a color picker to a tile. For trial purposes I made 2 labels…one shows the color of the Vera device as #8000090000…the other shows the color generated when I press the color picker as #446CFF.
When I try to use the color picker in Home Remote to change the color, using @Device.Color, I get: Response atatus code does not indicate success (501). It appears that Vera wants the 10-digit color but the color picker in Home Remote is sending a 6-digit color.
I hope this is more clear for you. Thank you for your help.
I just checked in my Home Remote designer, note I am using Group Pages. Anyway looks like I just added the actual Fibaro RGBW device instance in to my dash page and not the RGB Controller plugin device instance.
And I am using the LightDetails.xaml template file that I modified to use a ColourWheel rather than a ColourPicker.
So when I pick colours on the colour wheel its controlling directly the Fibaro RGBW device instance in Vera and not the RGB Controller plugin device instance.
Think in the old Imperihome app we had to use the RGB Controller plugin device instance instead, which is why I probably installed the RGB Controller plugin in the first place.
So if your using “Group” Pages in Home Remote as I am you can do this.
In the Home Remote Designer under the Templates folder create a new sub folder called “Custom” and copy and paste the attached two template files into that folder.
Under the Groups folder create sub folders for your Rooms and sub dashboard pages and add the Fibaro RGBW device in to the subfolder.
Then change the template file names to match the new custom ones etc.
Also double check that your “Capabilities” are correct.
Thanks - So, I’ve followed your instructions, but am still not getting a change in color on the lights. When I open the details page, the color on the color wheel is correct, but when I click to change the color, nothing happens. This is probably something simple, but not seeing it. Any further thoughts? Thanks again.
Well, the color picker was added to the Device just like yours, but when I select a color, I don’t have the “Cancel” or “Submit” buttons. Must be one of the issues you talked about.