Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Releases: ChristianKuehnel/plantgateway

Upgrade to miflora 0.6

24 Nov 08:44
Compare
Choose a tag to compare
v0.7.0

bumped version number to 0.7.0

fixed Python 3.4 support

13 Jul 11:59
Compare
Choose a tag to compare
v0.6.1

adde dependency for Python 3.4

Added support for HomeAssistant MQTT Discovery

13 Jul 10:31
Compare
Choose a tag to compare

This releases addes support or MQTT Discovery in HomeAssistant. To enable this, you have to add the new discovery_prefix parameter in the mqtt section to your .plant_gw.yaml configuration file:

mqtt:

    # If this is enabled, plantgateway will announce all plants via the MQTT Discovery
    # feature of Home Assistant in this MQTT prefix. For details see:
    # https://www.home-assistant.io/docs/mqtt/discovery/
    discovery_prefix: homeassistant

For details see: https://www.home-assistant.io/docs/mqtt/discovery/

Fixed Issues:

  • #34 Warning about YAML loader
  • #32 MQTT Discovery

fixed loglevel in console output

16 Dec 15:00
Compare
Choose a tag to compare

Now debug: option in config file is also used when logging to console output

bugfix for fail silent

16 Dec 14:51
Compare
Choose a tag to compare

Fixed problem that return code was non-zero even for "fail silent" devices

Bluetooth interface can now be configured.

27 Nov 09:00
Compare
Choose a tag to compare
  • Added parameter "inerface:" to config file
  • incremented version number
  • updated documentation, announcing release via pypi

updated bluepy version

13 Nov 21:31
Compare
Choose a tag to compare
0.3.8

fixed lint warnings