Skip to content

This is a plugin for Homebridge to control your Tesvor Cleaning Vacuum

License

Notifications You must be signed in to change notification settings

marcelkordek/homebridge-tesvor

Repository files navigation

Homebridge Tesvor

Downloads npm npm bundle size GitHub last commit

This is a plugin for Homebridge to control your Tesvor Cleaning Vacuum.

This plugin supports following functions:

  • Power Switch (on/off)

Installation instructions

After Homebridge has been installed:

$ sudo npm install -g homebridge-tesvor

or

$ sudo npm install -g homebridge-tesvor@beta

Basic configuration

{
   "bridge": {
   	...
   },

   "platforms": [
       {
           "username": "USER", # E-Mail or Phone (Phone without Country-Code) e.g 123456 not +49123456
           "password": "PASS", # "Account Password."
           "country": "+49", # Country-Code
           "startMode": "AutoClean",
           "stopMode": "BackCharging",
           "platform": "HomebridgeTesvor"
       }
   ]
}

Or with homebridge-config-ui

Valid Modes

  • SmartClean

  • AutoClean

  • EdgeClean

  • SpotClean

  • RoomClean

  • Standby

  • BackCharging

About

This is a plugin for Homebridge to control your Tesvor Cleaning Vacuum

Resources

License

Stars

Watchers

Forks

Packages

No packages published