homebridge-magichome-platform
homebridge-magichome-platform copied to clipboard
Default RGB preset colours after turning off aren't respected
Describe the bug In my config.json I have a red and green crossfade preset which turns on when my gate is open through HomeKit automations and turns off when my gate is closed. Your README page says after the IP Address or MAC Address there should be the RGB code of the colour desired to be reset after turning off the preset, both led strips have the white RGB code but after the preset is turned off, when I turn it on manually through Home App or the physical remote, it starts the red and green crossfade pattern instead of the white RGB colour in the config.json. It's not a problem of the Home app automation as I have tried turning on and off the preset switch manually and checking with the remote and the Home app light switch myself.
Expected behaviour After opening and closing my gate and having the preset turned on and off automatically, I'd expect turning my led strips through Home or the remote in white colour and not in the current red and green crossfade.
Config { "name": "Gate Opening Pattern", "ips": { "192.168.1.200": "255, 255, 255", "192.168.1.220": "255, 255, 255" }, "preset": "red_green_cross_fade", "speed": 100 }