Skip to content

Releases: Acgua/ioBroker.fully-mqtt

Release v0.2.0

30 Mar 18:31
Compare
Choose a tag to compare
  • (Acgua) Fixed starting MQTT server
  • (Acgua) Code cleanup
  • (Acgua) Removed info log 'MQTT is not activated in adapter instance settings.'
  • (Acgua) New object 'enabled' ('fully-mqtt.x.[Device Name].enabled') to indicate if the device is enabled in the adapter settings
  • (Acgua) 'alive' state is set to null if device is not enabled (to not show connection/disconnection symbols in device object 'fully-mqtt.x.[Device Name])
  • (Acgua) New option "Create default event objects at adapter start"

Release v0.1.0

27 Mar 19:56
Compare
Choose a tag to compare
  • (Acgua) Breaking Change: Using MQTT is required, and removed option to deactivate MQTT. Reasons: 1. requesting info thru REST API is redundant and simply not needed since MQTT is available, 2. It does not make sense to not use MQTT since it provides live updates of states.
  • (Acgua) Breaking Change: Object 'mqttActivated' ('fully-mqtt.x.yyy.mqttActivated') is no longer used. Feel free to delete these objects if you update from a previous version as these will not be deleted automatically.
  • (Acgua) Removed all REST API info requests, as MQTT use is now required
  • (Acgua) Code improvements

Release v0.0.12

26 Mar 18:13
Compare
Choose a tag to compare
  • (Acgua) Logging improved
  • (Acgua) Internal: test git branch

Release v0.0.11

24 Mar 16:56
Compare
Choose a tag to compare
  • (Acgua) Fix: Remote admin password issue
  • (Acgua) Improved debug and error log when sending REST API commands

Release v0.0.10

22 Mar 20:06
Compare
Choose a tag to compare
  • (Acgua) Do not show Remote Admin Password in debug log (#14)

Release v0.0.9

22 Mar 19:04
Compare
Choose a tag to compare
  • (Acgua) Breaking Change If you update from a previous version: In Adapter config, device table: disable and enable your all of your devices, and save options afterwards.
  • (Acgua) Bug fix: enabled devices in config were skipped
  • (Acgua) English adapter documentation added.
  • (Acgua) Adapter was added to Weblate (#108)
  • (Acgua) Verified that device objects are removed when device was deleted or renamed in config

Release v0.0.8

19 Mar 13:02
Compare
Choose a tag to compare
  • (Acgua) Github Workflow Deploy - try to fix GitHub release failed with status: 403 undefined (Link)