Releases: ironsheep/lightning-detector-MQTT2HA-Daemon
Releases · ironsheep/lightning-detector-MQTT2HA-Daemon
v2.2.7
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
Minor: adjust the script to avoid the expectation of PATH setup
v2.2.5
BUGFIX: repair crash - fixed handling of overhead detection - added more I/O debug for use during testing
v2.2.3
BUGFIX: repair i2c broken during the last library update.
v2.2.1
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
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
Sync release version to script version
Repair use of dates and comparison of dates
v1.0.0
First fully working version.
v0.9.0
Initial release but not yet running as systemd daemon... working on it!