-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Support sensor config #9
Comments
to enable or disable sensor i installed the other repo plugin homebridge-huesensor, it can do the trick, don't know what's the difference between yours plugin |
Hi @sommo |
HomeKit now provides a read/write characteristic v0.1.8 uses |
Since recently, Siri also sets the To avoid this, v0.2.0 uses a custom characteristic In v0.2.0, I'm closing this issue now, as I have no plans to support the other |
Currently homebridge-hue only supports the
on
,battery
, andalert
sensorconfig
attributes, whereon
maps toStatusActive
, which is readonly in homekit,battery
toBatteryLevel
andalert
toIdentify
, which is write only in homekit.I wanted to support enabling/disabling a sensor from homekit, by mapping
on
to a homekitOn
characteristic. However homekit doesn't support multiple characteristics of the same type for one service (which would be needed for enabling/disabling a CLIPGenericFlag or supporting additional boolean configuration parameters, likeledindication
andusertest
. Homekit does support multiple services per accessory, but this seems to confuse most homekit apps.The text was updated successfully, but these errors were encountered: