-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Shelly plus plug uk #132
Comments
+1 |
Been having a nose around the source and as a quick hack, you can get it working by opening the following file: /usr/local/lib/node_modules/homebridge-shelly-ng/node_modules/shellies-ng/dist/devices/shelly-plus-plug-us.js Change the following lines: ShellyPlusPlugUs.model = 'SNPL-00116US'; ...to read: ShellyPlusPlugUs.model = 'SNPL-00112UK'; ...and restart Homebridge. This will very likely break/need to be reapplied as updates are installed. I've not done anything with Homebridge plugin development, but it doesn't look too hard to add a new device. If I get the time, I will see if I can do something less hacky. |
As this repo seems to be no longer maintained, better provide PR‘s to homebridge-shelly-ds9 from cubi1337 as that is the most active fork… it might have the UK plug already implemented. |
So it does, thanks! |
Doesn’t seem to be supported yet. Is it possible to add support?
The text was updated successfully, but these errors were encountered: