luisiam / homebridge-cmdswitch2

CMD Plugin for HomeBridge (API 2.0): https://github.com/nfarina/homebridge
Apache License 2.0
176 stars 29 forks source link

Homekit 'no response' #20

Open benmandv opened 7 years ago

benmandv commented 7 years ago

I'm using the cmdswitch to mostly send telnet commands to a TiVo TV box.

My commands are quite simple: "switches" : [ { "name" : "Tivo Box", "on_cmd" : "IRCODE STANDBY | telnet 192.168.0.18 31339", "off_cmd" : "IRCODE STANDBY | telnet 192.168.0.18 31339" } ]

The switch works for the most part in HomeKit using Siri, but when pressing the button in the Home app, the Tivo responds correctly to the command but HomeKit gives a 'no response' error. If I press the button again, Tivo will still respond correctly but the error is still there.

This is more of annoyance than anything else as the functionality still works, but just wondered if you had any ideas?

Thanks

luisiam commented 7 years ago

Do you know the error, stdout and stderr of your commands?