Fibaro rgbw sequence


#21

I’ve changed it now. But same issue remains ; it turns on blue and stays there. When I open the light in smart th ings app it shows th e colour changing but in reality it isn’t. Any ideas ?

I don’t think this is a problem with set coloUrs as my first two colours aren’t presets anymore


#22

for reference this is the device handler and piston now

/**

  • Device Type Definition File
  • Device Type: Fibaro RGBW Controller
  • File Name: fibaro-rgbw-controller.groovy
  • Initial Release: 2015-01-04
  • Author: Todd Wackford
  • Email: [email protected]
  • Copyright 2015 SmartThings
  • Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except
  • in compliance with the License. You may obtain a copy of the License at:
  •  http://www.apache.org/licenses/LICENSE-2.0
    
  • Unless required by applicable law or agreed to in writing, software distributed under the License is distributed
  • on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License
  • for the specific language governing permissions and limitations under the License.

*/

/*
Todo’s
1. Incorporate javadoc information and formatting
*/

metadata {


#23

Few things to try… now DTH is tweaked, try going back to presets.

Loose the ‘when true turn on’ at the top, the first set color does that for you automatically.

Loose the C and P on the ‘with statement’

If the above fails, make a super simple piston, just to test a single ‘set color’