Skip to content

Releases: boneIO-eu/app_black

boneIO v0.8.0dev10

30 Sep 13:19
Compare
Choose a tag to compare
boneIO v0.8.0dev10 Pre-release
Pre-release
  • add Socomec E23 energy meter via Modbus,
  • add Socomec E03 energy meter via Modbus,
  • add CWT temperature and humidity sensor via Modbus,
  • add SHT 20 temperature and humidity sensor via Modbus,
  • add Liquid Sensor Depth via Modbus (to measure eg water tank),
  • add very initial Orno-or-we-517 energy meter via Modbus,
  • fix modbus discovery
  • add posibillity to define modbus parameters
  • add modbus_helper command line tool to set new address and baudrate for CWT temperature sensors and R4DCB08 DS18B20 - modbus extender
  • add modbus helper command to search for connected devices
  • change modbus check availability command
  • add new option to group of outputs: all_on_behaviour, if True then if All relays are on groups is considered ON, otherwise if any is ON group is considered ON.
  • add event and binary sensor examples for v0.7 board
  • add binary sensor initial_send option, to send current state of binary sensor to MQTT

boneio v0.8.0dev8

25 Sep 12:36
Compare
Choose a tag to compare
boneio v0.8.0dev8 Pre-release
Pre-release
  • add Socomec E23 energy meter via Modbus,
  • add CWT temperature sensor via Modbus,
  • add very initial Orno-or-we-517 energy meter via Modbus,
  • fix modbus discovery
  • add posibillity to define modbus parameters
  • add modbus_helper command line tool to set new address and baudrate for CWT temperature sensors and R4DCB08 DS18B20 - modbus extender
  • change modbus check availability command
  • add new option to group of outputs: all_on_behaviour, if True then if All relays are on groups is considered ON, otherwise if any is ON group is considered ON.
  • add event and binary sensor examples for v0.7 board

boneIO v0.7.2dev4

23 Apr 17:44
Compare
Choose a tag to compare
boneIO v0.7.2dev4 Pre-release
Pre-release
  • add Socomec E23 energy meter
  • fix modbus discovery
  • add posibillity to define modbus parameters

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