misenhower / homebridge-wyze-connected-home

Wyze Connected Home plugin for Homebridge
MIT License
70 stars 52 forks source link

Color Bulb support? #34

Open jonmiller1 opened 3 years ago

jonmiller1 commented 3 years ago

I can see my regular wyze bulbs but not the new wyze color bulbs.

cwong-openfit commented 3 years ago

i am looking forward to this as well.

blcarson commented 3 years ago

Would be happy to help test this

johnecampos commented 3 years ago

Following.

cwong-openfit commented 3 years ago

i wonder if this project is still active. last commit was back in jun 2020 ...

mda590 commented 3 years ago

Hi everyone - I submitted a PR (#35) for adding color bulb support. Would love any feedback or improvements you have.

cwong-openfit commented 3 years ago

Hi everyone - I submitted a PR (#35) for adding color bulb support. Would love any feedback or improvements you have.

@mda590 nice work!!! i got it working... i am pretty clueless when it comes to npm. i ended up having to clone your fork then checkout the add-color-bulb-support branch THEN run sudo npm install -g homebridge-wyze-connected-home.

mda590 commented 3 years ago

@cwong-openfit Excellent, glad it ended up working for you!

InstigatorX commented 3 years ago

@mda590 just installed via "npm install https://github.com/mda590/homebridge-wyze-connected-home.git#add-color-bulb-support", edited config.json, and manually added config elements. Works well.

3 things...

  1. Would you consider merging the PR that fixes scene/group support into your fork? https://github.com/misenhower/homebridge-wyze-connected-home/pull/23
  2. Can you make a HOOBS package? Doesn't appear the original author is moving this forward.
  3. Getting an error "[HOOBS 17BB@Lounge Right@@Color Temperature] characteristic was supplied illegal value: number 638 exceeded maximum of 500" for 5 lights.

Thx!

ourstanley commented 3 years ago

I'd be interested in getting the color bulb support into the HOOBS plug-in as well.

jasonlevibrown commented 3 years ago

@cwong-openfit Excellent, glad it ended up working for you!

Is misenhower's repo being maintained or reviewed by the author anymore? I'd love to see these PRs merged but I'm considering forking it and monitoring it so that we can get more features added for Wyze :(

InstigatorX commented 3 years ago

Doesn’t appear to be. I ended up forking and merging in code from @mda590 and @dejaloomer with fixes for color bulbs.

iguillen commented 3 years ago

Anyone interested in forking and maintaining a new project for this?

tfraley commented 3 years ago

I've picked up some color bulbs, recived them in the mail today.

Tried to do the " npm install https://github.com/mda590/homebridge-wyze-connected-home.git#add-color-bulb-support "

Install method.

I've gone ahead and added the following to the end of the platform section on Hoobs advanced (json)

{ "platform": "WyzeConnectedHome", "name": "Wyze", "username": "email@addresscom", "password": "xxx", "mfaCode": "" }

I've uninstalled and installed 2-3 times to make sure I was doing it correctly. I'm getting the error in logs "Error loading platform requested in your config.json at position 6" ie 6 being the last platform

I've also tried installing the master one through hobs and just updating the files through ssh but that also didn't seem to work for me. I've learned a bit through this experience but have yet to get a bulb to pop in the Home App

jasonlevibrown commented 3 years ago

Anyone interested in forking and maintaining a new project for this?

I'd be interested. I'll fork this and try to merge everything in.

tfraley commented 3 years ago

Anyone interested in forking and maintaining a new project for this?

I'd be interested. I'll fork this and try to merge everything in.

That would be awesome I've been trying to get this going with no luck. please let us know when you do.

jasonlevibrown commented 3 years ago

Anyone interested in forking and maintaining a new project for this?

I'd be interested. I'll fork this and try to merge everything in.

That would be awesome I've been trying to get this going with no luck.

please let us know when you do.

Ok! Been busy lately but I'll try working on it this week!

tfraley commented 3 years ago

Anyone interested in forking and maintaining a new project for this?

I'd be interested. I'll fork this and try to merge everything in.

That would be awesome I've been trying to get this going with no luck. please let us know when you do.

Ok! Been busy lately but I'll try working on it this week!

Awesome.. Thanks