This integration extracts and exposes live maps from tuya laser vaccums into Home Assistant.
This is my first Home Assistant integration, so if things go terribly wrong, please create an issue so i can learn from and fix it.
This integration is included in the HACS default repository. Just search for Tuya cloud map extractor and install!
To install this integration, manually add the contents of custom_components to your home assistant custom_components folder, and reboot.
After the installation of this integration into Home Assistant, the integration is configured via config flow. Add a new integration via the UI and choose "Tuya Vacuum Map Extractor". Then enter your Tuya IoT platform credentials.
By default, the vacuum map camera is turned off. You have to manually call the service camera.turn_on and camera.turn_off. I would recommend this blueprint to automatically turn on and off camera updates depending on if the vacuum is docked or not.
Following is a list of currently supported devices (confirmed tested by individual users):
Feel free to test on your own devices, and add them here. For help, please create an issue!
This integration is largely based on Xiaomi Cloud Map Extractor. Thanks!