homebridge-ewelink-betadeprecated

Homebridge plugin to control eWeLink devices with original firmware.

Usage no npm install needed!

<script type="module">
  import homebridgeEwelinkBeta from 'https://cdn.skypack.dev/homebridge-ewelink-beta';
</script>

README

homebridge-ewelink-beta

Discord npm
npm npm

This is a beta channel for my homebridge-ewelink package. So if you are looking for a more stable version then I would recommend installing homebridge-ewelink instead.

This package is for new features and code changes that need testing before they are rolled out into the main homebridge-ewelink package.

Being a beta package, it could very well cause errors to the point of your Homebridge instance being unable to start.

To switch between the different versions you can use Homebridge Config UI X to uninstall and reinstall the other. The configuration is exactly the same for both. Or, simply run these commands in the Homebridge terminal and then restart Homebridge. I keep the version numbers synchronised so if both packages have the same version then they are identical at that point in time.

Please note these commands will only work in Homebridge. They will not work in HOOBS.

Beta Version (homebridge-ewelink-beta)

To change to the beta version:

$ sudo npm uninstall homebridge-ewelink -g
$ sudo npm install homebridge-ewelink-beta -g

Stable Version (homebridge-ewelink)

To change to the stable version:

$ sudo npm uninstall homebridge-ewelink-beta -g
$ sudo npm install homebridge-ewelink -g