Just pushed a new version which does a lot of cleanups and makes it ready for review and an eventual inclustion into a future version of OpenHAB.
During development I have found a few strange issues that I wanted to hear if anybody else developing remotes have encountered? It is somewhat mentioned in
another thread.
Some input commands sent to the device will produce the wrong result:
* analog1 -> Analog 3
* analog3 -> Analog 1
* coax1 -> Coax 3
* coax3 -> Coax 1
* optical1 -> Station 6
* optical2 -> Optical 1
* optical3 -> Optical 2
* optical4 -> Optical 3
* zone2_analog1 -> Z2: Analog 3
* zone2_analog3 -> Z2: Analog 1
* zone2_coax1 -> Z2: Coax 3
* zone2_coax3 -> Z2: Coax 1
* zone2_optical1 -> Z2: Station 6
* zone2_optical2 -> Z2: Optical 1
* zone2_optical3 -> Z2: Optical 2
* zone2_optical4 -> Z2: Optical 2
Atleast there is some consistententy to the flipping of the sources, but still not what I had expected.
The ARC and and zone2_ARC is also not working for me. These might be false positives, as I suspect there needs to be some actual input on the sources.