Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albinmedoc/ha-cleanmate
Let Home Assistant take controll over your Cleanmate vacuum
https://github.com/albinmedoc/ha-cleanmate
cleanmate custom-integration hacs-integration home-assistant
Last synced: 7 days ago
JSON representation
Let Home Assistant take controll over your Cleanmate vacuum
- Host: GitHub
- URL: https://github.com/albinmedoc/ha-cleanmate
- Owner: albinmedoc
- License: mit
- Created: 2022-12-13T06:27:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T07:46:40.000Z (over 1 year ago)
- Last Synced: 2024-12-10T23:06:01.808Z (2 months ago)
- Topics: cleanmate, custom-integration, hacs-integration, home-assistant
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Home Assistant Cleanmate Integration
Cleanmate is a popular robot vacuum cleaner in Sweden.Right now there is no official documentation or API over how to control the robot. To develop this library the tcp request to and from the robot has been analyzed.
**Note:** The code has only been tested for the Cleanmate S995. Please make a Pull Request if you get it working with another model.## How to get the authentication code
Currenly there is no easy way to get the authentication code (please let me know if there is).The way to obtain a authentication code is to listen to a tcp packet when your phone sends a command to the robot. [Wireshark](https://www.wireshark.org/) is a great program to use for listening to network traffic.