Page 1 of 1

Onkyo plugin

Posted: Friday 09 February 2018 17:09
by Varazir
Hello

I'm using the Onkyo build in plugin and it works fine when it has connected to my AVR.
I turn off the power to it when I don't use it ( why waste 25W ) and the plugin keeps trying to reconnect to to my Onkyo every 30 sec, that's fine.

But when I turn on the power it takes up to 30 sec until is connects, I was hoping I could reduce that or using script to force connect.

Second is that I like to switch on my Onkyo using the plugin.

How do I first trigger a force connect and second how do I switch it on when it's connected?

TIA
Daniel

Running Domoticz Beta 3.8892 ( at the moment )

Re: Onkyo plugin

Posted: Sunday 11 February 2018 10:21
by Varazir
Some thing like this:

Script1

Plugin = plugin.onkyo
Ping = device.ping.onkyo

If Ping.status = on || Plugin.status = disconnected
Connect Plugin
-----

Script 2
Plugin = plugin.onkyo
Onkyo = device.master

If Plugin.status = connected || Onkyo.status = off
Turn on Onkyo
------


Device.master is created by the plugin.
And please ignore the syntax this is just a description on how I'm thinking.

I control the power to the Onkyo by my TV.

Skickat från min G8141 via Tapatalk


Re: Onkyo plugin

Posted: Monday 12 February 2018 10:13
by Varazir
amirah wrote: Monday 12 February 2018 10:09 'Accept new devices' enabled in the settings ?
It wasn't but I don't understand how that would help me?
I have enabled it now.