Releases: boneIO-eu/app_black
boneIO v0.8.2
- add new modbus devices!: (docs: https://boneio.eu/docs/black/configuration/modbus-sensors)
- Socomec E23 energy meter via Modbus,
- Socomec E03 energy meter via Modbus,
- CWT temperature and humidity sensor via Modbus,
- SHT 20 temperature and humidity sensor via Modbus,
- Liquid Sensor Depth via Modbus (to measure eg water tank),
- Orno-or-we-517 energy meter via Modbus,
- add modbus_helper command line tool to set new address and baudrate for CWT temperature sensors and R4DCB08 DS18B20 - modbus extender (docs: https://boneio.eu/docs/black/modbus_helper )
- add modbus helper command to search for connected devices
- fix modbus discovery
- add posibillity to define modbus parameters (docs: https://boneio.eu/docs/black/configuration/modbus )
- fix 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. (docs: https://boneio.eu/docs/black/configuration/output_group )
- 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 (docs: https://boneio.eu/docs/black/configuration/binary )
- fix Momentary action invoke
- add possibility to display external sensors on oled screen (docs: https://boneio.eu/docs/black/configuration/oled#extra-screen-sensors )
- fix 1W sensor reading
- add modbus 32 and 64 bit value types
boneIO v0.8.0dev18
- 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
- fix Momentary action invoke
- add possibility to display external sensors on oled screen
- fix 1W sensor reading
- add modbus 32 and 64 bit value types
boneIO v0.8.0dev11
- 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
- fix Momentary action invoke
boneIO v0.8.0dev10
- 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
- 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
- add Socomec E23 energy meter
- fix modbus discovery
- add posibillity to define modbus parameters
boneIO v0.7.1
Please read changelog of 0.7.0 if updating from 0.6.x version or older.
Changelog:
boneIO v0.7.0
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:
- add beta gpio algorithm
- switch from sensor to event entity in HA
- add duration time for long click
- fix setting Unavailable state
- update dependencies
- add beta support for PCF8575 expander
- add grouping for outputs
- fix cover toggle_open, toggle_close
- add possibility to reload actions of inputs
boneIO v0.7.0dev6
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:
- add beta gpio algorithm
- switch from sensor to event entity in HA
- add duration time for long click
- fix setting Unavailable state
- update dependencies
- add beta support for PCF8575 expander
- add grouping for outputs
- fix cover toggle_open, toggle_close
- add possibility to reload actions of inputs
boneIO v0.7.0dev3
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:
- add beta gpio algorithm
- switch from sensor to event entity in HA
- add duration time for long click
- fix setting Unavailable state
- update dependencies
- add beta support for PCF8575 expander