Wojciech Bederski
Wojciech Bederski
Ok, so now I'm pretty sure I can recreate the issue 1. `docker-compose up` the bot with redis running alongside it 2. `docker pause bot_redis_1` 3. trigger some webhooks, it's...
Full TB for easier debugging: ``` kodiak_1 | ERROR uvicorn:httptools_impl.py:371 Exception in ASGI application kodiak_1 | Traceback (most recent call last): kodiak_1 | File "/var/app/.venv/lib/python3.7/site-packages/uvicorn/protocols/http/httptools_impl.py", line 368, in run_asgi kodiak_1...
> Is your Redis instance configured to timeout connections after some time. it's AWS Elasticache 5.x redis on default settings. IIUC there's no enforced timeout by default there OTOH it's...
Looks very interesting, especially the bash login hack :) I'll check if it terminates correctly under killablerprocess and if it does there is a very high chance it'll be integrated...
@emestee in theory you could, but I don't recall a way to leave control codes in the source text, but hide them from view. Maybe a modified font with some...
Does it work w/ the official app https://play.google.com/store/apps/details?id=com.yamaha.av.avcontroller&hl=en&gl=US?
I assume you've tried to set it up in Home Assistant. Can you try: 1) Checking if discovery works ```python import rxv rxv.ssdp.discover() ``` 2) Checking if manual control works...
It looks like the receiver is using the same control mechanism and it will be possible to solve this. Please try the 2nd way of manually instantiating rxv object, it...
Can you look if discovery is working ``` pip install --user ssdpy ssdpy-discover -o 20 ssdp:all ``` and check if the IP of your receiver comes up.
@DazWorrall I did, by actually using this integration instead https://www.home-assistant.io/integrations/yamaha_musiccast/ because I added more musiccast devices to my home network