Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.11 KB

CONTRIBUTE.md

File metadata and controls

37 lines (24 loc) · 1.11 KB

Home Assistant Integration for 1KOMMA5GRAD

Work in Progress

This integration is still in development and not yet ready for production use.

Feel free to contribute to this project, raise issues or submit pull requests to improve and help finishing the integration.

Good to know

The 1KOMMA5GRAD API is not officially documented and may change at any time. Use mitmproxy or similar tools to intercept the API calls from the official app to get an idea of the API structure.

Current state

  • Login
  • Sensor for current electricity price
  • Sensor for current electricity consumption and production
  • Read and manage of electric vehicle charging stations
  • Read and manage of heat pumps

Known issues

  • Currently only EUR currency is supported, the API does not provide the currency for the customer
  • Currently the time zone is hardcoded to Europe/Berlin, the API does not provide the time zone for the customer

Development Setup

Documented for macOS, but should be similar for other operating systems.

brew install python3 autoconf ffmpeg cmake make

pip install -r requirements.txt