Aigostar smart bulbs (E27/E14/GU10, TG7100C/Bouffalo Lab chipset) are controlled via the proprietary AigoSmart app, which does not support linking to a Tuya IoT Platform cloud project (no QR-scan option available in the app), so the standard Tuya Cloud app for Homey cannot pick them up.
A working open-source Home Assistant integration already exists, built via reverse engineering of the AigoSmart Android app: GitHub - MarcoM1993/ha-aigostar: Custom Home Assistant integration for Aigostar smart bulbs (Alibaba Cloud IoT). Control brightness and color temperature using your AigoSmart account — no flashing required. · GitHub
It documents the full auth flow (5 steps: UC Login → UC Authorize → Region Discovery → OAuth Login → IoT Session) and supports brightness + color temperature control with automatic device discovery.
Would any developer be interested in porting this to a Homey app? The protocol is already mapped out in the linked repo (Python), so it would mainly be a matter of translating it to the Homey SDK (Node.js). Several other users have asked about Aigostar support before with no solution (see other threads).
Happy to help test if someone picks this up!