Skip to content

Releases: pfink/nuimo-openhab-python

1.3 - Stable v3

13 Aug 17:25
Compare
Choose a tag to compare

Minor Update

  • Bugfix: Fix error message AttributeError: ‘openHAB’ object has no attribute ‘base_url’ on newer linux distributions
  • Improvement: Improve some log messages, e.g. show Nuimo firmware version on succeeded connection

1.2 - Stable v2

05 Dec 04:43
1ab51c5
Compare
Choose a tag to compare

Minor Update

  • improved logging
  • Bugfix: type casting issues when using sample configuration

In case you upgrade, please ensure to apply these changes to your config.yml

Tested with the following set of pip packages:

certifi (2020.12.5)
chardet (4.0.0)
cryptography (1.7.1)
gatt (0.2.7)
idna (2.10)
keyring (10.1)
keyrings.alt (1.3)
nuimo (0.3.6)
pip (9.0.1)
pyasn1 (0.1.9)
pycrypto (2.6.1)
pygobject (3.22.0)
python-apt (1.1.0b5)
python-dateutil (2.8.1)
python-openhab (2.14.1)
pyxdg (0.25)
PyYAML (5.3.1)
requests (2.25.1)
SecretStorage (2.3.1)
setuptools (33.1.1)
six (1.15.0)
urllib3 (1.26.4)
wheel (0.29.0)

1.0 - Stable v1

30 Jun 14:26
31803a0
Compare
Choose a tag to compare
  • digit-based LED feedback on rotation
  • possibility to show the Nuimo's battery level on LED display
  • possibility to track the Nuimo's battery level within openHAB
  • automatic poll and apply of sitemap config changes
  • show error icon if an exception occurs during event handling
  • Bugfix: handle initial NULL states of items correctly
  • Bugfix: graceful shutdown on several linux signals
  • Bugfix: initial slider state was shown as "0" on LED matrix even though the Slider's state was a different one

0.4 - Beta

29 Mar 16:45
68a8eec
Compare
Choose a tag to compare
0.4 - Beta Pre-release
Pre-release
  • documentation improvements
  • sendFrequency parameter for Sliders is now supported
  • Rotation speed/sensitivity is now configurable
  • Bugfix: Custom mapped commands were sometimes ignored
  • Bugfix: Only commands of the first Switch per widget were executed
  • Bugfix: Solve path resolution issues when running nuimo-openhab-python as a service

0.3 - Alpha

26 Dec 17:48
Compare
Choose a tag to compare
0.3 - Alpha Pre-release
Pre-release

This release is a major update and contains most of the features that the stable version will have. Especially it introduces:

  • sitemap-based configuration
  • flexibility to configure menu navigation and default behaviour via keymaps
  • support for icon sets
  • makes command icons configurable ("play", "pause", "poweron", "poweroff", ..)
  • bugfixes (#4, #6) & stability improvements

0.2 - Pre-Alpha v2

11 Nov 04:26
Compare
Choose a tag to compare
0.2 - Pre-Alpha v2 Pre-release
Pre-release

Some smaller bugfixes & stability improvements.

0.1 - Pre-Alpha v1

11 Nov 04:23
Compare
Choose a tag to compare
0.1 - Pre-Alpha v1 Pre-release
Pre-release

Initial release.