fsalomon

Results 8 comments of fsalomon

Thanks, I was suspecting something like that. So D2 would probably be able to discover the "forbidden" device in some scenarios, right? I'm not familiar with the protocol but I'm...

Hmm, so I'd need some firewall rules for this as well. I'm looking at this product https://www.sonifi.com/staycast/index.php https://www.hotelbusiness.com/sonfi-unveils-website-pairing-for-staycast/ So this made me optimistic that it's possible to have two VLANS...

I see. What about emulating a Chromecast entirely? In that case, all clients would see the same (emulated) Chromecast that pretends to be always idle. Once a cast is initiated,...

Seems worth a try even if it breaks the spec a little bit. However, I wont have the time to create the necessary test setup till April next year.

Here are a few more useful commands: ``` miiocli device --ip xxx --token xxx raw_command get_prop "['mode','power','tar_temp','fan_level','ver_swing','load_power']" miiocli device --ip xxx --token xxx raw_command set_power "['on']" miiocli device --ip xxx...

Yeah, this Singleton thing is absolutely appalling. Even if you are working with a single MID, this has odd/scary/dangerous effects. Basically, the way this is implemented right now, it is...

Kind of the same problem as https://github.com/CKOTech/checkout-php-library/issues/25.