Skip to content

Releases: boneIO-eu/app_black

boneIO v0.3.0dev5

10 Apr 18:40
8948914
Compare
Choose a tag to compare
boneIO v0.3.0dev5 Pre-release
Pre-release

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

boneIO v0.3.0dev4

08 Apr 10:23
37cdc6b
Compare
Choose a tag to compare
boneIO v0.3.0dev4 Pre-release
Pre-release

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

boneIO v0.3.0dev3

17 Mar 08:03
a631391
Compare
Choose a tag to compare
boneIO v0.3.0dev3 Pre-release
Pre-release

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

boneIO v0.3.0dev2

16 Mar 11:01
1e0cdee
Compare
Choose a tag to compare
boneIO v0.3.0dev2 Pre-release
Pre-release

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

boneIO v0.2.2

18 Feb 09:12
df4d32f
Compare
Choose a tag to compare

Changelog:

  • cover state topic
  • mqtt high port setting
  • remove numpy package

boneIO v0.2.1

16 Feb 09:45
Compare
Choose a tag to compare

Breaking changes:

  • you need to customize your config.yaml, mostly input according to actions.
    Changelog:
  • local file state manager -> now you can restore state on startup!
  • add modbus sensors support
  • cover support
  • New output_24x16a.yaml
  • fix mqtt autodiscovery in HA
  • OLED
    • fix screensaver 0 timeout
    • add highter bouncetime
  • gpio inputs
    • bounce time to config
    • multiple actions support
    • different actions for different actions type
  • load components separately
  • add logger reload button
  • stop all cover relays on close!

boneIO v0.2.0dev1

08 Feb 14:34
c4acd54
Compare
Choose a tag to compare
boneIO v0.2.0dev1 Pre-release
Pre-release

What's Changed

  • local file state manager -> now you can restore state on startup!
  • support for multiple actions in relay
  • add modbus sensors support
  • cover support
  • New output_24x16a.yaml

Full Changelog: v0.1.5...v0.2.0dev1

boneIO v0.2.0dev2

09 Feb 11:17
916cfaa
Compare
Choose a tag to compare
boneIO v0.2.0dev2 Pre-release
Pre-release

What's Changed

  • local file state manager -> now you can restore state on startup!
  • support for multiple actions in relay
  • add modbus sensors support
  • cover support
  • New output_24x16a.yaml
  • add support for multiple actions on each click
  • separate actions type for each type of action: action_output, action_mqtt_msg, action_cover
  • more advanced schema validation

Full Changelog: v0.1.5...v0.2.0dev2

boneIO v0.1.5

23 Jan 18:14
Compare
Choose a tag to compare

Changelog:

  • fix installation script

boneIO v0.1.4

22 Jan 11:34
Compare
Choose a tag to compare

Change your config!

oled:

should become

oled:
  enabled: true

Changelog:

  • add NONE switch
  • update install script
  • OLED
    • fix OLED columns width
    • add OLED screensaver
    • add version to oled
  • change SDM payload to single json
  • handle duplicate PIN in input
  • add support for different GPIO mode in input