onkyo2mqtt icon indicating copy to clipboard operation
onkyo2mqtt copied to clipboard

Bridge between the Onkyo AVR EISCP protocol and MQTT

Results 2 onkyo2mqtt issues
Sort by recently updated
recently updated
newest added

Hello, With the last version of mqtt, I have two errors: 1) Connecthandler() takes 3 positional arguments but 4 were given Resolution : - def connecthandler(mqc,userdata,rc): + def connecthandler(mqc,userdata,rc,properties=None ):...

Hi, I try to control my onkyo nr646 with your onkyo2mqtt script. I used different comand-methods, which you described in your readme, but my resceiver does nothing. The MQTT-broker and...