erikkastelec / hass-WEM-Portal

Custom component for retrieving sensor information from Weishaupt WEM Portal
MIT License
44 stars 9 forks source link
home-assistant-hacs homeassistant-integration weishaupt wem-portal

hacs_badge buy me a coffee License

hass-WEM-Portal

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

HACS (preferred method)

Manual install

Create a directory called wemportal in the <config directory>/custom_components/ directory on your Home Assistant instance. Install this component by copying all files in /custom_components/wemportal/ folder from this repo into the new <config directory>/custom_components/wemportal/ directory you just created.

This is how your custom_components directory should look like:

custom_components
├── wemportal
│   ├── __init__.py
│   ├── ...
│   ├── ...
│   ├── ...
│   └── wemportalapi.py  

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:

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.