What is the reliance on external cloud? #85
Replies: 4 comments 18 replies
-
I have restricted the bulbs to my network. They can't connect to the cloud service form WiZ. But this will limit the features of the bulb because the app can only communicated via UDP. The UDP API for example doesn't support changing the fade speed and some other "advanced" features of the bulb. But you can change the color, scene, on/off and brightness. The HASS integration uses this UDP API to communicate lockaly with the bulb. So you can isolate your bulbs to your local network and control them with HASS. I don't use the Cloud API. Some tech details:
|
Beta Was this translation helpful? Give feedback.
-
That's certainly possible, I know it just uses an esp8266 like a lot of other smart home devices.
On December 13, 2021 6:17:24 PM EST, Craig Cabrey ***@***.***> wrote:
I was also able to get them to connect to a local MQTT server earlier this year. However I wasn't sure how to figure out what topics they would be listening for. Perhaps if we get a copy of the firmware we can dump strings?
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#85 (reply in thread)
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
Beta Was this translation helpful? Give feedback.
-
So for what it's worth, it looks like their latest firmware fixes the insecure MQTT (that is, no client side verification). I tested one of my spare bulbs and noticed a message in MQTT that it upgraded its firmware to 1.23:
Now it appears to skip the DNS lookup on bootup and connects directly to Amazon:
As for how it upgraded firmware, I'm not exactly sure (since I have this VLAN blocked from the internet), but the app may have transmitted an updated FW payload? |
Beta Was this translation helpful? Give feedback.
-
I use the bulbs on a subnet that does not have internet access. Every so often I open it up and use the app from my phone to connect to the bulbs, and they get firmware updates. That said, they work perfectly with the local only interfaces that sbidy has put together here. It's probably the most reliable component of my home setup, honestly. |
Beta Was this translation helpful? Give feedback.
-
I am trying to work out what the reliance is on an external cloud for these Wiz bulbs. Ideally I would just use this component to control them locally, with the bulbs restricted from accessing the internet (via my network setup). Has anybody done this or have any insight?
I note that when a bulb is setup, the final stage is "registering on cloud".
Beta Was this translation helpful? Give feedback.
All reactions