Maxym Ocheretianko

Results 25 comments of Maxym Ocheretianko

> still getting a compile error using your fork: That is strange because it works for me)

@jbishop129 , @ParineetVernekar friends, what version of esphome you're using? I'm fine with my "fork" with [this](https://github.com/bearpawmaxim/esphome-configs/blob/master/pc-wol-button.yaml) config on 2023.12.5. More to say, it is suitable **only** for this version......

Hi @mateuszmalek! The fix from the aforementioned issue #294 isn't working for the roborock s7 (fw 4.3.5_1612). Is there fix for my S7? @PiotrMachowski, maybe you have something to say?

@PiotrMachowski, ofc! Here Is it: ```yaml type: custom:xiaomi-vacuum-map-card map_source: camera: camera.roborock_s7_map calibration_source: camera: true entity: vacuum.rosha vacuum_platform: default map_modes: - name: Уборка зоны icon: mdi:select-drag run_immediately: false coordinates_rounding: true selection_type:...

> your config doesn't contain the fix. Well, some time ago I have tried this fix, saw that the vacuum does nothing and reverted it back. Will try to install...

> Or following config and install the [latest beta version](https://github.com/PiotrMachowski/lovelace-xiaomi-vacuum-map-card/releases/tag/v2.2.0-beta.1) It worked with the latest beta and the old config (whoops! forgot to change it..). Thanks!

@PiotrMachowski, after setting the config as you wrote (for beta version) the room cleaning isn't working at all. It only shows 'Success' toast but vacuum isn't reacting at all.

> removing single quotes from room IDs: Seems to be working now! Thanks! P.S.: looks like something in the room config generation procedure needs to be changed?

Hello @clydebarrow ! Thank you for your work! I finally got my WT32-SC01 Plus display working with esphome with the following config: ``` external_components: - source: github://pr#6537 components: [ io_bus,...

> Use LVGL for fast drawing Actually, I'm now drawing the UI with it. Thanks!