guirem

Results 20 comments of guirem

This would fix https://github.com/lukx/home-assistant-jukebox/issues/14

Bonsoir, @MichaelBitard: c'est possible car c'est ce que j'utilise. Normalement une fois que tu as mis la télécommande (et la zigate) dans le groupe 0000 et après avoir cliqué sur...

Hi, It happens because of latest release of zeroconf dependency (version 0.24.4 released on 30th of December). Any other version of 0.24.X will work. As a workaround, you can force...

Hi, I ran into same problem and resolved by disconnecting all devices ``` chromecasts = pychromecast.get_chromecasts() # your code here # when done for cast in chromecasts : cast.disconnect() try...

Obviously when disconnected, you loose ability to control and listen to events until you reconnect but it should not stop the device itself. If you initiate something in your code...

I believe it can relate to these already known issues https://github.com/home-assistant/core/issues/58888 and https://github.com/home-assistant/core/issues/49243 . Problem seems to be in google cast plex app implementation. I tested with several type of...

Hi, Any chance this change may be in a future release? @emontnemery what additional info I could provide ?

Pull request with proposal : [pull request #244 ](https://github.com/balloob/pychromecast/pull/244)

As @Leiaz mentioned, it seems that everything needed is in the application data (root access needed) and all in one readable xml file `/data/data/com.awox.smart.control/shared_prefs/com.awox.core.model.Mesh.html` It looks like that for me...

Thanks! It seems to work for group mesh id. As you mentioned, I added a group 0x8001 to devices and then sent command to this same goup id to any...