raetha / wyzesense2mqtt

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

1.1 #15

Closed raetha closed 4 years ago

raetha commented 4 years ago

Add ability to reload sensor config while running (Resolves #13) Added link to Python Validation runs Switch to custom WyzeSensePy library (fixes #12, fixes #17) Bump version to 1.1 Better tracking of timestamps for sensor event (resolves #21) Add sensor invert_state option to reverse state value (resolves #23) Fix issue with undefined SENSORS during events before SENSOR load (fixes #17) Automatically copy sample config.yaml and logging.yaml if they don't exist (resolves #28) Explictly cover Raspian version tested with Add version based Docker image support (Docker Hub Autobuild) (resolves #24) Document requirement for Python 3.6.x (due to use of Fstrings) (#27) Add friendly name to event MQTT message (resolves #25) Immediately unpair sensors with bad MAC and log (resolves #19) Convert Docker builds to use Python 3.8-slim-buster base image (fixes #30)

raetha commented 4 years ago

@dale3h, want to take one final look at the devel branch and let me know if you have or see any issues? I've fixed the last issue I was having with the new Docker builds. So thinking 1.1 is ready for release.

raetha commented 4 years ago

I'm actually going to promote this now. Seeing more references to these types of projects locking up over time, and this has a fix for that. So I'm hoping we can gather a few new users with the fix in place. If anyone finds issues with this update, we'll do a quick 1.1.1 after, but think testing coverage has been good amongst the various folks who've submitted issues.