Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot control lights at all #32

Open
Khazanedar opened this issue May 21, 2020 · 2 comments
Open

Cannot control lights at all #32

Khazanedar opened this issue May 21, 2020 · 2 comments

Comments

@Khazanedar
Copy link

Khazanedar commented May 21, 2020

Describe the bug
Brightness, color, on/off status does not work whatsoever in the home app

Expected behavior
Expect home app to be able to control lights.

Config
{
"platform": "MagicHome-Platform",
"debug": true,
"disableDiscovery": true,
"lights": [
{
"name": "LED Strip",
"ip": "192.168.0.3",
"setup": "RGBWWv3",
"purewhite": true,
"timeout": 0
}
]
}

Logs
[5/21/2020, 1:13:26 PM] Homebridge is running on port 51007.
[5/21/2020, 1:13:27 PM] [MagicHome-Platform] [ 'Polling Light', '192.168.0.3' ]
[5/21/2020, 1:13:27 PM] [MagicHome-Platform] C:\Users\Chad\AppData\Roaming\npm\node_modules\homebridge-magichome-platform\src\flux_led.py 192.168.0.3 -i
[5/21/2020, 1:14:30 PM] [MagicHome-Platform] C:\Users\Chad\AppData\Roaming\npm\node_modules\homebridge-magichome-platform\src\flux_led.py 192.168.0.3 --on
[5/21/2020, 1:15:42 PM] [Config] Changes to config.json saved.
[5/21/2020, 1:15:47 PM] [MagicHome-Platform] C:\Users\Chad\AppData\Roaming\npm\node_modules\homebridge-magichome-platform\src\flux_led.py 192.168.0.3 --on
[5/21/2020, 1:15:58 PM] [MagicHome-Platform] C:\Users\Chad\AppData\Roaming\npm\node_modules\homebridge-magichome-platform\src\flux_led.py 192.168.0.3 --on

Desktop (please complete the following information):

  • OS: Windows 10

Additional context

  • Magic Home app still successfully controls color and on/off status
  • Shows up in home app but does not do anything
  • have restarted phone
    -have removed and added again
  • static ip assigned to light strip
  • have tried RGB, RGBW, RGBWW, RGBWWv3
@Khazanedar
Copy link
Author

Anyone?

@rykm48
Copy link

rykm48 commented Jun 10, 2020

Also having this same issue!
Error: spawn UNKNOWN at ChildProcess.spawn (internal/child_process.js:406:11) at spawn (child_process.js:548:9) at LightAgent.getDevices (C:\Users\HomeBridge\AppData\Roaming\npm\node_modules\homebridge-magichome-platform\src\lib\lightAgent.js:143:17) at LightAgent.startDiscovery (C:\Users\HomeBridge\AppData\Roaming\npm\node_modules\homebridge-magichome-platform\src\lib\lightAgent.js:68:12) at new MagicHome (C:\Users\HomeBridge\AppData\Roaming\npm\node_modules\homebridge-magichome-platform\src\magichome.js:37:14) at C:\Users\HomeBridge\AppData\Roaming\npm\node_modules\homebridge\src\server.ts:396:40 at Array.forEach () at Server.loadPlatforms (C:\Users\HomeBridge\AppData\Roaming\npm\node_modules\homebridge\src\server.ts:373:27) at Server.start (C:\Users\HomeBridge\AppData\Roaming\npm\node_modules\homebridge\src\server.ts:152:29) at cli (C:\Users\HomeBridge\AppData\Roaming\npm\node_modules\homebridge\src\cli.ts:80:10)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants