Skip to content

rogsme/ute_homeassistant_integration

Repository files navigation

UTE (Administraci贸n Nacional de Usinas y Trasmisiones El茅ctricas) for Home Assistant 馃嚭馃嚲

THIS PROJECT NO LONGER WORKS

UTE has deprecated the API that this integration relied on. The only way to make it work again is to do another reverse engineering to the new UTE app.

I already sent a PR to remove it from the HACS repos. When the PR is merged, I'll archive this repository.

License hacs_badge

UTE

What is UTE?

From Wikipedia

The National Administration of Power Plants and Electrical Transmissions (Spanish: Administraci贸n Nacional de Usinas y Trasmisiones El茅ctricas), better known as UTE, is Uruguay's government-owned power company. It was established in 1912, following approval of Law 4273 establishing it as a monopoly.

This is an integration to get UTE power information in HomeAssistant.

Installation via HACS

You need to have HACS installed.

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

  • Search for ute in HACS.
  • Click Install on the UTE Uruguay integration.
  • Restart the Home Assistant.

Configuration

Add the following to your configuration.yaml:

sensor:
  - platform: ute
    email: your@email.com
    phone_number: 598123456
    power_factor: 0.5 # Optional, must be a float between 0 and 1
  - platform: integration
    source: sensor.ute_current_power_usage
    name: Home energy spent
    unit_prefix: k
    round: 2
    method: left

And restart Home Assistant.

Contributing

Contributions are welcome! If you find a bug or have a suggestion, please create an issue or submit Pull Request on Github.

License

This project is licensed under the GNU General Public License, version 3.0. For more details, see LICENSE.


This project is not affiliated with UTE (Administraci贸n Nacional de Usinas y Trasmisiones El茅ctricas) or its affiliates.

About

Home Assistant UTE (Administraci贸n Nacional de Usinas y Trasmisiones El茅ctricas) component for Uruguay 馃嚭馃嚲

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages