Erik Montnemery

Results 485 comments of Erik Montnemery

Home Assistant relies on the chrome cast device signalling that it's been paused. Please enable the logs below, then share a log file where the problem is reproduced. ```yaml logger:...

This error means the chromecast device does not allow fetching basic status via HTTP(S). The logic around this has not intentionally been changed in pychromecast, is it really an issue...

@elibroftw you mentioned in a comment you have forked pychromecast, have you worked around this problem then?

OK, thanks for the update @elibroftw 👍

I think it's easiest to study the Home Assistant code: https://github.com/home-assistant/core/blob/dev/homeassistant/components/cast/home_assistant_cast.py

The multizone controller is only intended to track members of audio groups, it doesn't support adding/removing members or creating ad-hoc groups.

Support as in allowing pychromecast to create and hoc groups?

@LukeDefeo The commands to the cast devices may be both over https and over protobuf. I'm not sure which protocol the official app uses to setup the dynamic groups. In...

Maybe you can convince the emulator to run in a more suitable network mode, here's a blogpost which may be useful: http://www.sandelman.ca/mcr/blog/android/sysadmin/bridging-android-emulator/ For mDNS/zeroconf discovery to work, all devices should...

I played with both repeat and shuffle a bit some time ago, and it seems a bit hit and miss: Some apps respect the repeat and shuffle, and some others...