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

Brightness Control and Color management #137

Open
rsinjab opened this issue Aug 27, 2023 · 3 comments
Open

Brightness Control and Color management #137

rsinjab opened this issue Aug 27, 2023 · 3 comments

Comments

@rsinjab
Copy link

rsinjab commented Aug 27, 2023

Hey there,
First of all, thank you so much for the great plugin. It's amazing.

After the latest update, I realized that I'm unable to control the brightness of my LED strips. I can turn on/off but cannot control the brightness. Also my LEDs are a single color LEDs and the controller I have is also non RGB, however in Home app I see the color control active now.

Is there a way to fix this? Please see the settings below

{
"pruning": {
"pruneMissingCachedAccessories": false,
"restartsBeforeMissingAccessoriesPruned": 3,
"pruneAllAccessoriesNextRestart": false
},
"whiteEffects": {
"simultaniousDevicesColorWhite": false,
"colorWhiteThreshold": 10,
"colorWhiteThresholdSimultaniousDevices": 100,
"colorOffThresholdSimultaniousDevices": 5
},
"deviceManagement": {
"blacklistOrWhitelist": "blacklist"
},
"advancedOptions": {
"periodicDiscovery": true,
"namesWithMacAddress": false,
"logLevel": 3
},
"_bridge": {
"username": "***************",
"port": *****
},
"platform": "homebridge-magichome-dynamic-platform"
}

@benisdev-py
Copy link

Same Problem dude :(

@benisdev-py
Copy link

benisdev-py commented Aug 29, 2023

I found something that worked for me:

install via the Dashboard Console these two npm packages:

npm i homebridge-lib
npm i magichome-platform

found it on:
https://www.npmjs.com/package/homebridge-magichome-dynamic-platform?activeTab=dependencies

@Zacknetic
Copy link
Owner

@rsinjab hey, thank you for reporting the issue. Could you please share your logs?

Please keep in mind that the latest 2.0.0-alpha version is missing quite a few features and should still be considered just that, an alpha and unstable version. That said, I could use all the help I can get with testing this version so thank you! I will work on the switches and single color bulbs next.

@benisdev-py , installing the dependencies directly helped with that? What version are you using?

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

3 participants