kpsuperplane / homebridge-wiz-lan

Control Wiz lights over LAN
Apache License 2.0
115 stars 37 forks source link

Bulbs #42

Closed mlhomeboy closed 3 years ago

mlhomeboy commented 3 years ago

This plug in was working fine a month ago, now since some updates the bulbs are not appearing in accessories. I have uninstalled the plug-in multiple times.

Any advise on troubleshooting?

Thanks

-Mike

prattson commented 3 years ago

My Wiz bulb also disappeared from my list of accessories when I updated the plugin to version 3.0. Reinstalling version 2.2.0 brought it back.

I tried using the full configuration suggested by Kevin on the homebridge-wiz-lan GitHub page to get the bulb to reappear in version 3.0, but I didn't have any joy. That said, my knowledge of JSON is almost non-existent and my understanding of networking in general isn't much better, so I could easily have missed something important. I would be interested to know what's going wrong, but at least I have a fallback with version 2.2.0. Hope that works for you as well.

mlhomeboy commented 3 years ago

Thanks I just tried rolling back to version 2.2.0 but still no luck. :(

kpsuperplane commented 3 years ago

@prattson @mlhomeboy can I ask what kind of bulbs y'all have that aren't showing up?

mlhomeboy commented 3 years ago

The ones from Home Depot; i will pull one down to get the model if it would help.

kpsuperplane commented 3 years ago

@mlhomeboy one thing you can try is manually adding the missing bulb's IP address to the config as seen on the read me. You can find the IP address in the wiz app settings tab like so: image image image

prattson commented 3 years ago

I just have one WIZ bulb: A19 Colors (Version 1.21.2, model 23007 according to the app).

Cheers,

m a r t i n

From: Kevin Pei notifications@github.com Sent: March 2, 2021 12:54 PM To: kpsuperplane/homebridge-wiz-lan homebridge-wiz-lan@noreply.github.com Cc: prattson prattson@outlook.com; Mention mention@noreply.github.com Subject: Re: [kpsuperplane/homebridge-wiz-lan] Bulbs (#42)

@prattsonhttps://github.com/prattson @mlhomeboyhttps://github.com/mlhomeboy can I ask what kind of bulbs y'all have that aren't showing up?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/kpsuperplane/homebridge-wiz-lan/issues/42#issuecomment-789171775, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AS3SLFNR7TFA4CI2J2WWEULTBU66NANCNFSM4YJZXCPQ.

kpsuperplane commented 3 years ago

@prattson can you also try the solution above? thanks!

kpsuperplane commented 3 years ago

For the example above your config would look something like this:

{
  "platform": "WizSmarthome",
  "name": "Wiz",
  "devices": [
      { "host": "192.168.1.234" }
   ]
}
mlhomeboy commented 3 years ago

I have the bulb ip in the JSON Config - still nothing..

{ "platform": "WizSmarthome", "name": "WizSmarthome", "port": "38900", "broadcast": "255.255.255.0", "address": "192.168.0.225", "devices": [ { "host": "192.168.0.198" }, { "host": "192.168.0.172" }, { "host": "192.168.0.254"

kpsuperplane commented 3 years ago

@mlhomeboy unfortunately that means something is misconfigured in your network and your server is unable to communicate with the bulbs. If I had to guess, either a) Your broadcast or address config is incorrect b) The non-responding bulbs are firewalled off from your server for some reason

prattson commented 3 years ago

Thanks. Since my bulb appears to be working fine with version 2.2.0, I think I’m just going to leave it for now. If I pluck up the courage to try updating again, I’ll let you know what happens!

m a r t i n

From: Kevin Pei notifications@github.com Sent: March 2, 2021 1:36 PM To: kpsuperplane/homebridge-wiz-lan homebridge-wiz-lan@noreply.github.com Cc: prattson prattson@outlook.com; Mention mention@noreply.github.com Subject: Re: [kpsuperplane/homebridge-wiz-lan] Bulbs (#42)

@prattsonhttps://github.com/prattson can you also try the solution above? thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/kpsuperplane/homebridge-wiz-lan/issues/42#issuecomment-789198134, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AS3SLFJB4XQOFOOYSMJHLETTBVD37ANCNFSM4YJZXCPQ.

mlhomeboy commented 3 years ago

Everything thing is on the same no firewall in between; as stated it was working fine then i updated and it stopped working.

mlhomeboy commented 3 years ago

Well Im happy to say this is now working - IT WAS NOT THE NETWORK. Sorry I am a network manager and I hear that comment everyday. There is a setting in the wiz app that needs to be toggled. This should be added to the install instructions to have more happier clients.

IMG_0402