When I press up/down on the remote, I can see the following message in homebridge debug:
[TV] Audio status changed. Current volume: 7, Muted: No
Still my automations don't get triggered.
I check to code and noticed the prepareTvSpeakerService() and the following lines:
this.logDebug('Volume change over the remote control (VolumeSelector), pressed: %s', state === Characteristic.VolumeSelector.DECREMENT ? 'Down' : 'Up');
This debug message is not show. Could this be related to the missing up/down tigger or am I doing something wrong?
Hi Merdok!
I've just update to the new version 2.x.x of your plugin. Great changes! Is it me, or is the volume up/down trigger not working any longer? https://github.com/merdok/homebridge-webos-tv/pull/147
When I press up/down on the remote, I can see the following message in homebridge debug: [TV] Audio status changed. Current volume: 7, Muted: No
Still my automations don't get triggered.
I check to code and noticed the prepareTvSpeakerService() and the following lines: this.logDebug('Volume change over the remote control (VolumeSelector), pressed: %s', state === Characteristic.VolumeSelector.DECREMENT ? 'Down' : 'Up');
This debug message is not show. Could this be related to the missing up/down tigger or am I doing something wrong?
Thanks!
Roy