The purpose of this integration is to provide an integration of proscenic 790T vacuum. It allow home assistant to:
- start cleaning
- pause cleaning
- go to dock
- retrieve vacuum informations (battery, state)
- show the cleaning map
You can use HACS to install this component. Search for the Integration "proscenic 790T vacuum"
- Go to releases page
- download the last release zip
- unzip it on
custom_components
directory - see next chapter for configuration
Add your device via the Integration menu.
You can choose between two connection mode:
- local: the integration will use your local network to contact your vacuum (send command to start/stop). But the cloud will be used to get vacuum status, and the cleaning map.
- cloud: All interactions are done using the cloud.
Note: Some vacuum don't support the local mode.
device id, token, user id and authentication code can be retrieved using the Proscenic robotic application :
- On your android smartphone (no solution for iphone), install Packet capture
- Open Packet capture and start a capture select Proscenic Robotic app
- Open the proscenic application, and open the vacuum view
- Reopen Packet capture
- You can now enter your informations on home assistant
- You can add your vacuum on lovelace ui entities
- You can simply add it as an entity
- You can use the vacuum-card
Note: YAML configuration is deprecated. This will be removed soon.
The camera entity will be automaticaly added. The proscenic cloud is used to generate the map.
⚠️ 🚨: updating to 0.0.10 you should remove the integration and re-add it using cloud configuration to keep the map generation working
Theses attributes are available to be displayed on lovelace-ui:
clear_area
: number of m2 cleanedclear_duration
: last clean duration in seconderror_code
: the current error code, if vacuum is on error statuserror_detail
: the current error message (in english), if vacuum is on error status
- At home assistant startup the vacuum cleaner status is not retrieved. You should perform an action on home assistant to get the vacuum cleaner status.
- If you start the proscenic application, the status of the vacuum cleaner will not be refreshed on home assistant for 60 seconds.
- If you start the proscenic application, you will be disconnected 60 seconds later. You can configure this time using
sleep_duration_on_exit
configuration.