Ecowitt2mqtt

Latest version: v2024.10.0

Safety actively analyzes 714772 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 16

2024.01.2

🐛 Bug Fixes

- Fix config error when ports are passed as strings (865)

2024.01.1

🚨 Breaking Changes

- Remove previously deprecated environment variables (857)

🚀 Features

- Add config parameter for interepreting a boolean battery's `True` value (863)

🐛 Bug Fixes

- Fix regression with trailing slashes in `endpoint` URLs (864)
- Properly type HTTPserver port (854)

🧰 Maintenance

- Bump ruff from 0.1.13 to 0.1.14 (861)
- Bump vulture from 2.10 to 2.11 (860)
- Remove unnecessary variable (859)
- Remove previously deprecated environment variables (857)
- Move diagnostics log level config into `ecowitt2mqtt.config` (858)
- Remove Safety as a dependency (856)
- Make boolean config validator more efficient (855)
- Bump actions/cache from 3 to 4 (853)
- Refactor duplicate config parsing logic (852)
- Migrate appropriate unit collections from constants to Enums (851)
- Stream output unit validation via custom validator (850)
- Address upcoming deprecation of `datetime.datetime.utcnow()` (849)
- Replace unit system constants with an Enum (848)
- Replace `voluptuous` with `pydantic` (847)
- Add `StrEnum` backport from `backports.strenum` (846)

2024.01.0

🚀 Features

- Add data detection for `heap` sensor (845)

🐛 Bug Fixes

- Fix issue with incorrect Python version spec (818)

📕 Documentation

- Fix CI badge in README (841)
- Update README.md, Docker with ECOWITT2MQTT_MQTT_TOPIC (840)

🧰 Maintenance

- Bump uvicorn from 0.25.0 to 0.26.0 (844)
- Bump aiomqtt from 1.2.1 to 2.0.0 (843)
- Bump fastapi from 0.108.0 to 0.109.0 (842)
- Bump ruff from 0.1.11 to 0.1.13 (839)
- Bump aresponses from 2.1.6 to 3.0.0 (837)
- Bump fastapi from 0.108.0 to 0.109.0 (838)
- Bump gitpython from 3.1.40 to 3.1.41 (835)
- Migrate from `rtx` to `mise` (834)
- Bump ruff from 0.1.9 to 0.1.11 (833)
- Bump pytest from 7.4.3 to 7.4.4 (830)
- Bump rapidfuzz from 3.6.0 to 3.6.1 (831)
- Bump pytest-asyncio from 0.23.2 to 0.23.3 (832)
- Bump coverage from 7.3.4 to 7.4.0 (829)
- Bump rapidfuzz from 3.5.2 to 3.6.0 (828)
- Bump fastapi from 0.106.0 to 0.108.0 (827)
- Bump fastapi from 0.105.0 to 0.106.0 (826)
- Bump ruff from 0.1.8 to 0.1.9 (824)
- Bump mypy from 1.7.1 to 1.8.0 (825)
- Bump coverage from 7.3.3 to 7.3.4 (822)
- Bump uvicorn from 0.24.0.post1 to 0.25.0 (823)
- Bump coverage from 7.3.2 to 7.3.3 (819)
- Bump ruff from 0.1.7 to 0.1.8 (820)
- Bump frozenlist from 1.4.0 to 1.4.1 (821)
- Bump typing-extensions from 4.8.0 to 4.9.0 (809)
- Bump pre-commit from 3.5.0 to 3.6.0 (810)
- Bump pylint from 3.0.2 to 3.0.3 (811)
- Bump fastapi from 0.104.1 to 0.105.0 (812)
- Bump isort from 5.12.0 to 5.13.2 (814)
- Bump github/codeql-action from 2 to 3 (815)
- Bump actions/stale from 8 to 9 (807)
- Bump actions/setup-python from 4 to 5 (805)
- Bump yarl from 1.9.3 to 1.9.4 (806)
- Bump ruff from 0.1.6 to 0.1.7 (803)
- Bump pytest-asyncio from 0.23.1 to 0.23.2 (804)
- Bump colorlog from 6.7.0 to 6.8.0 (801)
- Bump pytest-asyncio from 0.21.1 to 0.23.1 (802)
- Ensure `hadolint` is included with this repo (800)
- Replace custom `hadolint` pre-commit hook with Docker image (799)
- Use `ruff` in place of `bandit` and `black` (798)
- Bump aiohttp from 3.9.0 to 3.9.1 (797)
- Bump mypy from 1.7.0 to 1.7.1 (796)
- Bump dessant/lock-threads from 5.0.0 to 5.0.1 (795)

