npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

homebridge-sky-lite-evolve

v1.0.0

Published

A Homebridge plugin for the BlissLights Sky Lite Evolve Star Projector.

Downloads

11

Readme

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