This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
Wiz Motion Sensor #181
AjaxOdessa
started this conversation in
Ideas
Replies: 3 comments 1 reply
-
Someone mentioned having opened up one of those Wiz remotes, discovering an ESP 8266 based chip inside, which broadcasts wifi packets to ff:ff:ff. So the lights probably listen to this. My guess is the motion sensors works similar to the remotes. I might try a (more expensive) Shelly Motion or the (cheaper) DIY route at some point. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You might try pondering with the ESP, flashing it with ESPHome directly.
ESP Home is pretty easy to use. If i had one i would have tried that route
and adding an Recipe for ESP Home :)
Am Mo., 11. Okt. 2021 um 16:50 Uhr schrieb sjee ***@***.***>:
… Someone mentioned
<#46 (comment)>
having opened up one of those Wiz remotes, discovering an ESP 8266 based
chip inside, which broadcasts wifi packets to ff:ff:ff. So the lights
probably listen to this. My guess is the motion sensors works similar to
the remotes.
*(I've not seen anything in the API documentation about the remotes or the
motion sensors.)*
I might try a (more expensive) Shelly Motion
<https://shelly.cloud/shelly-motion-smart-home-automation-sensor/> or the
(cheaper) DIY route
<https://peyanski.com/cheap-diy-motion-sensor-esphome-home-assistant/> at
some point.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#181 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABAHG6YPOP3NZULPLSTVA3UGL2S5ANCNFSM5FXJR3ZA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I've got ESP Home setup on both a wiz remote, and wiz motion sensor.
Unfortunately the ESP isn't woken up until there is motion, and it's shut
off before esphome initializes and connects to the network. I haven't had a
lot of time to tinker with it, but there is going to need to be some
hardware changes to get esphome working properly.
Hoping to find some time this winter to look at it again.
…On Tue, Oct 12, 2021 at 4:35 AM sjee ***@***.***> wrote:
I will try with ESP Home. My local electronics store does not have the
parts so I will probably have to import them. (That will be a long wait.)
Workaround: using a Philips Hue motion sensor + Wiz Lights
For now I have connected two Wiz lights to a Philips Hue motion sensor I
had lying around. I created a flow in the Node-RED integration of Home
Assistant. I've set it up so the flow only gets triggered during a
particular time of day and when no motion is detected the flow turns the
lights off again after three minutes.
One little caveat when using a Philips Hue motion sensor: one *must* turn
on that motion sensor in the Philips Hue app and the app requires the
motion sensor to be connected to at least one light. Otherwise HA will not
receive a state change.
The light that is connected to the motion sensor via the Philips Hue app
will also turn on, but this can be solved by setting the "daylight
behaviour" and "night behaviour" of the motion sensor to "Do nothing" (in
the Philips Hue app).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#181 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOYDERZI7S3YCG7H4S74HVTUGPXNHANCNFSM5FXJR3ZA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm looking for the information about Wiz Motion Sensor. Got one recently and trying to understand whether it can be more useful than with its limited native automation. Or maybe the product just too new and there is no documentation.
Beta Was this translation helpful? Give feedback.
All reactions