Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove support for integration KrzysztofHajdamowicz/miio2 #454

Open
3 tasks done
KrzysztofHajdamowicz opened this issue Aug 5, 2022 · 8 comments
Open
3 tasks done
Assignees
Labels
bug Something isn't working

Comments

@KrzysztofHajdamowicz
Copy link

Checklist

  • I have updated the card to the latest version available
  • I have cleared the cache of my browser
  • I have checked if the problem is already reported

The problem

I am abandoning STYTJ02YM integration, new maintainer is needed. For now, no further commits from my side are expected.

What version of a card has described problem?

2.0.11

What was the last working version card?

v6.6.6

What vacuum model do you have problems with?

STYTJ02YM

Which integration do you use to control your vacuum (link)?

https://github.com/KrzysztofHajdamowicz/home-assistant-vacuum-styj02ym

What browser (browsers/apps) does have this problem?

All of them

What version of Home Assistant do you use?

2022.8.1

What type of installation are you running?

Home Assistant OS

Card's configuration

type: custom:xiaomi-vacuum-map-card
map_source:
  camera: camera.xiaomi_cloud_map_extractor
calibration_source:
  camera: true
entity: vacuum.vacuum
vacuum_platform: KrzysztofHajdamowicz/miio2
map_locked: true
append_icons: true
icons:
  - icon: mdi:water-outline
    conditions:
      - entity: vacuum.vacuum
        attribute: is_mop
        value: 1
      - entity: vacuum.vacuum
        attribute: water_grade
        value: 11
    tap_action:
      action: call-service
      service: vacuum.send_command
      service_data:
        entity_id: vacuum.vacuum
        command: set_suction
        params: 12
  - icon: mdi:water-opacity
    conditions:
      - entity: vacuum.vacuum
        attribute: is_mop
        value: 1
      - entity: vacuum.vacuum
        attribute: water_grade
        value: 12
    tap_action:
      action: call-service
      service: vacuum.vacuum
      service_data:
        entity_id: vacuum.vacuum
        command: set_suction
        params: 13
  - icon: mdi:water
    conditions:
      - entity: vacuum.vacuum
        attribute: is_mop
        value: 1
      - entity: vacuum.vacuum
        attribute: water_grade
        value: 13
    tap_action:
      action: call-service
      service: vacuum.send_command
      service_data:
        entity_id: vacuum.vacuum
        command: set_suction
        params: 11

Javascript errors shown in the browser's console (if applicable)

No response

Additional information

No response

@KrzysztofHajdamowicz KrzysztofHajdamowicz added the bug Something isn't working label Aug 5, 2022
@PiotrMachowski
Copy link
Owner

[*]

@KrzysztofHajdamowicz
Copy link
Author

There is a hope
home-assistant/core#76301

@PiotrMachowski
Copy link
Owner

PiotrMachowski commented Aug 5, 2022

My guess is that you will be redirected to feature requests

@PiotrMachowski
Copy link
Owner

PiotrMachowski commented Aug 5, 2022

I have checked out repo that you suggested as a replacement. Unfortunately it doesn't support services that your version does :(

@rytilahti
Copy link

I'm currently in progress of restructuring python-miio to make it easier to add support for device-specific features, including vendor-specific sensors, switches, and buttons that will be automatically added to homeassistant for supported devices: rytilahti/python-miio#1495 - this will make it considerably easier to add support for non-roborock vacuums, so there's some hope to get it officially implemented in the future.

@PiotrMachowski
Copy link
Owner

@rytilahti thank you!

@rzechu
Copy link

rzechu commented Apr 4, 2024

Any update :( ?
image

@PiotrMachowski
Copy link
Owner

@rzechu with what?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants