Skip to content

Releases: boneIO-eu/app_black

boneIO v0.7.2dev1

23 Apr 17:44
a4c8512
Compare
Choose a tag to compare
boneIO v0.7.2dev1 Pre-release
Pre-release
  • add Socomec E23 energy meter

boneIO v0.7.1

21 Sep 19:42
Compare
Choose a tag to compare

Please read changelog of 0.7.0 if updating from 0.6.x version or older.

Changelog:

boneIO v0.7.0

18 Sep 19:15
f13890b
Compare
Choose a tag to compare

Breaking change!

WORKS only with HA 2023.8 and newer

There is no input: option anymore.
It is divided into two options: event and binary_sensor.

Config change scheme:

  • sensors which works with single, double, long move to event_entity.yaml
  • binary sensor (deprecated kind: sensor move to binary_sensor.yaml)

then in config write:

event: !include event.yaml
binary_sensor: !include binary_sensor.yaml

You can group outputs now!

output_group:
  - id: LightsGroup
    output_type: light
    outputs:
      - light1
      - light2

Example config is here: https://github.com/boneIO-eu/app_black/blob/main/boneio/example_config/event.yaml
Output type for covers changed from none to cover. None can be used now only for grouping.

Changelog:

boneIO v0.7.0dev6

17 Sep 19:01
Compare
Choose a tag to compare
boneIO v0.7.0dev6 Pre-release
Pre-release

Breaking change!

Works only with HA 2023.8 and newer

There is no input: option anymore.
It is divided into two options: event and binary_sensor.

Config change scheme:

  • sensors which works with single, double, long move to event_entity.yaml
  • binary sensor (deprecated kind: sensor move to binary_sensor.yaml

then in config write:

event: !include event_entity.yaml
binary_sensor: !include binary_sensor.yaml

You can group outputs now!

output_group:
  - id: LightsGroup
    output_type: light
    outputs:
      - light1
      - light2

Changelog:

boneIO v0.7.0dev3

11 Aug 06:54
Compare
Choose a tag to compare
boneIO v0.7.0dev3 Pre-release
Pre-release

Breaking change!

Works only with HA 2023.8 and newer

There is no input: option anymore.
It is divided into two options: event and binary_sensor.

Config change scheme:

  • sensors which works with single, double, long move to event_entity.yaml
  • binary sensor (deprecated kind: sensor move to binary_sensor.yaml

then in config write:

event: !include event_entity.yaml
binary_sensor: !include binary_sensor.yaml

Changelog:

boneIO v0.7.0dev2

04 Aug 20:08
Compare
Choose a tag to compare
boneIO v0.7.0dev2 Pre-release
Pre-release

Breaking change!

There is no input: option anymore.
It is divided into two options: event and binary_sensor.

Changelog:

boneIO v0.6.3

08 Jun 19:30
Compare
Choose a tag to compare
  • fix high cpu usage if all inputs enabled
  • fix ADC sensors filters

boneIO v0.6.2

23 May 19:48
Compare
Choose a tag to compare
  • readd temp sensor to main screen

boneIO v0.6.1

12 May 07:47
Compare
Choose a tag to compare

Changelog:

  • fix SDM sensor crashing
  • fix DS2482 temperature sensor crashing
  • fix HA switch availability message

boneIO v0.6.0

07 May 19:34
Compare
Choose a tag to compare

Changelog:

  • support for modbus R4DCB08, thanks @theres
  • support for modbus DTS1964 3f energy meter thanks @patryk84a
  • fix example configs thanks @nemoo2580
  • BETA add support for LED PCA9685 board, thanks @kretowicz14
  • upgrade dependencies
  • fix mqtt bugs
  • fix input actions for output relay
  • fix app crash when Dallas sensor is disconnected during runtime
  • new GPIO Input edge detection method
  • new GPIO Sensor edge detection method
  • remove obsolete entities from HA discovery if removed from config file!
  • add device class option to GPIO sensor
  • add possibility to restart from systemd (eg with usage of HA button). (see docs how to configure systemd service!)