You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this wonderful library. I am trying to build a LightBulb accessory that can handle dimming. For some reason, I get an error in __init__ when I try to do self.char_brightness = serv_light.configure_char('Brightness', value=100)
The error comes back ValueError: Characteristic not found
(extremely simple full accessory file attached)
Any help MOST appreciated. This is driving me nuts! :) HKPoolDial.txt
The text was updated successfully, but these errors were encountered:
Brightness is an optional charactarestic to LightBulb service (see below excerpt from pyhap/resources/services.json), meaning it's not attached to the service by default:
Thanks for this wonderful library. I am trying to build a LightBulb accessory that can handle dimming. For some reason, I get an error in
__init__
when I try to doself.char_brightness = serv_light.configure_char('Brightness', value=100)
The error comes back
ValueError: Characteristic not found
(extremely simple full accessory file attached)
Any help MOST appreciated. This is driving me nuts! :)
HKPoolDial.txt
The text was updated successfully, but these errors were encountered: