Tarh-76 / HA-custom-components-Xiaomi-Cloud-Map-Extractor-Ijai-Support

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

No module named 'vacuum_map_parser_ijai' #1

Open xrays72 opened 5 months ago

xrays72 commented 5 months ago

Checklist

The problem

Hi. Error on check configuration: Platform error 'camera' from integration 'xiaomi_cloud_map_extractor' - No module named 'vacuum_map_parser_ijai'

What version of an integration has described problem?

ijai_map_image

What was the last working version of an integration?

No response

What vacuum model do you have problems with?

ijai.vacuum.v1

What version of Home Assistant do you use?

2024.5.1

What type of installation are you running?

Home Assistant Supervised

Camera's configuration

camera:
  - platform: xiaomi_cloud_map_extractor
    name: vacuum_extractor_camera
    host: !secret xiaomi_mop_ip
    token: !secret xiaomi_mop_token
    username: !secret xiaomi_username
    password: !secret xiaomi_password
    country: "cn"
    draw: ['all']
    force_api: ijai

Errors shown in the HA logs (if applicable)

No response

Additional information

No response

Tarh-76 commented 5 months ago

Hi @xrays72, Thanks for the report. This is a known issue: vacuum_map_parser_ijai module is not published at the moment. Yet, as a WA you can get one from https://github.com/Tarh-76/Python-package-vacuum-map-parser-ijai. Be warned it is an early alpha, so everything's possible.