homebridge-onkyo
homebridge-onkyo copied to clipboard
This plugin generated a warning from the characteristic 'Volume'
[6/7/2021, 2:43:13 PM] [homebridge-onkyo] This plugin generated a warning from the characteristic 'Volume': characteristic was supplied illegal value: number 167 exceeded maximum of 100. See https://git.io/JtMGR for more info.
{
"receivers": [
{
"name": "Living Room Onkyo",
"model": "TX-NR676",
"ip_address": "10.0.1.7",
"inputs": [
{
"input_name": "dvd",
"display_name": "Apple TV"
},
{
"input_name": "video3",
"display_name": "Game"
},
{
"input_name": "tv",
"display_name": "TV"
}
],
"default_input": "dvd",
"filter_inputs": true,
"max_volume": 30,
"volume_dimmer": false,
"zone": "main"
}
],
"platform": "Onkyo"
}
I'm getting the same error on mine too.
Plugin version: homebridge-onkyo v2021.28.1
Homebridge version 1.3.4 (Docker)
I can confirm the error. Plugin version: homebridge-onkyo v2021.28.1 TX NR 696
[homebridge-onkyo] This plugin generated a warning from the characteristic 'Volume': characteristic was supplied illegal value: number 157 exceeded maximum of 100. See https://git.io/JtMGR for more info.
Are there plans to fix this issue?
Go to plugin settings and set up Max Volume to 100. And issue will gone.
Setting max_volume
to 100
doesn't seem to get rid of the warning. It was previously set to the default 30
.
{
"receivers": [
{
"name": "Theater Receiver",
"model": "TX-NR609",
"ip_address": "",
"inputs": [
{
"input_name": "dvd",
"display_name": "DirecTV"
},
{
"input_name": "strm-box",
"display_name": "Apple TV 4K"
},
{
"input_name": "video6",
"display_name": "NVIDIA Shield"
},
{
"input_name": "video2",
"display_name": "DirecTV 4K"
},
{
"input_name": "video3",
"display_name": "PS4"
}
],
"filter_inputs": true,
"max_volume": 100,
"volume_type": "none",
"zone": "main"
},
{
"name": "Zone 2",
"model": "TX-NR609",
"ip_address": "",
"inputs": [
{
"input_name": "video3",
"display_name": "PS4"
},
{
"input_name": "video6",
"display_name": "NVIDIA Shield"
},
{
"input_name": "dvd",
"display_name": "DirecTV"
},
{
"input_name": "video2",
"display_name": "DirecTV 4K"
},
{
"input_name": "strm-box",
"display_name": "Apple TV 4K"
}
],
"filter_inputs": true,
"max_volume": 100,
"volume_type": "none",
"zone": "zone2"
}
],
"platform": "Onkyo"
}
The latest warning is
[homebridge-onkyo] This plugin generated a warning from the characteristic 'Volume': characteristic was supplied illegal value: number 132 exceeded maximum of 100. See https://git.io/JtMGR for more info.
Looks like this happens when "Map Max Volume to 100%" is not checked, which is the default. Checking this and reloading got rid of the warning.