Hi @smcgann99
Also a VM user.
The Tivo (v6) box uses a telnet server (I use it) - I have a V6 box, if its the same box they use for the 360 offering?
You can send IRCODE
commands.
return {payload:"IRCODE STANDBY\r\n"}
see below
[{"id":"5f4f6c41.155fcc","type":"function","z":"b226f5b7.5674d8","g":"b8ba2d13.7dce","name":"ON","func":"return {payload:\"IRCODE STANDBY\\r\\n\"}","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":610,"y":320,"wires":[["2af4ad5.a73b652"]]},{"id":"2af4ad5.a73b652","type":"tcp request","z":"b226f5b7.5674d8","g":"b8ba2d13.7dce","name":"","server":"172.16.1.2","port":"31339","out":"immed","ret":"buffer","splitc":" ","newline":"","trim":false,"tls":"","x":795,"y":345,"wires":[[]]},{"id":"5356d303.fc7ae4","type":"function","z":"b226f5b7.5674d8","g":"b8ba2d13.7dce","name":"OFF","func":"return {payload:\"IRCODE STANDBY\\r\\nIRCODE STANDBY\\r\\n\"}","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":610,"y":365,"wires":[["2af4ad5.a73b652"]]}]
I think the Tivo IRCODE
commands are heavily documented - you may need to enable remote connection in the Tivo settings
You will notice to turn it off - I send 2 STANDBY
- as the 2nd confirms your action to turn it off