thlucas1 / homeassistantcomponent_soundtouchplus

Home Assistant integration for Bose SoundTouch speakers
MIT License
13 stars 1 forks source link

High CPU Usage prior to version 1.0.16 #5

Closed thlucas1 closed 9 months ago

thlucas1 commented 9 months ago

System Health details

Checklist

Describe the issue

v1.0.16 corrected a high cpu rate condition in the underlying SmartInspectPython package api. This was causing the integration to consume 50%+ of the cpu at all times.

Reproduction steps

  1. install the SoundTouchPlus integration (v1.0.15 or lower) via HACS.
  2. configure system monitoring options, specifically the processor_use state value.
  3. restart HA.
  4. view sensors.proccessor_use state value, which should read around 50% cpu consumption.

Debug logs

n/a

Diagnostics dump

n/a

thlucas1 commented 9 months ago

v1.0.16 corrects this issue.