kiwi-cam / homebridge-broadlink-rm

[This fork supports TV accessories] Broadlink RM Mini and Pro plugin for homebridge: https://github.com/nfarina/homebridge
Apache License 2.0
304 stars 95 forks source link

The read handler for the characteristic 'Current Temperature' was slow to respond! See https://homebridge.io/w/JtMGR for more info. #729

Closed JasonGoldenDDT closed 1 month ago

JasonGoldenDDT commented 2 months ago

Describe the bug Repeated error messages related to characteristic 'Current Temperature' slow responses. And "EADDRNOTAVAIL" errors.

I am also noticing "fakegato-timer" is logging more frequently than I'd expect. I don't know if this frequency is expected, I see nots it should be every 10 mins?

[8/22/2024, 1:07:20 PM] [Broadlink RM] **Fakegato-timer: addData Broadlink Temperature { time: 1724368040, temp: 28.15, humidity: 47.12 } immediate: false [8/22/2024, 1:10:23 PM] [Broadlink RM] **Fakegato-timer: addData Broadlink Temperature { time: 1724368224, temp: 28.21, humidity: 47.59 } immediate: false [8/22/2024, 1:12:16 PM] [Broadlink RM] **Fakegato-timer: addData Broadlink Temperature { time: 1724368337, temp: 28.24, humidity: 48.24 } immediate: false [8/22/2024, 1:12:16 PM] [Broadlink RM] **Fakegato-timer: addData Broadlink Temperature { time: 1724368337, temp: 28.24, humidity: 48.24 } immediate: false [8/22/2024, 1:12:29 PM] [Broadlink RM] **Fakegato-timer: executeCallbacks** [8/22/2024, 1:12:29 PM] [Broadlink RM] First entry Broadlink Temperature: 210a [8/22/2024, 1:12:29 PM] [Broadlink RM] Last entry Broadlink Temperature: 30ca [8/22/2024, 1:12:29 PM] [Broadlink RM] Used memory Broadlink Temperature: fc0 [8/22/2024, 1:50:00 PM] [Broadlink RM] **Fakegato-timer: addData Broadlink Temperature { time: 1724370600, temp: 29, humidity: 52.91 } immediate: false [8/22/2024, 1:50:00 PM] [Broadlink RM] **Fakegato-timer: addData Broadlink Temperature { time: 1724370601, temp: 29, humidity: 52.91 } immediate: false [8/22/2024, 1:50:03 PM] [Broadlink RM] **Fakegato-timer: addData Broadlink Temperature { time: 1724370604, temp: 29, humidity: 52.91 } immediate: false [8/22/2024, 1:51:49 PM] [Broadlink RM] **Fakegato-timer: addData Broadlink Temperature { time: 1724370709, temp: 29.08, humidity: 52.89 } immediate: false [8/22/2024, 1:51:49 PM] [Broadlink RM] **Fakegato-timer: addData Broadlink Temperature { time: 1724370709, temp: 29.08, humidity: 52.89 } immediate: false [8/22/2024, 1:51:52 PM] [Broadlink RM] **Fakegato-timer: addData Broadlink Temperature { time: 1724370712, temp: 29.08, humidity: 52.89 } immediate: false

Running Homebridge on macOS Sequoia Public Beta 15 Hombridge Version 1.8.4 / 4.56.4 Node 20.17 Plugin 4.4.18

Screenshots

Screenshot 2024-08-25 at 7 38 55 AM

Additional context These errors are crashing my automations, frequently. Please let me know what specifics I can provide to provide more context to my environment and use case.

kiwi-cam commented 1 month ago

I believe this will be related to #733, the latest BETA should resolve this too.

JasonGoldenDDT commented 1 month ago

not seeing this under 4.5.0 beta.2 version.