Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 2.01 KB

info.md

File metadata and controls

40 lines (26 loc) · 2.01 KB

hass-WEM-Portal

buy me a coffee

Custom component for retrieving sensor information from Weishaupt WEM Portal.
Component uses webscraping, as well as Weishaupt mobile API, to get all the sensor data from the Weishaupt WEM Portal ( Expert view) and makes it available in Home Assistant.

Installation

Full restart of the Home Assistant is required. Restarting from GUI won't work, due to missing dependencies.

Configuration

Integration must be configured in Home Assistant frontend: Go to Settings > Devices&Services , click on Add integration button and search for Weishaupt WEM Portal.

After Adding the integration, you can click CONFIGURE button to edit the default settings. Make sure to read what each setting does below.

Configuration variables:

  • username: Email address used for logging into WEM Portal
  • password: Password used for logging into WEM Portal
  • scan_interval (Optional): Defines update frequency of web scraping. Optional and in seconds (defaults to 30 min). Setting update frequency bellow 15 min is not recommended.
  • api_scan_interval (Optional): Defines update frequency for API data fetching. Optional and in seconds (defaults to 5 min, should not be lower than 3 min).
  • language ( Optional): Defines preferred language. Use en for English translation or de for German. (defaults to en ( English))
  • mode (Optional): Defines the mode of data fetching. Defaults to api, which gets the data available through the mobile API. Option web gets only the data on the website, while option both queries website and api and provides all the available data from both sources.

Troubleshooting

Please set your logging for the custom_component to debug:

Go to Settings > Devices&Services , find WEM Portal and click on three dots at the bottom of the card. Click on Enable debug logging.