steve228uk / homebridge-magichome

A Homebridge plugin for Magic Wifi devices
MIT License
82 stars 47 forks source link

Home app cant change colors. On/off and Dim working fine. #67

Closed FilipeThePinho closed 5 years ago

FilipeThePinho commented 5 years ago

Hello,

I recently added a RGB led strip to homebridge (first one). Has the title says, colors do not change on Home App (iOS). Below, is my config.json:

{ "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:30", "port": 51830, "pin": "012-34-567" }, "description": "Acessories Configuration", "accessories": [ { "accessory": "MagicHome", "name": "LED Strip - homebridge-magichome", "ip": "10.10.10.11", "setup": "RGB", "purewhite": false } ] }

Did not find any solution, sorry if duplicated :/

Best regards

FilipeThePinho commented 5 years ago

Solved. Just a configuration issue.

For those Magichome controllers, if they are only RGB, the configuration must be RGBW with "purewhite":false

Best regards