Skip to content

v11.37.0

Latest

Choose a tag to compare

@bwp91 bwp91 released this 14 Aug 09:19

Important

H1310 / R1310 ceiling fan owners with a Govee API key set: the light tiles change shape in this release. You now get two named tiles, Main Light and Background Light, in place of the single unnamed one. The fan has only one brightness and one colour between both lights, so those controls live on Main Light only and Background Light is on/off. Any automation or scene that referenced the old single light tile will need pointing at the new one, and a Homebridge restart is needed for the change to take.

Changed

  • fix: give the H1310 and R1310 ceiling fans their own handler, with the light they were missing (#1352)
  • fix: scale the H1310 and R1310 fan speed to the six steps they have, not the H1370's twelve (#1352)
  • fix: stop a fan ignoring the first speed asked of it after a restart
  • chore: log what each govee capability accepts, not only that it exists, in debug mode
  • fix: take a ceiling fan's speed count from the fan itself, rather than from its model (#1352)
  • fix: send the H1310 and R1310 brightness on the scale they accept, so the light stops landing at a third (#1352)
  • fix: stop reporting success for a command sent on a connection the device does not have enabled
  • feat: give the H1310 and R1310 a separate tile for each of their two lights (#1352) (@ekalp)
  • fix: keep a speed scale for a ceiling fan model that is not in the table
  • fix: only give the H1310 and R1310 two light tiles when each has a switch of its own to send (#1352)
  • fix: lead a thermo sensor's tile with its temperature, not its humidity, when shown as a thermostat (#1354)
  • docs(schema): describe what the thermo sensor extra switch setting actually does now (#1354)
  • feat: let a ceiling fan that can reverse be switched between forward and reverse from the fan tile (#1352)
  • fix: stop calling a ceiling fan's speed report unrecognised while the fan is off (#1352)
  • fix: read a ceiling fan's airflow direction from what the fan reports, so the tile follows the govee app (#1352)
  • fix: show each of a ceiling fan's two lights as on or off from what the fan reports (#1352)
  • fix: lead a ceiling fan's tile with the fan rather than one of its lights (#1352)
  • fix: read a ceiling fan's light from what it says about its lights, not from whether the fan has power (#1352)
  • fix: stop calling a ceiling fan's light status unrecognised on a handler that reads it (#1352)
  • fix: stop reporting govee's command receipts as messages the plugin did not understand (#1352)
  • fix: read whether a ceiling fan is turning from the fan itself, not from its lights (#1352)
  • fix: switch a ceiling fan on with its own switch, not with a command that turns its lights on (#1352)
  • fix: put a ceiling fan's shared brightness and colour on one light tile, as the fan has only one of each (#1352)
  • fix: switch a ceiling fan's light off instead of dimming both its lights to nothing (#1352)
  • chore(deps): dependency updates