So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By TheoZuffante
#79282 So... im new, and very lost but hopefully someone can help. Im trying to set up a system the detects whenever a device casts to the Comcast. I want to use that to trigger an ir sequence to change the input of my receiver. I've looked at other topics with no success. Any Ideas or links that can send me in the right direction?
User avatar
By noodlesuk
#79340 Not sure you would be able to intercept the packets with an ESP8266 unless you routed the traffic through it? Some info here on protocols

http://jhshi.me/2016/10/24/chromecast-w ... AE4mmj7RaQ

Might make more sense to try to monitor the HDMI stream and trigger some IR switching off that? Maybe somthing like this might help.

https://www.pulse-eight.com/p/104/usb-hdmi-cec-adapter
User avatar
By TheoZuffante
#79374 [quote="noodlesuk"]Not sure you would be able to intercept the packets with an ESP8266 unless you routed the traffic through it? Some info here on protocols

Thanks, any idea if it would be possible to detect if any device makes a request to a certain URL without running the traffic through the esp?