T8420 Floodlight: certain properties don't work properly
See original GitHub issueI’m using the HomeBridge plugin (which uses this library) for a T8420 Floodlight Camera and I’m getting lots of errors like this:
handleEnableGet Wrong return value
I’ve looked at the plugin code and it seems it’s actually an issue with this library as the plugin is calling Camera.getPropertyValue(PropertyName.DeviceEnabled);
which is throwing an exception that the plugin is catching. It’s throwing the exception as getPropertyValue()
isn’t finding a property called enabled
.
EDIT: Have been doing some digging around, although neither Node nor Javascript is my happy place 🙂 and, from what I can see, the T8420 doesn’t seem to support the ‘enabled’ (ID2001) or ‘motion detection’ (ID6040) properties.
I’m only basing this on looking at Device.metadata
, Device.rawProperties
and Device.properties
so I may well be way off here! Is anyone able to confirm?
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (7 by maintainers)
Top GitHub Comments
@fullphat
I no longer need access. Thank you!
New version (1.5.0) with full support released.
I can share my T8420 for a day. Let me know when’s good! I’ll be on the EU server.