Page 1 of 1

dzVents switchselector maximum value 100?

Posted: Monday 25 September 2017 23:20
by jake
I try to set my Onkyo listeningmode to a previously stored variable.

Question 1: I seem to need to use onkyomode.switchSelector(level number) although I hoped for being able to use onkoymode.setState(level name)?

Question 2: Since the Onkeyo receiver has many listeningmodes, I have now 0, 10... 200. However, any number above 100 is setting the switchlevel to 100. How can I overcome that?

Re: dzVents switchselector maximum value 100?

Posted: Tuesday 26 September 2017 9:26
by mongoose
The same happens in Blockly... I was going to use dzVents to try and get around it too. The problem is that to select a level you use a percentage, but percentage is limited to 1-100.

Re: dzVents switchselector maximum value 100?

Posted: Tuesday 26 September 2017 23:30
by jake
mongoose wrote:The same happens in Blockly... I was going to use dzVents to try and get around it too. The problem is that to select a level you use a percentage, but percentage is limited to 1-100.
OK, so it is not (only) dzVents related. It sounds to me like an error, since a percentage device (dimmer) can't be the same as a selector device. In general it may sound weird to have 20 selections, but in case of the Onkyo receiver with so many (unnecessary) listening modes, the list is very long.

In the mean time I will see if I can reorganize the listening modes to have the current ones below 100. And yes, that works.