Skip to content

xBlinds v0.7

Compare
Choose a tag to compare
@kp-bit kp-bit released this 17 Apr 08:27
· 16 commits to main since this release
190fc7a

Breaking change: xBlinds will now only reports "open" or "closed" on MQTT rather than the name of the preset, so "half" and "full" will be reported as "open". This is to increase compatibility with Home Assistant MQTT Cover (thanks to arthurkok2 for pointing me in that direction!). Make sure to update your configuration.yaml to reflect the change.

  • changed MQTT status updates from every 5 seconds to retained messages that are only updated on changes, to minimize noise (still subject to change)
  • changed MQTT status to "open" or "closed" instead of preset name
  • added "closing" and "opening" MQTT status messages when blinds are moving, "opening" will show for any other preset than "close"
  • added debug page to show the most important variables for troubleshooting, use http://IP-address/debug to view
  • changed "Save as Closed" button to "Save as Closed and reset". This resets the other presets to defaults (requires setting those presets again after setting the new closed position)
  • bugfix: Current position of stepper was not always correctly set after firmware updates and other resets, potentially causing a skew over time