2023.11.2

🐛 Bug Fixes

- Always retain Home Assistant MQTT Discovery config topic (777)
- Fix bug with runtime shutdown during diagnostics collection (791)
- Fix bug wherein MQTT loop tasks are not cancelled upon shutdown (776)

📕 Documentation

- Remove stale docstring (794)

🧰 Maintenance

- Bump pygments from 2.17.1 to 2.17.2 (793)
- Bump Poetry version in Dockerfile to `1.7.1` (792)
- Bump yarl from 1.9.2 to 1.9.3 (788)
- Bump ruff from 0.1.5 to 0.1.6 (783)
- Bump voluptuous from 0.14.0 to 0.14.1 (784)
- Bump certifi from 2023.7.22 to 2023.11.17 (785)
- Bump pygments from 2.16.1 to 2.17.1 (786)
- Bump aiohttp from 3.9.0rc0 to 3.9.0 (787)
- Bump poetry from 1.7.0 to 1.7.1 in /.github/workflows (782)
- Bump aiohttp from 3.9.0b1 to 3.9.0rc0 (781)
- Bump dessant/lock-threads from 4.0.1 to 5.0.0 (779)
- Bump urllib3 from 2.0.7 to 2.1.0 (780)
- Use `latest` VerneMQ image for testing (778)
- Bump voluptuous from 0.13.1 to 0.14.0 (775)
- Bump mypy from 1.6.1 to 1.7.0 (774)
- Bump yamllint from 1.32.0 to 1.33.0 (773)
- Bump ruff from 0.1.4 to 0.1.5 (772)
- Bump black from 23.10.1 to 23.11.0 (771)
- Bump ruff from 0.1.3 to 0.1.4 (769)
- Bump aiohttp from 3.9.0b0 to 3.9.0b1 (768)
- Bump uvicorn from 0.23.2 to 0.24.0.post1 (770)

2023.11.1

🐛 Bug Fixes

- Fix unhandled asyncio.CancelledError during shutdown (766)
- Fix missing config topic in MQTT Discovery (765)

🧰 Maintenance

- Reduce likelihood of log warnings about `pending publish calls` (767)
- Bump ruamel.yaml to a minimum of 0.18.5 (764)
- Bump poetry from 1.6.1 to 1.7.0 in /.github/workflows (761)
- Bump ruamel-yaml from 0.18.4 to 0.18.5 (762)
- Bump rapidfuzz from 3.5.1 to 3.5.2 (758)

2023.11.0

🚨 Breaking Changes

- Add support for Python 3.12 (751)

🚀 Features

- Add support for Weather Underground as an input data format (666)

🐛 Bug Fixes

- Handle both old- and new-style Ambient Weather query parameters (756)
- Only publish MQTT Discovery payload when config changes (749)

🧰 Maintenance

