Integrating with Google&ESP (?)

Both dashboard tile and the rule engine supports REST API call, so it’s definitely possible to send the command from SharpTools to a remote endpoint that can control the vacuum or switch, if the endpoint is pubic accessible. Ex: you may be able to find the token used to communicate with Xiaomi cloud, and use that to send the REST request to Xiaomi cloud when a tile is tapped. I am not familiar with Xiaomi product or their cloud, and my comments are based on the discussions I have seen in other communities before. (Aka unofficial.)

Here are the resources for sending REST request via tile and rule.

We currently support SmartThings and Hubitat at this moment. So you will need to feed the data into either platform, so it can be integrated into SharpTools. For example, you may create a smartapp in SmartThings and device handler that you can feed your thermostat (with temperature and other attributes) to this device in SmartThings, without the need of the physical SmartThings hub. You may want to research in the SmartThings developer resource and community to find more info you need for this.