-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
[Feature Request] Wyze Color Bulbs #126
Comments
It doesn't work with color bulbs yet. Mine are arriving soon and I will be adding support at that point |
@JoshuaMulliken Thanks |
I second! 🙂 Just got mine and this would be great. Thanks a lot. |
Mine will arrive soon. Looking forward to getting color bulbs working. Thanks for writing this code guys |
There’s a remote control car coming out tomorrow that works with a v2 camera connection |
you should check the date ....... |
There is a new beta out with support for the color bulbs. Please read the changelog before installing in case it breaks one of your use cases. Please report any issues you find with the color bulb support |
Will the api for the color bulbs work with sensors and locks again soon? Just got my bulbs and would be glad to help any way I can. I'm a newb as far as burp goes but learn fast. |
@jscherry I do not think that I will be bringing locks or sensors back. Sensors are losing support from wyze fast some information on this reasoning can be found here. For the locks, I don't have them and the only functionality currently is the binary sensor, too much effort to continue to maintain. |
It did seem to work with the first color bulb I tried. The problem I had is just having a Wyze watch in the account seemed to break it such that I didn't get a working light? Maybe I just wasn't seeing it. But I removed my watch and now I see one of my bulbs for sure.
Though as I removed that from my Wyze account (don't use it much), my first bulb appeared just fine. Time to add more of them. :) Thanks so much for working on this! |
With the new update the colors bulbs do not show but also my normal bulbs no longer show as well. |
Error while setting up wyzeapi platform for light |
Hey @aasquith94 can you update to the latest beta and let me know if it is working? |
Same issue. Latest being Beta.4 correct? heres the logs incase theyre slightly different: Logger: homeassistant.components.light Error while setting up wyzeapi platform for light Logger: homeassistant.components.switch Error while setting up wyzeapi platform for switch |
Ok. Can you try beta.5? |
Mine will also not start -- looks like having the Wyze Scale on my account is bricking the DeviceTypes() check from wyzeapy. My trace: Traceback (most recent call last): |
Awesome. I have added WyzeScale! New beta is available. I know that this is a painful process, but it is helping me build an understanding of all the different devices that exist in the ecosystem. |
Beta 5 worked for me, thanks so much. ill update to beta 6 and test as well |
Beta 6 and the color bulbs work now (not getting hung up on WyzeScale). |
That is great! @aasquith94 @WBETHERI Thank you for your help with testing! |
In my testing, I am having issues getting automation working. The scene is created, the lights brightness is set, but the rgb_color isn't set. I can change the color from developer tools Here's the automation:
Here's the developer tools service:
|
Beta 7 still having issues. What is the "common" device type? I have cameras, headphones, and color bulbs on my Wyze account. Traceback (most recent call last): |
When I turn on debugging, I see that activating the scene is trying to set both brightness and hs_color:
I think my issue comes from this. Preference is given to brightness and color is skipped. |
Ok, fixes for both of those issues is in beta 8.1. Please let me know if it is working now. I working to get this release pulled into master as a new stable release. |
Tested my issue and it's resolved. Thanks! |
Great! |
My issue about 'common' is resolved and I have my 4 bulbs loaded in. Another small bug: in Wyze app, you can group 2+ bulbs together and they all change colors together. I have 2 of mine paired that way. Through HA, neither one will change colors until I move the slider on BOTH entities. |
I am also getting an error trying to set these up: Error while setting up wyzeapi platform for light If it helps, the Devices I have in my account are the Wyze Vacuum, Wyze Doorbell, two Cam v2s and one Cam v3. That is in addition to the new 4-pack of color bulbs obviously. |
I'm not sure I understand exactly the issue you're seeing, but I manually created similar light_groups in HA like this:
|
Getting the following errors. I have removed my Wyze app bulb grouping to reduce complexity. Switch: Light: |
Thats not a bad way to do it. I'll revert to that if I need to. The issue comes up if you do the grouping within the Wyze app, the grouping doesn't automatically load into HA so you try to adjust one light in HA but nothing responds until you've adjusted all the lights in that group in HA to the same settings. |
My main issue is in scenes. If i select a color temp for the bulb for a normal non color light and run the scene it sets the bulb to the last selected color. so if the circle has purple selected for example, and in the scene i move the color temp slider to warm white and hit save its saving as purple. |
Working on adding "JA_RO2" as a recognized device |
@mullethunter324 can you test the latest beta.9? |
Looking good for me now. Switch and bulbs came in. No errors. Going to test with wyze app bulb grouping later. |
beta.9 seems to have fixed the issue for me! |
If I accidentally do a couple of rapid state changes (off and on), the switch and icon get out of sync and it’ll update after maybe 15 seconds (HA says light is off but it’s really on). Does that have anything to do with this integration? |
The Wyze service does not reflect the valid state of the device immediately. It takes about 15 seconds for it to be correct. |
Just added two color bulbs via the Wyze app, updated HAC to 2021.4 and switched to HA-WyzeAPI to 2021.4-beta.10.1. Unfortunately 2021.4-beta.10.1 is not working for me. From the error log: Logger: homeassistant.components.light Error while setting up wyzeapi platform for light Switching back to the stable release brings my non-color lights back. |
See: SecKatie/ha-wyzeapi#126 (comment) Why: In order to fix a crash where headphones were not recognized as a valid device type How: Add headphones to the DeviceTypes enum in base_client.py
…zeapi#126 (comment): In order to fix a crash where headphones were not recognized as a valid device typeHow: Add headphones to the DeviceTypes enum in base_client.py
See: SecKatie/ha-wyzeapi#126 (comment) Why: In order to fix a crash where headphones were not recognized as a valid device type How: Add headphones to the DeviceTypes enum in base_client.py
Wyze app is authenticating properly, but it is not finding bulb. Does this integration work with new color bulbs?
Logger: custom_components.wyzeapi
Source: custom_components/wyzeapi/init.py:80
Integration: Wyze Bulb and Switch Api Integration (documentation)
First occurred: 9:38:04 AM (1 occurrences)
Last logged: 9:38:04 AM
WyzeApi authenticated but could not find any devices.
Wyze Bulb and Switch Home Assistant Integration
Version: v0.5.12
This is a custom integration
If you have any issues with this you need to open an issue here:
https://github.com/JoshuaMulliken/ha-wyzeapi/issues
2021-03-31 09:37:57 DEBUG (MainThread) [custom_components.wyzeapi] Creating new WyzeApi component
2021-03-31 09:37:57 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Running login
2021-03-31 09:37:57 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Running __create_md5_md5
2021-03-31 09:38:01 WARNING (MainThread) [homeassistant.setup] Setup of zone is taking over 10 seconds.
2021-03-31 09:38:04 DEBUG (MainThread) [custom_components.wyzeapi] Connected to Wyze account
2021-03-31 09:38:04 DEBUG (MainThread) [custom_components.wyzeapi] Starting WyzeApi components
2021-03-31 09:38:04 DEBUG (MainThread) [custom_components.wyzeapi] Starting WyzeApi Lights
2021-03-31 09:38:04 ERROR (MainThread) [custom_components.wyzeapi] WyzeApi authenticated but could not find any devices.
2021-03-31 09:38:04 DEBUG (MainThread) [custom_components.wyzeapi.light] Creating new WyzeApi light component
2021-03-31 09:38:04 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Running list_bulbs
2021-03-31 09:38:04 DEBUG (MainThread) [custom_components.wyzeapi.wyzeapi.client] Running get_devices
The text was updated successfully, but these errors were encountered: