hassio-addons/haos-sbfspot/CHANGELOG.md
2023-01-06 07:33:36 +11:00

5 KiB

Version

  • added share to container mapping
  • bump for dependencies

Release

  • added MIS support to readme
  • bump for dependencies
  • Shifted Bluetoothctl list command to avoid hanging devices without BT.

Release

  • bump for dependencies
  • added codenotary

Release

  • minor bump for typo in ethernet configs.

Release

  • additional sensors - 2022.9.2
  • BREAKING CHANGES - any version below 2022.9.1
  • see 2022.9.1 changelog

Release

  • Bump to SBFspot 3.9.6
  • BREAKING CHANGES
  • Major overhaul of options
  • Most options have defaults set that will be used when options left blank
  • Secrets template provided in the readme!



  • MQTT user and pass have moved locations in options
  • MQTT Publisher args option has been disabled
  • AUTOGEN SENSORS
  • List of upto 39 sensors available
  • New Option create or purge sensors (defaults to No)
  • Some Sensors start disabled in the MQTT integration
  • (They can be enabled in the MQTT integration)
  • Disabled sensors are not automatically deleted by the MQTT integration (Purge will get them)
  • Sensors can now be created and purged via the Addon and HA MQTT integration
  • Backup and disable/remove existing yaml sensors to avoid naming conflicts
  • MQTT_Data list can be used to create desired Sensors.
  • custom timestamp can be set for InvTime SunRise and SunSet
  • Timestamp sensor can not use custom timestamp
  • (can be changed by value_template in a lovelace card)
  • Logging to *.txt file is being removed from SBFspot 3.9.6 onwards
  • option for logging dir removed to accommodate this change



  • Cleaned up readme...
  • updated translations to reflect options changes
  • bump curl dev dependancy

Release

  • Created translations to give more detail to UI options.
  • MQTT_Enable option has been removed.
  • It has to be manually removed via yaml options to stop supervisor log warning about it.

Release

  • WARNING - Copy your config prior to update.
  • line 1 config needs - Connection_Type: Bluetooth
  • Line 5 config needs - IP_Address: "0.0.0.0"
  • Config Options change for Ethernet connection.
  • (Ethernet Untested as of 13/08/2022)
  • Cleaned up backend scripts.
  • Split BT and Ethernet config.

Release

  • Added Local BT address config.

Release

  • tweaked the logging
  • Added Bluetoothctl list to log
  • Green

Release

  • Added LocalBTAddress to config
  • SBFspot version 3.9.5 was released.
  • Major changes for s6-Overlay v3 changes
  • Added apparmor config
  • Some other background tweaks.
  • updated base containers to 3.16

Release

  • Add cronjob to update sensors if restart occurs.
  • SBFspot version 3.9.4 was released.

Release

  • Better log handling for latest file.
  • Set removal of old logs at 3 days.

Release

  • Upload logging moved to HA logging window.
  • needs default /data/sbfspot/log directory.
  • SBFspot version 3.9.3

Release

  • bug chasing
  • SBFspot version 3.9.3

Release

  • SBFspot version 3.9.3

  • Initial release

  • Rebuilt to multi stage docker containter.

  • This saves ~450MB on the final image.

  • Is using base HA alpine container and s6 Overlay, so should be fully compatible with HAOS.

  • Doesn't require complicated USER setups.

  • I'm no programmer, so apologies if I break something along the way