Search found 11 matches

by Artemgy
Saturday 29 July 2017 18:15
Forum: LUA
Topic: Control PiMusicbox with lua
Replies: 3
Views: 2182

Re: Control PiMusicbox with lua

Thanks for these Lua scripts, it's about time I rolled up my sleeves and did some real work integrating Domoticz and these look like a great start :)
If you are still looking for an alternative to polling MPD on a regular basis, then perhaps the MPC IDLE command will help.

mpc idle player # block ...
by Artemgy
Monday 03 April 2017 0:34
Forum: Python
Topic: Generic Denon / Marantz python plugin
Replies: 129
Views: 38348

Re: Generic Denon / Marantz python plugin

If you update to the latest beta it should create the additional devices.
Thanks for that @Dnpwwo - I was pulling my hair out trying to work out why the latest plugin version didn't behave as expected. I upgraded to latest beta and it worked a treat

cd ~/domoticz
./updatebeta

Now running ...
by Artemgy
Friday 24 March 2017 18:52
Forum: Python
Topic: Generic Denon / Marantz python plugin
Replies: 129
Views: 38348

Re: Generic Denon / Marantz python plugin

To make it easier find the latest version, and to track issues, I have copied this 2.5.4 version in github at

Permalink to latest working version: https://github.com/artmg/domoticz-denon-marantz/blob/master/DenonMarantz.py

We can keep tabs on showstoppers and nice to have's in the repo's issues ...
by Artemgy
Friday 24 March 2017 9:38
Forum: Python
Topic: Generic Denon / Marantz python plugin
Replies: 129
Views: 38348

Re: Generic Denon / Marantz python plugin

Thanks for that @Dnpwwo - in my initial tests this version does suppress creation of devices for non existent zones, but in my case it also failed to create the main zone device selector. I'll take a look into the new code in the next day or so to see if I can figure it out. Cheers
by Artemgy
Wednesday 22 March 2017 10:45
Forum: Others
Topic: Automatic Discovery of IP devices (e.g. mDNS/Bonjour)
Replies: 1
Views: 1683

Re: Automatic Discovery of IP devices (e.g. mDNS/Bonjour)

So I found a candidate for python service discovery, python-zeroconf at https://github.com/jstasiak/python-zeroconf/ which still appears actively maintained, is packaged in python and has a debian package in unstable

However, as well as wanting to use Autodiscovery for clients whilst the plugin is ...
by Artemgy
Wednesday 22 March 2017 10:29
Forum: Python
Topic: Generic Denon / Marantz python plugin
Replies: 129
Views: 38348

Re: Generic Denon / Marantz python plugin

@Dnpwwo,

I am really impressed with the work you have already done on this plugin, and I think you've already got much of the functionality in there (or as you say, on the way). Once you release the next version, I can document it on the wiki and try to keep tabs on feedback we get. If I could ...
by Artemgy
Monday 20 March 2017 19:52
Forum: Python
Topic: Generic Denon / Marantz python plugin
Replies: 129
Views: 38348

Re: Generic Denon / Marantz python plugin

Where did you get the right list that the AVR recognizes? I took my list from the GUI of the AVR (by browsing to the IP address), but somehow the selector switch is not being updated.
Truly definitive list of sources, I guess, would be to find your particular AVR model in one of the official Denon ...
by Artemgy
Monday 20 March 2017 1:58
Forum: Others
Topic: Automatic Discovery of IP devices (e.g. mDNS/Bonjour)
Replies: 1
Views: 1683

Automatic Discovery of IP devices (e.g. mDNS/Bonjour)

Hi,

I'm still quite new to the Domoticz ecosystem, but I am looking to work on a plugin for devices for a particular service (in this case the synchronised audio distribution service Snapcast). Like many modern networked audio devices, these servers and clients make themselves known across a local ...
by Artemgy
Sunday 19 March 2017 23:55
Forum: Python
Topic: Generic Denon / Marantz python plugin
Replies: 129
Views: 38348

Re: Generic Denon / Marantz python plugin

Yeah, I understand your concerns, woodtrix - I have met problems with the "only one concurrent telnet session" limitation of Denons before. However I have found the current Python Plugin performs surprisingly well in my setup. I'd rather move forward by following the vendor documented telnet ...
by Artemgy
Sunday 19 March 2017 19:28
Forum: Python
Topic: Generic Denon / Marantz python plugin
Replies: 129
Views: 38348

Re: Generic Denon / Marantz python plugin

With Marantz NR 1504 the plugin works well:
Power On / Off switch
select output for Main Zone
Set Main Volume
no contention on connections from Marantz Android App
read changes to above when switched elsewhere (remote / android app / AVR web UI) within a second or so

You need to take care to ...
by Artemgy
Sunday 19 March 2017 18:38
Forum: Python
Topic: Generic Denon / Marantz python plugin
Replies: 129
Views: 38348

Generic Denon / Marantz python plugin

The Denon & Marantz Company have sensibly chosen to use the same basic AVR Control Protocol across most of their products.

I am starting this thread to draw together knowledge and code to work towards a generic " DenonMarantz.py " plugin . Note that this intends to use the (single-user) telnet ...