-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
HOOBS issue [Bug] #8
Comments
I don't use HOOBS, are you able to make this change, verify it and open up a PR? Maybe also open up an issue on homebridge/homebridge-plugin-template, as this call is part of their template. |
I'll try to see if I can so it myself, never done it before. |
I might have some time next weekend to look into the suggested change and possibly apply it. |
Actually had some time now. The suggested change is applied in the The README describes how to test changes that have not yet been released. |
@galzil Will you be able to test this? I see no negative side effects in my setup, but I'm not sure if this actually solves the problem for your HOOBS setup. |
@itavero for some reason the HOOBS plugin db is not updated, I can only install via the Web gui and it still shows an older version |
The change is not released yet, as indicated above. I wasn't aware that you cannot run |
Any idea when next release is coming? |
I'll see if I can make some time later this week to verify the |
FYI: relates to homebridge/homebridge-plugin-template#11 |
This is a Hoobs issue, they need to update their api. |
I have just released version v0.0.6 with the change suggested earlier. I hope that prevents you from having to do the manually change. Closing this issue for now for the reason you mentioned (it's a HOOBS issue, even though I tried to solve it here). |
The plugin doesn't start, The Error message is:
The requested platform "zigbee2mqtt" was not registered by any plugin. Your config.json is requesting the platform "zigbee2mqtt" which has not been published by any installed plugins.
I've found a related issue here stating that a simple fix is changing
api.registerPlatform(PLATFORM_NAME, ScreenLogicPlatform)
to
api.registerPlatform("homebridge-z2m", PLATFORM_NAME, ScreenLogicPlatform)
Versions used
The text was updated successfully, but these errors were encountered: