Page 7 of 7
Re: Generic Denon / Marantz python plugin
Posted: Saturday 07 September 2019 11:21
by Brutus
For My conformation...
I am looking to buy the Heos by Denon DHT-S716H Soundbar and the DSW-1H Sub. These will work with the buildin HEOS by DENON plugin in Domoticz?
Mainly I wan't to change volume, Start and stop Internet Radio, Change channels when starting TV.
Thanx for any reply!
Re: Generic Denon / Marantz python plugin
Posted: Wednesday 10 March 2021 7:22
by extremeaudio
Hi, this is a great plugin, works perfectly, thanks for this!
Only I'm not understanding the logic behind the strings used in the source label field.
The default one does not work for new receivers and has some pretty dated inputs like VCR etc. I copied what someone else is using and it works fine ->
OFF|SAT/CBL|DVD|BD|GAME|MPLAY|AUX1|AUX2|CD|TUNER|USB/IPOD
but I'm still missing out the inputs like Phono, Internet Radio, 8K. How do I add this and where in the above string?
and whats the SDK class = Receiver? Does that need to be changed for some other Denon equipment or something?
Re: Generic Denon / Marantz python plugin
Posted: Sunday 21 March 2021 10:41
by RedEarth
extremeaudio wrote: ↑Wednesday 10 March 2021 7:22
Hi, this is a great plugin, works perfectly, thanks for this!
Only I'm not understanding the logic behind the strings used in the source label field.
The default one does not work for new receivers and has some pretty dated inputs like VCR etc. I copied what someone else is using and it works fine ->
OFF|SAT/CBL|DVD|BD|GAME|MPLAY|AUX1|AUX2|CD|TUNER|USB/IPOD
but I'm still missing out the inputs like Phono, Internet Radio, 8K. How do I add this and where in the above string?
and whats the SDK class = Receiver? Does that need to be changed for some other Denon equipment or something?
This is the sources string that I use with my Denon AVR2300W:
Off|TV|BD|MPLAY|AUX2|SAT/CBL|GAME|CD|DVD|AUX1|TUNER|NET|BT|FAVOURITES|IRADIO|SERVER|USB/IPOD
I believe the elements in this string need to match the fixed input names that your unit supports, and then you can configure the corresponding selector values on the device that gets created on the switches tab to your own preference. Some units support source renaming but the sources string in the hardware config should not attempt to match the updated source names on the unit.
Re: Generic Denon / Marantz python plugin
Posted: Saturday 27 November 2021 15:34
by extremeaudio
On my new Marantz 5015 I cannot for the life of me figure out what to set the string for the receiver. I have this one
OFF|SAT/CBL|DVD|BD|GAME|MPLAY|AUX1|AUX2|CD|TUNER|USB/IPOD
which ony partially works.
And I tried playing along with the selector labels and its all a jumble now and I dont know what the correct sequence is. Wish I could have buttons for 8K, Bluetooth, Phono etc.
Re: Generic Denon / Marantz python plugin
Posted: Thursday 30 December 2021 17:33
by Droombox
Hi,
I have updated my PI 4 to ubuntu 21.10 and have domoticz 2021.1 running. Now the plugin won't run any more when i install it.
Can anyone help me solving this?
Might the python version 3.9.7 be the issue?
Thanks in advance
Droombox
Re: Generic Denon / Marantz python plugin
Posted: Thursday 30 December 2021 18:22
by waltervl
Yes, this could well be. There seems to be a major change in python 3.9 /3.10 that is blocking the python plugin framework. It is already recognized as an issue like
https://github.com/domoticz/domoticz/issues/4967
Re: Generic Denon / Marantz python plugin
Posted: Thursday 27 January 2022 23:32
by manjh
Brutus wrote: ↑Saturday 07 September 2019 11:21
For My conformation...
I am looking to buy the Heos by Denon DHT-S716H Soundbar and the DSW-1H Sub. These will work with the buildin HEOS by DENON plugin in Domoticz?
Mainly I wan't to change volume, Start and stop Internet Radio, Change channels when starting TV.
Thanx for any reply!
Did you get this to work OK? I am planning to buy a DHT-S716H, and would like to link DOmoticz to it...
Re: Generic Denon / Marantz python plugin
Posted: Monday 27 February 2023 13:17
by hendryman
This is an awesome plugin. Thank you for the great work!
Can it be modified so that Zone 2 is fully independent from Zone 1? E.g. choosing an Input in Zone 2 should not automatically switch on Zone 1...
It can be done with the Logitech Harmony API, and receivers like my AVR-X1700H allow for it.
Re: Generic Denon / Marantz python plugin
Posted: Wednesday 13 December 2023 21:11
by rfvdboom
Is there something changed in the firmware of the Heos? My denon plugin isnt working anymore. I didnt update the pi or domoticz, but the plugin suddenly stoppen working. The only thing that changed is an heos update 27.09.2023
It does find my Device and loads the devices in domoticz, but there is no communication.
Errors are:
Code: Select all
error: denon: Connectionless Transport is listening, write directive to 'Beacon' ignored
Code: Select all
Error: denon: Beacon has not responded to 10 pings, terminating connection.
Any clue to fix this?
*Edit* I found out that i had to turn off the "Autodiscover" function in the plugin. Still dont know why this wasn't any issue before.