https://github.com/timniklas/hass-neakasa
Home Assistant Neakasa Integration
https://github.com/timniklas/hass-neakasa
cat litter m1 neakasa
Last synced: about 2 months ago
JSON representation
Home Assistant Neakasa Integration
- Host: GitHub
- URL: https://github.com/timniklas/hass-neakasa
- Owner: timniklas
- Created: 2024-12-03T19:21:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-30T09:27:05.000Z (8 months ago)
- Last Synced: 2025-09-30T11:32:28.925Z (8 months ago)
- Topics: cat, litter, m1, neakasa
- Language: Python
- Homepage:
- Size: 158 KB
- Stars: 58
- Watchers: 5
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neakasa Integration for Home Assistant 🏠
[](https://github.com/timniklas/hass-neakasa/releases/)
[](https://github.com/timniklas/hass-neakasa/releases/)



[](https://github.com/hacs/integration)
## Overview
The Neakasa Home Assistant Custom Integration allows you to integrate your Neakasa devices with your Home Assistant setup.
### Currently supported devices
- Neakasa M1 (Cat Litter Box)
### Currently supported features
#### Sensors:
|Sensor|Unit|Example Value|Enabled by default|
|------|-------------|------|------|
|Cat litter level|percent|80 %|yes|
|WiFi RSS|dB|-60 dB|no (debug information)|
|Last stay time|seconds|45 s|no|
|Last usage|datetime|2024-12-07 14:52|yes|
|Device status|idle / cleaning / leveling / flipover / cat_present / paused / side_bin_locking_panels_missing / cleaning_interrupted|idle|yes|
|Cat litter state|insufficient / moderate / sufficient|sufficient|yes|
|Bin state|normal / full / missing|normal|yes|
|Cat {name}|kg|3.8|yes|
#### Binary sensors:
|Binary Sensor|Example Value|Enabled by default|
|-------------|-------------|------------------|
|Garbage can full|off|yes|
#### Buttons:
|Button|Action|Enabled by default|
|------|------|------------------|
|Clean|Cleans the litter box|yes|
|Level|Initiates the leveling process|yes|
#### Switches:
|Switch|Enabled by default|
|------|------------------|
|Kitten mode|no (rare edgecase)|
|Child lock|yes|
|Automatic cover|yes|
|Automatic leveling|yes|
|Silent mode|yes|
|Automatic recovery|no (potentialy dangerous!)|
|Unstoppable cycle|yes|
## Installation
### HACS (recommended)
This integration is available in HACS (Home Assistant Community Store).
1. Install HACS if you don't have it already
2. Open HACS in Home Assistant
3. Go to any of the sections (integrations, frontend, automation).
4. Click on the 3 dots in the top right corner.
5. Select "Custom repositories"
6. Add following URL to the repository `https://github.com/timniklas/hass-neakasa`.
7. Select Integration as category.
8. Click the "ADD" button
9. Search for "Neakasa"
10. Click the "Download" button
### Manual installation
#### from downloaded zip archive
To install this integration manually you have to download [_neakasa.zip_](https://github.com/timniklas/hass-neakasa/releases/latest/) and extract its contents to `config/custom_components/neakasa` directory:
```bash
mkdir -p custom_components/neakasa
cd custom_components/neakasa
wget https://github.com/timniklas/hacs_blitzerde/releases/latest/download/neakasa.zip
unzip neakasa.zip
rm neakasa.zip
```
restart Home Assistant.
#### Installation from git repository
with this variant, you can easily update the integration from the github repository.
##### First installation:
```bash
cd
git clone https://github.com/timniklas/hass-neakasa
mkdir custom_components
cd custom_components
ln -s ../hass-neakasa/custom_components/neakasa/ .
```
restart Home Assistant.
##### update the existing installation:
```bash
cd
cd hass-neakasa/
git pull
```
restart Home Assistant.
## Configuration
### Using UI
[](https://my.home-assistant.io/redirect/config_flow_start/?domain=neakasa)
From the Home Assistant front page go to `Configuration` and then select `Devices & Services` from the list.
Use the `Add Integration` button in the bottom right to add a new integration called `Neakasa`.
## Troubleshooting Tips / Known Issues
1. When you discover that the mobile app is starting over and over, beginning again with the login steps, then you should use this HA integration with a different account than with the app. Create a second account and use the share function in the app - simply share the device with the second account
2. powercycle the litterbox
3. reset the litterbox and reintegrate it
4. open an issue
## Help and Contribution
If you find a problem, feel free to report it and I will do my best to help you.
If you have something to contribute, your help is greatly appreciated!
If you want to add a new feature, add a pull request first so we can discuss the details.
## Disclaimer
This custom integration is not officially endorsed or supported by Neakasa.
Use it at your own risk and ensure that you comply with all relevant terms of service and privacy policies.