steilerDev / homebridge-openhab2-complete

A homebridge plugin for openHAB, that has the expectation to fully support all Services offered by Apple's Homekit Accessory Protocol (HAP)
GNU General Public License v3.0
52 stars 16 forks source link

Accessory type speaker (Dimmer)... #50

Closed grzegorz914 closed 5 years ago

grzegorz914 commented 5 years ago

@steilerDev

Thanks for this nice update, any possibility to use Dimmer as a type for volume control of speaker accessory?

Thanks

steilerDev commented 5 years ago

I extended the support of Rollershutter and Dimmer types to NumericSensor and NumericSensorActor types. Please see the note attached in the README about limitations concerning non-numeric states of the OH items. This is part of my latest commit (e9b764b).

steilerDev commented 5 years ago

I am not quite sure why I did not implement this earlier. Maybe some testing will show, why I did not do this already.

grzegorz914 commented 5 years ago

Fixed,

Thanks