kevbo / homebridge-sky-lite-evolve

Homebridge plugin for the BlissLights Sky Lite Evolve Star Projector
MIT License
0 stars 0 forks source link
PNG Image of the BlissLights Sky Lite Evolve Star Projector

Homebridge Sky Lite Evolve

License npm npm GitHub last commit

Description

A Homebridge plugin for the BlissLights Sky Lite Evolve® star projector.

Seydx has an excellent plugin for the general category of Tuya-based star projectors, but the Sky Lite Evolve doesn't appear to work with the underlying library, TuyAPI (but please let me know if you were able to get it working!). Inspecting the Sky Lite Evolve after adding it to a cloud project in the Tuya IoT Cloud, there don't appear to even be number-based DPS codes. Hence, this plugin. That said, this plugin borrows heavily in concept from Seydx's, particularly in how the accessories are mapped.

One thing that is important to note is that, instead of local or remote control using DPS values, this plugin uses the Tuya API directly to issue device commands via the Tuya IoT Cloud.

This plugin exposes the following accessories to HomeKit:

Table of Contents

Installation

In Homebridge, on the plugins tab, search for homebridge-sky-lite-evolve and then click the download/install icon on the result from @kevbo. Once installed, go to the plugins tab and click the configuration button in the upper right corner of the card.

If you haven't already done so, you will need to create a Tuya IoT Cloud account and create a cloud project containing your device(s). Your cloud project will have an access key and a secret key, and your device will be given a virtual device id. You will need these three values in order to configure this plugin. The TuyAPI project has some good instructions on how to set this all up. Note that this may require that you set up your device via the Tuya Smart app and not the BlissHome app, but this does not reduce the functionality of your device.

Alternately, you can install it manually from the command line:

sudo npm i -g homebridge-sky-lite-evolve@latest

Usage

After installation and configuration, you should now see the Evolve switch accessory on the Homebridge accessories tab. Assumming you've registered your Homebridge instance as a HomeKit bridge through your iOS/iPadOS Home app, you should see it there, too.

Contributing

You can contribute to this Homebridge plugin in a number of ways:

Credits

License

This project is distributed under the MIT License