Alejandro Fernández Haro
Alejandro Fernández Haro
# Updated description There are some bits yet to be completed for this model to be fully operational: - [X] Dock sensor - [X] Battery level - [ ] Care...
This PR will accumulate all the changes to the future release `1.0.0`. The goal of this new version is to solve many of the common requests by: - **Registering the...
I guess having a default room timeout of 5s would be in order @afharo ? _Originally posted by @normen in https://github.com/homebridge-xiaomi-roborock-vacuum/homebridge-xiaomi-roborock-vacuum/issues/336#issuecomment-738922642_ Moving this discussion to a new issue. I'd love...
Since the introduction of zones and room support, it makes sense the tiles to be moved across rooms in the Home app (#246). In order to do that, the module...
Since `homebridge` is now fully written in Typescript, we could use some help from the types to understand the _highly undocummented_ library. That will save us from hours and hours...
It would be great to add some unit tests to make sure we are not breaking anything. We can't test it against real robots, but we can mock the communication...
Apparently, we can develop a website to setup the config. In there we could better explain how each one of the parameters work, and even try to retrieve the map...
It would be neat to have some documentation about how to contribute and develop for this project. Points to mention: - [ ] Make sure to use `prettier` as a...
When a resource is not propperly loaded, it keeps its original value '-', so in the addition operation for totalDuration javascript treats it as a string and give as a...
Resolves #247 Registering the plugin as platform allows dynamic discovery of the services. Apart from stopping the connection errors we typically see when starting up, it opens the door to...