I’ve been diving into the world of smart home integration lately, and I must say, it’s been an exciting yet challenging journey. One of the hurdles I’ve encountered is connecting a smart TV to my ecosystem. Despite the app discovering the TV and setting up the child device correctly, my parse() method isn’t being triggered as expected. I’ve tried debugging the code, ensuring the device network ID is correctly set, and even reviewed forum posts for similar issues, but nothing seems to resolve the problem yet.
I’ve noticed that similar code works fine in a SmartApp when using sendHubCommand, but in a device type, the documentation states that returning a hubAction should suffice. The only difference I can spot is that my current setup uses a POST request, while the working example uses a GET. Could there be an issue with using POST in this context? I’m reaching out to the community to see if anyone has encountered and overcome this challenge. Any insights or suggestions would be greatly appreciated!