Hi guys,
I have been working on my alternate Insteon implementation and associated plugins and have run across a confusing situation. From reading through the wiki, and a bit of trial and error, it seems that where possible the take in my D_*.xml files should name a device that is already “known”.
So, for a simple on/off switch, I use this line :
urn:schemas-upnp-org:device:BinaryLight:1
Doing this allows my devices to be seen and controlled by programs like Home Buddy, which is great. The problem is that I want to use a different json file in the dashboard for controlling some of the alternate attributes and features that the Insteon gear provides. It seems that I should be able to simply specify a different file that has the functionality I am looking for.
So, the beginning of my D_*.xml file would look something like this :
<?xml version="1.0"?> 1 0 urn:schemas-upnp-org:device:BinaryLight:1 D_InsteonRelay.jsonHowever, the devices created with this D_ file don’t use my json file. Instead, they use the built in BinaryLight1 json file.
Is this a bug in the Vera? Or am I missing some fine point about how the pieces fit together?
Thanks!