Skip to content

Releases: unigateway/unigateway

Release v0.4.0

24 Apr 11:31
Compare
Choose a tag to compare

New Features ✨

  • Add possibility to configure buttons for ShutterDevice and control it with UniGateway directly (#79)
  • Add possibility to specify Home Assistant device class for more devices (see docs) (commit)
  • Adjusting devices and entities naming to the Home Assistant MQTT name changes (see notes below) (#80)

Bug Fixes 🐛

  • Fix problem with MCP23017 randomly breaking I2C bus when rebooting UniGateway (commit)

Full Changelog: v0.3.0...v0.4.0

Notes 🗒️

Adjusting devices and entities naming to the Home Assistant MQTT name changes

This may cause entity id changes in the Home Assistant.
Home Assistant documentation ensures it doesn't, but with some unfortunate order of restarts between HA and UniGateway we've seen this happen.
Make sure your automations have correct entity IDs after updating UniGateway.
This change also influences friendly name which is displayed in the HA dashboards.

This is related to the changes described here:

Release v0.3.0

18 Feb 23:11
Compare
Choose a tag to compare

What's Changed

New Features

  • LightDevice implementation allows toggling lights with physical switches connected to the same UniGateway instance without any external controller #69 #70
  • Produce logs in JSON format #72 #73
  • Add UniGateway SystemInfo metrics to Prometheus #71 #74
  • Support MQTT authentication #75 #76

Bug fixes

  • When toggle multiple lights in the same time - sometimes not all states are toggled #77 #78

Tech improvements

  • Upgrade Mosquitto MQTT broker to 2.0 in integration tests #75 #76

Full Changelog: v0.2.0...v0.3.0

Release v0.2.0

10 Nov 23:21
Compare
Choose a tag to compare

What's Changed

  • Fix for all lights up on restart by @jozala in #56
  • Correction in temperature and humidity devices to report unit of values properly by @jozala in #57
  • Bash script to prepare SD card for MqGateway #59 by @jozala in #60
  • UI restored with only basic functionality by @jozala in #65
  • Create LICENSE.md by @jozala in #67
  • User documentation for UniGateway by @jozala in #68

Full Changelog: 0.1.0-4413b30-SNAPSHOT...v0.2.0

v0.1.0-4413b30-alpha

21 Jul 12:59
4413b30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/unigateway/unigateway/commits/0.1.0-4413b30-SNAPSHOT