kovalev-sergey / homebridge-sony-audio

HomeKit integration for Sony Audio products
Apache License 2.0
14 stars 0 forks source link

Remote control #6

Closed torandreroland closed 3 years ago

torandreroland commented 3 years ago

Added support for remote control. Only tested with a STR-DN1080 receiver.

kovalev-sergey commented 3 years ago

Hi @torandreroland, Thanks for good contribution!

where did you find the ircc codes for the device. Looks like undocumented )

torandreroland commented 3 years ago

Thanks for merging and refactoring. The ircc codes are gotten from the receiver using getRemoteCommandList on port 50002 after registering a device with the receiver (else forbidden). See https://www.codeproject.com/Articles/875948/SonyAPILib for more info.