Skip to content

v7.0.0

Compare
Choose a tag to compare
@bwp91 bwp91 released this 20 Oct 20:58
· 752 commits to latest since this release

⚠️ Config Changes

New

  • httpRefreshTime
    • Default 30, minimum 30
  • awsRefreshTime
    • Default 30, minimum 30
  • lanDisable
    • Default false
  • bleDisable
    • Default false
  • bleRefreshTime
    • Default 300, minimum 60

Changed

  • refreshTime has been renamed to apiRefreshTime
    • Minimum increased from 15 to 30
  • lanStateUpdateInterval has been renamed to lanRefreshTime
    • Default increased from 5 to 30, minimum increased from 2 to 10
  • lanScanInterval
    • Default increased from 5 to 60, minimum increased from 2 to 30
  • controlInterval has been renamed to apiBleControlInterval
    • Unit changed from milliseconds to seconds
    • Plugin will try to be backward compatible, dividing any existing values >=500 appropriately

Added

  • Support for AWS connection polling
  • Support for H5160 3-channel outlet device
  • Support for BLE-only thermo-hygrometers (integration of homebridge-plugin-govee plugin)
  • Logout to close Govee session on Homebridge shutdown

Work in Progress

  • Continued improved implementation of Govee Heaters
  • Support for H5103 and H5106 temperature/humidity sensors

Changed

  • Plugin no longer sends API command if AWS command was successful
  • Plugin no longer requests device state via LAN immediately after sending a command
  • Bump axios to v1.1.3
  • Bump node recommended versions to v14.20.1 or v16.18.0 or v18.11.0

Fixed

  • Multiple general fixes
  • Fixes H5054 leak sensor status reporting (again)
  • Fixes an incorrect error when changing speed of appliances like heaters and humidifiers