When creating a custom device, what’s necessary to get Vera to recognize it’s variables as a scene trigger? Right now I can change my device using a scene, but it’s not showing up as a selection for trigger. Thanks!
You will need something like this [tt]eventList2[/tt] section in your device’s .json file:
[url=https://github.com/watou/vera-ecobee/blob/master/src/D_EcobeeThermostat1.json#L540]vera-ecobee/D_EcobeeThermostat1.json at master · watou/vera-ecobee · GitHub
Thanks!!