-
Notifications
You must be signed in to change notification settings - Fork 16
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
LUX Support #109
Comments
Does EVE have a sensor that supports LUX ? Without eve supporting a lux sensor this is not feasible. |
From what I see it does. I can access my circle2 camera from the Eve app and the "light level" shows a reading in "lux". |
That sounds like an Apple Defined default Current Light Level characteristic only 😄 Any 3rd party HomeKit accessory with a Current Light Level characteristic will show up in Eve app ( and also every other, Apple defined, standard HomeKit characteristics / services). As @NorthernMan54 said, does any real Eve HomeKit accessory support Lux readings? |
So I take it there is not API reading from the Eve app - just strict appliance interface? |
Since v5.5, the Eve app seems to support history for Light Level. I suppose the Outdoor Cam includes a light level sensor (to control the floodlight setting to only go on when motion is detected at night). I expose the Hue motion sensor as an accessory with services for Motion Sensor, Light Sensor, Temperature Sensor and, of course, History. I already managed to combine Motion and Temperature into a single History service, and would love to add Light Level. Does anybody know what fingerprint is used for that? |
The tag for CurrentAmbiantLightLevel in the 116 fingerprint is 3002; the value in the entries is a 2-byte integer with the lux value (as displayed in HomeKit). I have it on good authority that it's actually for the yet to be released new Eve Motion, with Thread support. |
Confirming what @ebaauw reported: this is what the Eve app shows for the new Eve Motion sensor that uses Thread: |
While first a question, may end up being a feature request.
The EVE app recognizes lights and notes the LUX reading from said light if supported. The LUX reading doesn't seem to be exposed using this plugin. If I'm correct, could we have this added?
The text was updated successfully, but these errors were encountered: