Skip to content

Releases: binsentsu/am43-ctrl

v1.0.0

22 May 09:50
Compare
Choose a tag to compare
  • Updated home assistant mqtt cover discovery config to position_template iso value_template (breaking change in HA home-assistant/core#46059) (Thx @provinzio)
  • Device Connection Failure Improvements (Thx @rocket4321) :
    - Adds watchdog for program exit if no valid connection within a user-defined time period (disabled by default)
    - Adds watchdog for no device connection within 10 cycles at startup, otherwise exit
    - Allows control over device polling interval, or defaults to current random 10-20 min cycle

v0.2.0

06 Apr 20:31
Compare
Choose a tag to compare
  • Add support for percentage based blind position control through MQTT

v0.1.1

27 Feb 20:02
Compare
Choose a tag to compare
  • Fixes missing publish to availability_topic upon mqtt reconnect.

v0.1.0

30 Jan 23:24
Compare
Choose a tag to compare
  • Read current blind position at fixed interval
  • Read current battery level at fixed interval
  • Read current light sensor level at fixed interval
  • Add position_topic on home-assistant cover. (Auto status updates, also when operated manually)
  • Add auto discovered home-assistant sensors for battery and light

v0.0.1

28 Jan 21:21
Compare
Choose a tag to compare

Features:

  • Up/Down/Stop Command
  • MQTT
  • RESTful
  • Home Assistant auto mqtt discovery for cover component
  • Auto retrying on bogus BLE connection.