PiotrMachowski / Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor

This custom integration provides a way to present a live view of a map for Xiaomi (Roborock/Viomi/Roidmi/Dreame) vacuums without a need for rooting.
MIT License
1.13k stars 122 forks source link

map_transformation not working anymore ? #458

Closed Tontze closed 1 year ago

Tontze commented 1 year ago

Checklist

The problem

i have map_transformation, scale 2. It does not seem to be working anymore ? No matter what number it is, scale is not changed ?

What version of an integration has described problem?

v2.2.1

What was the last working version of an integration?

No response

What vacuum model do you have problems with?

viomi.vacuum.v8

What version of Home Assistant do you use?

2023.8.1

What type of installation are you running?

Home Assistant OS

Camera's configuration

# Robotvacuum configurations
camera:
   - platform: xiaomi_cloud_map_extractor
    name: Viomi
    host: x.x.x.x
    token: !secret viomi_token
    username: !secret xiaomi_username
    password: !secret xiaomi_password
    country: "de"
    draw: ["all"]
    attributes:
      - calibration_points
      - rooms
    map_transformation:
      scale: 2
    scan_interval:
      seconds: 20
    colors:
      color_map_outside: [0, 0, 0, 0]
      color_path: [66, 66, 66]

Errors shown in the HA logs (if applicable)

No response

Additional information

No response

Tontze commented 1 year ago

After fiddling some, i noticed that scale seems to be changing only robot size on the map, higher scale number, bigger robot ?

Tontze commented 1 year ago

Ok. For some reason my CROP was disappeared.. All good now :)