Skip to content
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

New device support and RGB saturation bug fix #469

Closed
wants to merge 2 commits into from

Conversation

scooterpsu
Copy link
Contributor

This adds support for the BlissLights Sky Lite Evolve Star Projector

Essentially an RGB light with a switch for the rotation motor. The rotation could be broken out into a brightness slider, but at max speed the movement is too subtle for me to justify the effort. Other models come with laser stars, which would require additional switches.

Pulling from the existing RGBOutlet code I also found an bug with saturation in the existing RGB implementations.

Added new device type: Star Projector

This adds support for the BlissLights Sky Lite Evolve Star Projector

https://www.amazon.com/dp/B0B4VPM54L?th=1

Essentially an RGB light with a switch for the rotation motor. The rotation could be broken out into a brightness slider, but at max speed the movement is too subtle for me to justify the effort. Other models come with laser stars, which would require additional switches.

DO NOT UPDATE FIRMWARE!!
I'm unsure if the update moved to a Tuya 3.4+ scheme, or just changed something in the packet format, but it became unusable after updating.
@scooterpsu
Copy link
Contributor Author

Doesn't really need its own device profile. And the RGB fix is handled in it's own PR here #484

@scooterpsu scooterpsu closed this Nov 4, 2024
@4rft5
Copy link

4rft5 commented Jan 13, 2025

@scooterpsu hey, just came across this and wondering if you got it working, I noticed in your PR about the firmware update, did you ever get it to work with this plugin, and if so, which device type did you set it as, or could you send a config example?

I'm sick of reupping the Tuya IOT for the other plugin I use, so this looks like a good solution.

thanks

@scooterpsu
Copy link
Contributor Author

Sadly no, this lined up with some other general frustrations I was having with Homebridge and so I closed this when I made the jump to Home Assistant.

The localtuya plugin I'm using now (https://github.com/xZetsubou/hass-localtuya/) has a much more robust ability to build new devices without needing direct native support. Plus it has 0 issues with newer Tuya firmwares.

@4rft5
Copy link

4rft5 commented Jan 13, 2025

Sadly no, this lined up with some other general frustrations I was having with Homebridge and so I closed this when I made the jump to Home Assistant.

The localtuya plugin I'm using now (https://github.com/xZetsubou/hass-localtuya/) has a much more robust ability to build new devices without needing direct native support. Plus it has 0 issues with newer Tuya firmwares.

Gotcha, appreciate the reply! I'll give that plugin a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants