Skip to content

Releases: mKeRix/room-assistant

1.0.1

15 Jul 14:58
Compare
Choose a tag to compare

A quick hot fix release that fixes some issues with the some configuration environment variables already being used by the system. Should mainly affect people running room-assistant directly with Node.js.

Bugfixes

  • changed configuration environment variables to not clash with system variables
    • SHELL is now SHELL_COMMANDS
    • GPIO is now GPIO_PINS

1.0.0

14 Jul 18:12
68c0ef6
Compare
Choose a tag to compare

This is it, room-assistant is out of beta with a new version rewritten completely from scratch! 🎉

If you are upgrading from a 0.x version please refer to the detailed upgrade guide.

New stuff

Changes

  • Temper component has been removed
  • BLE and iBeacon components have been merged
  • GPIO component now listens for changes instead of polling
  • Shell commands utilize cron patterns instead of intervals
  • Dependencies have been consolidated
  • Quite a few configuration changes, please refer to the upgrade guide

0.4.3

07 Jul 17:38
e1c6039
Compare
Choose a tag to compare
  • fixes for ble blacklist and whitelist
  • fixes for ble update frequency

0.4.2

26 Apr 15:13
Compare
Choose a tag to compare
  • logging option
  • updated depencies

0.4.1

19 Feb 19:06
03471b2
Compare
Choose a tag to compare
  • added blacklists for BLE and iBeacon components
  • fixed max_distance option for iBeacon component
  • upgraded a couple dependencies

0.4.0

10 Dec 13:09
e3d5df7
Compare
Choose a tag to compare
  • Major/Minor identifier masks (thanks to @PeteBa)
  • Docker images (thanks to @fmartinou)
  • Updated service instructions (thanks to @PeteBa)
  • Minor documentation enhancements

0.3.0

06 Mar 17:22
Compare
Choose a tag to compare

This release comes with two new components and a couple improvements:

  • new: iBeacon component (thanks to @kdanthony)
  • new: Shell commands
  • improved: Kalman filter parameters can now be set from config
  • improved: update frequency can be set in the BLE component to prevent "spamming" the publisher (thanks to @abmantis)
  • improved: quality of service and retain flags can now be modified for some components
  • improved: unsafe mode added, which allows us to keep running despite faulty BLE tags being around

0.2.0

16 Oct 16:07
Compare
Choose a tag to compare

Version 0.2.0 features a few new options that you guys wanted and two brand new components. One of those is fairly simple, the console publisher just logs everything it finds to the console. This is great for testing as well as for finding your BLE device ids to whitelist quickly. The other one is a component for checking the GPIO ports on the Raspberry Pi. An example use case for this would be motion sensors that work in conjunction with your Bluetooth tracking.

0.1.0

28 Aug 12:31
Compare
Choose a tag to compare
Moved max distance to be applied before adding it to the Kalman dataset