Skip to content

Releases: ironsheep/lightning-detector-MQTT2HA-Daemon

v2.2.7

13 Sep 08:54
Compare
Choose a tag to compare

Enhancement: Add user-configurable MQTT connect retries at script startup

See new entries in config.ini.dist:

[MQTT] 
#retry_count = 5
#retry_wait_in_seconds = 30

v2.2.6

11 Sep 23:27
Compare
Choose a tag to compare

Minor: adjust the script to avoid the expectation of PATH setup

v2.2.5

10 Sep 22:31
Compare
Choose a tag to compare

BUGFIX: repair crash - fixed handling of overhead detection - added more I/O debug for use during testing

v2.2.3

08 Sep 04:51
Compare
Choose a tag to compare

BUGFIX: repair i2c broken during the last library update.

v2.2.1

04 Sep 20:51
Compare
Choose a tag to compare

ENH: added AS3935 working-communications check! The script will now abort if communications with the AS3935 is not working correctly
This lets you know quickly if you need to fix the wiring to your AS39395 sensor.

v2.2.0

03 Sep 22:04
Compare
Choose a tag to compare

ENH: add SPI support!
ENH: add mode to determine antenna fine-tuning values
BUGFIX: repair handling of out-of-range detection distance values
BUGFIX: repair handling of hex values loaded from config.ini

Please see README.md for Antenna Tuning Procedure or for set up to use SPI.

v2.0.3

18 Jul 07:17
Compare
Choose a tag to compare

Sync release version to script version
Repair use of dates and comparison of dates

v1.0.0

17 Jul 03:23
Compare
Choose a tag to compare

First fully working version.

v0.9.0

16 Jul 23:40
Compare
Choose a tag to compare

Initial release but not yet running as systemd daemon... working on it!