Page 1 of 1

Remote control like in the Kodi plugin

Posted: Friday 26 January 2018 20:58
by Xorfor
I am working on a new plugin where I want to use a remote control like the one used in the Kodi plugin. So I also created a device with:

Code: Select all

Domoticz.Device( Unit=self.__UNIT_STATUS, Name="Status",  Type=17,  Switchtype=17 ).Create()
But when I click on the remote control icon in the device, I don't get the remote control pop up :(

Any ideas?

Re: Remote control like in the Kodi plugin

Posted: Friday 26 January 2018 21:31
by Xorfor
I found it. It is hardcoded in domoticz.js. The remote control popup is only showed when the device has a name contains:

Kodi
Panasonic
Logitech Media Server
HEOS by DENON

:(