iloveicedgreentea / jvc_homeassistant

JVC Integration for Home Assistant
20 stars 4 forks source link

Low Latency status unavailable #9

Closed iloveicedgreentea closed 2 years ago

iloveicedgreentea commented 2 years ago

Currently causes a deadlock when async_update() runs

hangs on

            try:
                received_ack = await self.reader.read(len(ack_value))

which suggests the PJ was expecting a write. Possibly an issue with reading too much or something is not being written first