hassio-addons/haos-sbfspot/CHANGELOG.md
habuild 1688059878
2022.9.1 (#34)
* Update en.yaml

Update options

* Prettified Code!

* Update en.yaml

* Prettified Code!

* Update en.yaml

* Update Dockerfile

curl dev version -> rc3
chmod changed to folders instead of files
taillog auto logs to dev stdout.. it is just a timestamp now

* Update build.yaml

codenotary..

* Update taillog.sh

SBFspot 3.9.6 logging changes
no files anymore. so just timestamp.

* Update genBluetoothConfig.sh

converted to bashio

* Update genEthernetConfig.sh

converted to bashio

* Create genSenBlue

Created for Bluetooth inverter sensors

* Create genSenEth

created for Ethernet inverter sensors
makes set config

* Create mqttSensorConfig

making sensors..

* Create purgeSen

purge sensors...

* Create nanorc

nano defaults.

* Update finish

exit code changes

* Update run

sensors and bashio changes

* Update config.yaml

defaulted most options in bashio

* Update en.yaml

spaces...

* Update en.yaml

* Update en.yaml

* Update en.yaml

* Prettified Code!

* Update config.yaml

* Update DOCS.md

updating for changes and making pretty

* Update README.md

* Prettified Code!

* Add files via upload

* Update README.md

* Update DOCS.md

* Update en.yaml

* Prettified Code!

* Update README.md

* Prettified Code!

* Update DOCS.md

* Update en.yaml

* Prettified Code!

* Update README.md

* Update en.yaml

* Prettified Code!

* Update DOCS.md

* Update en.yaml

* Prettified Code!

* Update README.md

* Update .mdlrc

* Prettified Code!

* Update DOCS.md

* Update CHANGELOG.md

2022.9.1

* Update README.md

* Update DOCS.md

* Update README.md

* Update README.md

* Update DOCS.md

* Delete UI options.PNG

renaming

* Delete mqqt Capture.PNG

renaming

* Add files via upload

* Update README.md

* Update README.md

* Delete MQTTcapture.PNG

* Add files via upload

* Update README.md

* Update DOCS.md

* Update CHANGELOG.md

* Update README.md

* Update DOCS.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: habuild <habuild@users.noreply.github.com>
2022-09-06 20:28:32 +10:00

4.1 KiB

Version

  • 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