HomebridgeMagicHome-DynamicPlatform
HomebridgeMagicHome-DynamicPlatform copied to clipboard
[BUG] Unable to assign controller during the Discover step
Hello Everyone. I've got an issue when trying to assign controller to homebridge. You'll find all requested informations just below. Thanks for help by advance.
Logs
Describe the bug
After connecting my led strip controller to my network by MagicHomeApp, the Homebridge plugin can Discover the controller but can't associate it into Homebridge due to Version problem
To Reproduce
Steps to reproduce the behavior:
- Add led strip controller to MagicHome App and connect it to the network
- Install HomebridgeMagicHome-DynamicPlatform
- Restart Homebridge
- Waiting Discover
Expected behavior
My led strip controller should recognized by Homebridge
Additional context
Trying with 1.9.7 and 1.9.8.Beta of HomebridgeMagicHome-DynamicPlateform versions
Host Hardware
- Hardware: Linux VM in Freebox (Hardware of a French ISP)
- OS: Ubuntu
- OS Version: Focal Fossa v20.04.3 LTS
Homebridge and MagicHome
- Homebridge : V1.4.0
- Homebridge MagicHome Dynamic Platform version : 1.9.7 and 1.9.8.Beta
- NodeJS : V16.13.1
- Link to the MagicHome Device on the seller's website. https://www.wish.com/product/60dabff080ea9288b5efc3ed?share=web
Screenshots
If applicable, add screenshots to help explain your problem.
I added this item in the LightMap.js array and it seems to be working
[
0x08,
{
controllerLogicType: types_1.ControllerTypes.DimmerStrip,
convenientName: 'Dimmer',
simultaneousCCT: true,
hasColor: true,
hasCCT: true,
hasBrightness: true,
},
],