1.0.0 • Published 3 months ago

homebridge-sky-lite-evolve v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Homebridge Sky Lite Evolve

License npm npm GitHub last commit

Description

A Homebridge plugin for the BlissLights Sky Lite Evolve® star projector. Seydx has a excellent plugin for the general category of Tuya-based star projectors, but I have not been able to get it working. Playing around in the Tuya IoT Cloud, I can't find DPS values for any of the characteristics of the Evolve. 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:

  • A power switch
  • That's it for now. I'm working on adding more services to this accessory, for the colors, laser, rotation, etc.

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 hassome 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:

  • Report issues and help verify Pull Requests as they are merged
  • Help review Pull Requests
  • Contribute bug fixes
  • Contribute changes to extend the capabilities of this plugin

Credits

License

This project is distributed under the MIT License

1.0.0

3 months ago