Yellow Pop LED 'neon' sign #897
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Some time ago I bought a pseudo-neon LED sign from YellowPop (https://www.yellowpop.com/) and it came with a 2.4ghz remote (https://www.yellowpop.com/products/wireless-dimmer-control). At the time I dug in and somehow figured out it uses something akin to the FUT020 protocol, although the exact commands were different. I've managed well enough with that for doing on/off via cron:
After upgrading more recently and seeing the new UI, I saw the sniffer and decided to take a moment to actually capture the various buttons:
NOTE: Device ID: 1532 = 0x5FC
I also took a swing as the basics of on/off/brightness, based heavily on the FUT020. I wanted to open a PR for your consideration, and to make it available to others. Please let me know what you think.
Also, let me know if there is a command to correct formatting, I'm concerned I may have some parts that are wrong.