raetha / wyzesense2mqtt

Configurable WyzeSense to MQTT Gateway intended for use with Home Assistant or other platforms that use MQTT discovery mechanisms.
MIT License
79 stars 22 forks source link

1.2 #41

Closed raetha closed 3 years ago

raetha commented 4 years ago

Version bump to 1.2 Update bug report template to use markdown (@dale3h) Resolve most flake8 issues (@dale3h) Bridge connection retries should now continue when an IOError is triggered (#17) Add vim to docker image (Resolves #39) Add Neos Leak Sensor support (Resolves #29) - In Progress Handle not having a sensors.yaml file on startup (Fixes #44, Reference PR #45 @AK5nowman) Logging enhancements (Reference PR #45 @AK5nowman) Add support to disable HASS discovery topics (Reference PR #45 @AK5nowman) Refactored configuration initialization to be self-updating for new features Removing a sensor now removes it from config file (Reference PR #45 @AK5nowman) Add support for sensor battery alerts (PR #50 @AK5nowman) Set Python and shell scripts as executable (Fixes #48) Updated Systemd install instructions to resolve a number of missing steps or issues (Fixes #48, Fixes #37) Add Github codeql-analysis support Remov exit in MQTT on_connect function that might cause connection issues (#46) Alternate MQTT connection model coded for if issues linger (currently commented out) (#46) Moved MQTT publish to separate function with logging added (#46) Tweaked main script to properly close MQTT and USB Dongle connections on SIGINT