Skip to content

Releases: boneIO-eu/app_black

boneIO v0.5.0dev4

09 Sep 08:14
Compare
Choose a tag to compare
boneIO v0.5.0dev4 Pre-release
Pre-release
  • move to PDM package manager
  • fix bugs in installation package
  • add One Wire GPIO support
  • fetch stats in async functions
  • add filters option to temperature and ADC sensors. You can now round, multiply, offset value before sending to MQTT!
  • add option to choose screens on OLED and their order.

boneIO v0.5.0dev3

08 Sep 20:38
Compare
Choose a tag to compare
boneIO v0.5.0dev3 Pre-release
Pre-release
  • move to PDM package manager
  • fix bugs in installation package
  • add One Wire GPIO support
  • fetch stats in async functions
  • add filters option to temperature and ADC sensors. You can now round, multiply, offset value before sending to MQTT!
  • add option to choose screens on OLED and their order.

boneIO v0.5.0dev2

07 Sep 12:28
Compare
Choose a tag to compare
boneIO v0.5.0dev2 Pre-release
Pre-release
  • move to PDM package manager
  • fix bugs in installation package
  • add One Wire GPIO support
  • fetch stats in async functions
  • add filters option to temperature and ADC sensors. You can now round, multiply, offset value before sending to MQTT!

boneIO v0.5.0dev1

05 Sep 19:48
Compare
Choose a tag to compare
boneIO v0.5.0dev1 Pre-release
Pre-release
  • move to PDM package manager
  • fix bugs in installation package
  • add One Wire via GPIO support
  • fetch stats in async functions

boneIO v0.4.0

29 Jun 14:53
13de36f
Compare
Choose a tag to compare

Changelog:

  • upgrade all requirements
  • add pdm as package manager
  • fix relay actions ON/OFF commands.

boneIO v0.4.0dev1

27 Jun 11:33
Compare
Choose a tag to compare
boneIO v0.4.0dev1 Pre-release
Pre-release

Changelog:

  • upgrade all requirements
  • add pdm as package manager

boneIO v0.3.0

26 Apr 16:08
45b0c49
Compare
Choose a tag to compare

New release!

Breaking changes:

  • all time units need to be changed to be timeperiod: eg 60 to 60 seconds etc.
  • user need to set gpio_mode for some pins manually, follow this https://boneio.eu/hardware/InputBoardBBB/v02#input---pin-on-bbb and put gpio_mod: "gpio_pu" eg for P8_45.
  • multiple temperature sensors are possible now, so redefine config to array (add - in temp sensor definition)

Changelog:

  • timeperiod support - no more 60 as seconds. Now you type 60s, 60secs, 60ms, 60minutes etc.!
  • support for: !include_dir_list, !include_dir_merge_list, !include_dir_named, !include_dir_merge_named - fixes boneIO-eu/boneIO#90
  • support for secrets.yaml
  • momentary switch momentary_turn_on, momentary_turn_off - fix boneIO-eu/boneIO#88
  • set gpio mode via python code directly
  • fix relay actions to be on, off again
  • resend online state on mqtt connection reset
  • resend discovery message on homeassistant online state
  • check if cover relay exists
  • add DS2482 support
  • add 1-wire Dallas DS18B20 support - fix boneIO-eu/boneIO#92
  • fix multiclick timing
  • fix modbus HA restart - boneIO-eu/boneIO#86

boneIO v0.3.0dev9

15 Apr 10:20
ba383af
Compare
Choose a tag to compare
boneIO v0.3.0dev9 Pre-release
Pre-release

Breaking changes:

  • all time units need to be changed to be timeperiod: eg 60 to 60 seconds etc.

Changelog:

  • timeperiod support - no more 60 as seconds. Now you type 60s, 60secs, 60ms, 60minutes etc.!
  • support for: !include_dir_list, !include_dir_merge_list, !include_dir_named, !include_dir_merge_named
  • support for secrets.yaml
  • momentary switch momentary_turn_on, momentary_turn_off
  • set gpio mode via python code directly
  • fix relay actions to be on, off again
  • resend online state on mqtt connection reset
  • resend discovery message on homeassistant online state
  • check if cover relay exists
  • add DS2482 support
  • add 1-wire Dallas DS18B20 support
  • fix multiclick timing
  • fix modbus HA restart

boneIO v0.3.0dev8

15 Apr 09:28
f45aca1
Compare
Choose a tag to compare
boneIO v0.3.0dev8 Pre-release
Pre-release

Breaking changes:

  • all time units need to be changed to be timeperiod: eg 60 to 60 seconds etc.

Changelog:

  • timeperiod support - no more 60 as seconds. Now you type 60s, 60secs, 60ms, 60minutes etc.!
  • support for: !include_dir_list, !include_dir_merge_list, !include_dir_named, !include_dir_merge_named
  • support for secrets.yaml
  • momentary switch momentary_turn_on, momentary_turn_off
  • set gpio mode via python code directly
  • fix relay actions to be on, off again
  • resend online state on mqtt connection reset
  • resend discovery message on homeassistant online state
  • check if cover relay exists
  • add DS2482 support
  • add 1-wire Dallas DS18B20 support
  • fix multiclick timing
  • fix modbus HA restart

boneIO v0.3.0dev7

15 Apr 08:05
b0d4438
Compare
Choose a tag to compare
boneIO v0.3.0dev7 Pre-release
Pre-release

Breaking changes:

  • all time units need to be changed to be timeperiod: eg 60 to 60 seconds etc.

Changelog:

  • timeperiod support - no more 60 as seconds. Now you type 60s, 60secs, 60ms, 60minutes etc.!
  • support for: !include_dir_list, !include_dir_merge_list, !include_dir_named, !include_dir_merge_named
  • support for secrets.yaml
  • momentary switch momentary_turn_on, momentary_turn_off
  • set gpio mode via python code directly
  • fix relay actions to be on, off again
  • resend online state on mqtt connection reset
  • resend discovery message on homeassistant online state
  • check if cover relay exists
  • add DS2482 support
  • add 1-wire Dallas DS18B20 support
  • fix multiclick timing
  • fix modbus HA restart