-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Fix KeyError when sceneId is missing #114
Conversation
I just had some more devices show up so I'm going to see if I can add motion sensor support |
Codecov Report
@@ Coverage Diff @@
## master #114 +/- ##
==========================================
+ Coverage 75.32% 75.52% +0.19%
==========================================
Files 12 12
Lines 762 764 +2
==========================================
+ Hits 574 577 +3
+ Misses 188 187 -1
Continue to review full report at Codecov.
|
87fac2a
to
79eadb8
Compare
79eadb8
to
54f930c
Compare
I'm not sure, but I think the motion sensor is a BLE device and doesn't communicate via Wi-Fi. Do you have one? |
Just got one. Unboxing it now |
Looks like its detectable on the light with
|
|
Does the motion sensor provide a UDP interface? |
The motion sensor is BLE only so we have to get the state from the light |
Ah, ok. But the state change at the bulb property should be fast enough to avoid a latency gap. |
No description provided.