@Jeremy, thanks for swift reply!
So, here are the few first lines from my vacuum.log:
Home Assistant notifications (Log started: 2020-05-20T09:30:18.113909+00:00)
--------------------------------------------------------------------------------
(-56, 0, -172)
(140, -171, 86)
(154, -156, -84)
(168, -132, 89)
(176, -174, -89)
(189, -152, 89)
(190, -3, 90)
(191, 90, 19)
(205, -15, -90)
(216, -91, 43)
(216, 39, 89)
(223, 109, -23)
(231, -20, -89)
If this help somehow, here is the transformation data from my image.php:
$map_width = 1351; # Ensure overlay and wall images match this size
$map_height = 1266; # Ensure overlay and wall images match this size
$x_offset = -740;
$y_offset = -560;
$flip_vertical = false;
$flip_horizontal = false;
$rotate_angle = 180; # Allows rotating of the roomba lines
$scale=0.62; # Allows scaling of roomba lines
And how the entire map picture looks like (I made screenshots of only part of it, whole map covers 4 levels), so it is easier to understand mapping:
Obviously it is as such after last cleaning… I’ll try to make few more and see how it looks after subsequent runs…
I also updated image.php according to your suggestion, but it does not seem to work… I guess sort of caching problem? In a while I’ll re-run cleaning, this should refresh the image, I’ll check then.