- Bump ruamel-yaml from 0.18.3 to 0.18.4 (754)
- Bump rapidfuzz from 3.4.0 to 3.5.1 (755)
- Bump fastapi from 0.104.0 to 0.104.1 (753)
- Bump ruamel-yaml from 0.18.2 to 0.18.3 (752)
- Add support for Python 3.12 (751)
- Update base Docker image to Debian Bookworm (750)
- Pin `urllib` version to address CVEs (748)
- Bump ruff from 0.1.2 to 0.1.3 (747)
- Bump ruff from 0.1.1 to 0.1.2 (744)
- Bump ruamel-yaml from 0.18.0 to 0.18.2 (745)
- Bump pytest from 7.4.2 to 7.4.3 (746)
- Bump ruamel-yaml from 0.17.40 to 0.18.0 (742)
- Bump black from 23.10.0 to 23.10.1 (743)
- Bump pylint from 3.0.1 to 3.0.2 (741)
- Bump uvloop from 0.18.0 to 0.19.0 (740)
- Bump fastapi from 0.103.2 to 0.104.0 (737)
- Bump ruamel-yaml from 0.17.35 to 0.17.40 (739)
- Bump ruff from 0.1.0 to 0.1.1 (738)
- Bump uvloop from 0.17.0 to 0.18.0 (728)
- Bump ruff from 0.0.292 to 0.1.0 (730)
- Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 (732)
- Bump mypy from 1.6.0 to 1.6.1 (733)
- Bump black from 23.9.1 to 23.10.0 (734)
- Bump gitpython from 3.1.37 to 3.1.40 (735)
- Bump pre-commit from 3.4.0 to 3.5.0 (729)
- Bump mypy from 1.5.1 to 1.6.0 (727)
- Bump pyupgrade from 3.14.0 to 3.15.0 (723)
- Bump aiohttp from 3.8.5 to 3.8.6 (722)
- Bump rapidfuzz from 3.3.1 to 3.4.0 (725)
- Bump pre-commit-hooks from 4.4.0 to 4.5.0 (724)
- Bump vulture from 2.9.1 to 2.10 (726)
- Bump pyupgrade from 3.13.0 to 3.14.0 (718)
- Bump codespell from 2.2.5 to 2.2.6 (721)
- Bump pylint from 2.17.7 to 3.0.1 (720)
- Bump coverage from 7.3.1 to 7.3.2 (716)
- Bump ruff from 0.0.291 to 0.0.292 (715)
- Bump ruamel-yaml from 0.17.33 to 0.17.35 (719)
- Bump ruamel-yaml from 0.17.32 to 0.17.33 (713)
- Bump pylint from 2.17.6 to 2.17.7 (714)
- Bump fastapi from 0.103.1 to 0.103.2 (712)
- Bump pylint from 2.17.5 to 2.17.6 (711)
- Bump pyupgrade from 3.12.0 to 3.13.0 (710)
- Bump ruff from 0.0.290 to 0.0.291 (709)
- Bump gitpython from 3.1.36 to 3.1.37 (708)
- Bump rapidfuzz from 3.3.0 to 3.3.1 (707)
- Bump pyupgrade from 3.11.1 to 3.12.0 (706)
- Bump aiomqtt from 1.2.0 to 1.2.1 (702)
- Bump pyupgrade from 3.11.0 to 3.11.1 (703)
- Bump pyupgrade from 3.10.1 to 3.11.0 (700)
- Bump typing-extensions from 4.7.1 to 4.8.0 (699)
- Bump ruff from 0.0.289 to 0.0.290 (701)
- Bump rapidfuzz from 3.2.0 to 3.3.0 (698)
- Bump docker/build-push-action from 4 to 5 (693)
- Bump docker/setup-qemu-action from 2 to 3 (696)
- Bump docker/setup-buildx-action from 2 to 3 (692)
- Bump docker/login-action from 2 to 3 (695)
- Bump docker/metadata-action from 4 to 5 (694)
- Bump ruff from 0.0.288 to 0.0.289 (691)
- Bump gitpython from 3.1.35 to 3.1.36 (689)
- Bump ruff from 0.0.287 to 0.0.288 (690)
- Bump black from 23.7.0 to 23.9.1 (688)
- Bump coverage from 7.3.0 to 7.3.1 (683)
- Bump gitpython from 3.1.34 to 3.1.35 (686)
- Bump pytest from 7.4.1 to 7.4.2 (685)
- Bump pytest-aiohttp from 1.0.4 to 1.0.5 (684)
- Bump actions/checkout from 3 to 4 (682)
- Bump pre-commit from 3.3.3 to 3.4.0 (681)
- Bump gitpython from 3.1.33 to 3.1.34 (676)
- Bump ruff from 0.0.286 to 0.0.287 (677)
- Bump pytest from 7.4.0 to 7.4.1 (679)
- Bump fastapi from 0.103.0 to 0.103.1 (678)
- Bump aiomqtt from 1.1.0 to 1.2.0 (680)
- Bump gitpython from 3.1.32 to 3.1.33 (675)
- Bump fastapi from 0.101.1 to 0.103.0 (674)
- Bump ruff from 0.0.285 to 0.0.286 (673)
- Bump poetry from 1.6.0 to 1.6.1 in /.github/workflows (671)
- Further abstract publisher ABC (670)
- Bump vulture from 2.8 to 2.9.1 (669)
- Bump poetry from 1.5.1 to 1.6.0 in /.github/workflows (668)
- Bump ruff from 0.0.284 to 0.0.285 (665)

Page 2 of 16

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.