Releases: sca075/Python-package-valetudo-map-parser
Releases · sca075/Python-package-valetudo-map-parser
v0.3.3
Congaduto calibration and rooms data corrections.
Congaduto fix calibration points
Add Conga vacuum support and allow image format set from device_info
def_context_type in device_info allow to set the context type of the images.
The Congaduto firmware maps are rendered, attributes are correctly generated but mopping is still not implemented.
What's Changed
- Update mvcrender dependency and bump version to 0.2.9 by @sca075 in #73
- feat: add Conga vacuum support — bump to v0.3.0b2 by @sca075 in #74
- get_content_type as property, def_context_type from device_info — v0.3.0 by @sca075 in #75
Full Changelog: v0.2.8...v0.3.0
v0.3.0b2
Full Changelog: v0.3.0b1...v0.3.0b2
Adding Missing Conga Handlers
bump version
Full Changelog: v0.3.0b0...v0.3.0b1
add Conga vacuum support — bump to v0.3.0b0
- Add CongaMapImageHandler: scales Conga JSON (pixelSize, canvas size,
entity coordinates) by ×5 before the Hypfer render pipeline, producing
solid filled rooms and correctly positioned entities without post-upscale - Add CongaImageDraw: thin subclass of HypferImageDraw; coordinate scaling
handled entirely in the handler - Add ImageData.is_conga_map() for detection via congaPixels field presence
- Export CongaMapImageHandler and ImageData in public API (init.py)
- Add tests/test_conga.py: detection, image generation, room extraction,
calibration data (4-point vacuum↔map pairs), room data structure - Fix ALLOWED_IMAGE_FORMAT dict formatting in const.py
- Bump version 0.2.9 → 0.3.0b0
last for today
Merge pull request #73 from sca075/dev Update mvcrender dependency and bump version to 0.2.9
Bump mvcrender to 0.2.3
This release of mvcrender will finally fix the issue with the Home Assistant 2026.3.0bx reported
Bump mvcrender to 0.2.1
What's Changed
Full Changelog: v0.2.6...v0.2.7